We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ipopt.jl
1 parent dca1385 commit 9fdeaf1Copy full SHA for 9fdeaf1
src/transcription/ipopt.jl
@@ -268,13 +268,6 @@ function solve_with_ipopt(problem::Problem, robot::Robot;
268
# User Options #
269
# # # # # # # # #
270
271
- addOption(prob, "hessian_approximation", "limited-memory")
272
- addOption(prob, "mu_strategy", "adaptive")
273
- # addOption(prob, "linear_solver", "ma57")
274
- # addOption(prob, "ma57_pre_alloc", 2.0)
275
- addOption(prob, "tol", 1.0e-3)
276
- addOption(prob, "max_cpu_time", 10.0)
277
-
278
foreach(x -> addOption(prob, x...), user_options)
279
280
solver_log = SolverLog(n)
0 commit comments