Skip to content

Commit

Permalink
NLopt: LD_LBFGS_NOCEDAL was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 11, 2024
1 parent 1ddbeaf commit eb38fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/Base/Optim/NLopt.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ void NLopt::InitializeAlgorithmNames()
AlgorithmNames_["GN_ORIG_DIRECT"] = nlopt::GN_ORIG_DIRECT;
AlgorithmNames_["GN_ORIG_DIRECT_L"] = nlopt::GN_ORIG_DIRECT_L;
// GD_STOGO/GD_STOGO_RAND: https://github.com/stevengj/nlopt/issues/529
// LD_LBFGS_NOCEDAL is not wired
AlgorithmNames_["LD_LBFGS"] = nlopt::LD_LBFGS;
// LN_PRAXIS: https://github.com/stevengj/nlopt/issues/528
AlgorithmNames_["LD_VAR1"] = nlopt::LD_VAR1;
Expand Down

0 comments on commit eb38fa9

Please sign in to comment.