@@ -294,7 +294,6 @@ class BoundedGradientBasedLocalScalarAlgorithms(AlgoSelection):
294294 nlopt_slsqp : Type [NloptSLSQP ] = NloptSLSQP
295295 nlopt_tnewton : Type [NloptTNewton ] = NloptTNewton
296296 nlopt_var : Type [NloptVAR ] = NloptVAR
297- ensmallen_lbfgs : Type [EnsmallenLBFGS ] = EnsmallenLBFGS
298297 scipy_lbfgsb : Type [ScipyLBFGSB ] = ScipyLBFGSB
299298 scipy_slsqp : Type [ScipySLSQP ] = ScipySLSQP
300299 scipy_truncated_newton : Type [ScipyTruncatedNewton ] = ScipyTruncatedNewton
@@ -849,7 +848,6 @@ class BoundedGradientBasedLocalAlgorithms(AlgoSelection):
849848 nlopt_slsqp : Type [NloptSLSQP ] = NloptSLSQP
850849 nlopt_tnewton : Type [NloptTNewton ] = NloptTNewton
851850 nlopt_var : Type [NloptVAR ] = NloptVAR
852- ensmallen_lbfgs : Type [EnsmallenLBFGS ] = EnsmallenLBFGS
853851 scipy_lbfgsb : Type [ScipyLBFGSB ] = ScipyLBFGSB
854852 scipy_ls_dogbox : Type [ScipyLSDogbox ] = ScipyLSDogbox
855853 scipy_ls_trf : Type [ScipyLSTRF ] = ScipyLSTRF
@@ -967,7 +965,6 @@ class BoundedGradientBasedScalarAlgorithms(AlgoSelection):
967965 nlopt_slsqp : Type [NloptSLSQP ] = NloptSLSQP
968966 nlopt_tnewton : Type [NloptTNewton ] = NloptTNewton
969967 nlopt_var : Type [NloptVAR ] = NloptVAR
970- ensmallen_lbfgs : Type [EnsmallenLBFGS ] = EnsmallenLBFGS
971968 scipy_basinhopping : Type [ScipyBasinhopping ] = ScipyBasinhopping
972969 scipy_dual_annealing : Type [ScipyDualAnnealing ] = ScipyDualAnnealing
973970 scipy_lbfgsb : Type [ScipyLBFGSB ] = ScipyLBFGSB
@@ -1692,7 +1689,6 @@ class BoundedLocalScalarAlgorithms(AlgoSelection):
16921689 nlopt_sbplx : Type [NloptSbplx ] = NloptSbplx
16931690 nlopt_tnewton : Type [NloptTNewton ] = NloptTNewton
16941691 nlopt_var : Type [NloptVAR ] = NloptVAR
1695- ensmallen_lbfgs : Type [EnsmallenLBFGS ] = EnsmallenLBFGS
16961692 scipy_lbfgsb : Type [ScipyLBFGSB ] = ScipyLBFGSB
16971693 scipy_neldermead : Type [ScipyNelderMead ] = ScipyNelderMead
16981694 scipy_powell : Type [ScipyPowell ] = ScipyPowell
@@ -1999,7 +1995,6 @@ class BoundedGradientBasedAlgorithms(AlgoSelection):
19991995 nlopt_slsqp : Type [NloptSLSQP ] = NloptSLSQP
20001996 nlopt_tnewton : Type [NloptTNewton ] = NloptTNewton
20011997 nlopt_var : Type [NloptVAR ] = NloptVAR
2002- ensmallen_lbfgs : Type [EnsmallenLBFGS ] = EnsmallenLBFGS
20031998 scipy_basinhopping : Type [ScipyBasinhopping ] = ScipyBasinhopping
20041999 scipy_dual_annealing : Type [ScipyDualAnnealing ] = ScipyDualAnnealing
20052000 scipy_lbfgsb : Type [ScipyLBFGSB ] = ScipyLBFGSB
@@ -2601,7 +2596,6 @@ class BoundedLocalAlgorithms(AlgoSelection):
26012596 nlopt_tnewton : Type [NloptTNewton ] = NloptTNewton
26022597 nlopt_var : Type [NloptVAR ] = NloptVAR
26032598 pounders : Type [Pounders ] = Pounders
2604- ensmallen_lbfgs : Type [EnsmallenLBFGS ] = EnsmallenLBFGS
26052599 scipy_lbfgsb : Type [ScipyLBFGSB ] = ScipyLBFGSB
26062600 scipy_ls_dogbox : Type [ScipyLSDogbox ] = ScipyLSDogbox
26072601 scipy_ls_trf : Type [ScipyLSTRF ] = ScipyLSTRF
@@ -2837,7 +2831,6 @@ class BoundedScalarAlgorithms(AlgoSelection):
28372831 nlopt_sbplx : Type [NloptSbplx ] = NloptSbplx
28382832 nlopt_tnewton : Type [NloptTNewton ] = NloptTNewton
28392833 nlopt_var : Type [NloptVAR ] = NloptVAR
2840- ensmallen_lbfgs : Type [EnsmallenLBFGS ] = EnsmallenLBFGS
28412834 pygmo_bee_colony : Type [PygmoBeeColony ] = PygmoBeeColony
28422835 pygmo_cmaes : Type [PygmoCmaes ] = PygmoCmaes
28432836 pygmo_compass_search : Type [PygmoCompassSearch ] = PygmoCompassSearch
@@ -3349,7 +3342,6 @@ class BoundedAlgorithms(AlgoSelection):
33493342 nlopt_tnewton : Type [NloptTNewton ] = NloptTNewton
33503343 nlopt_var : Type [NloptVAR ] = NloptVAR
33513344 pounders : Type [Pounders ] = Pounders
3352- ensmallen_lbfgs : Type [EnsmallenLBFGS ] = EnsmallenLBFGS
33533345 pygmo_bee_colony : Type [PygmoBeeColony ] = PygmoBeeColony
33543346 pygmo_cmaes : Type [PygmoCmaes ] = PygmoCmaes
33553347 pygmo_compass_search : Type [PygmoCompassSearch ] = PygmoCompassSearch
0 commit comments