Expand description
Algorithm-strategy base trait — port of IpAlgStrategy.hpp.
Every strategy object (line search, mu update, conv check, etc.)
implements this so IpoptAlgorithm can call initialize on it
after option-loading and before iteration.
Traits§
- Algorithm
Strategy - Ports
Ipopt::AlgorithmStrategyObject. The_jnlstetc. arguments match the upstream signature; concrete strategies pull what they need from the four shared handles.