Skip to content

Ipopt related things #30

@PierreMartinon

Description

@PierreMartinon

info: https://github.com/JuliaSmoothOptimizers/NLPModelsIpopt.jl/blob/main/src/NLPModelsIpopt.jl#L119
options of ipopt: https://coin-or.github.io/Ipopt/OPTIONS.html
callback: https://github.com/jump-dev/Ipopt.jl#solver-specific-callback
solution field 'stats': https://juliasmoothoptimizers.github.io/SolverCore.jl/stable/reference/#SolverCore.GenericExecutionStats

We typically use the non-default options:

  • mu_strategy="adaptive" appears better than the default option (monotone) for OCP problems
  • sb="yes" to remove the ipopt header at the start

Informations of IPOPT

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions