Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
-
None
Description
Internally, the algorithm in "PowellOptimizer" (package "optimization.direct") uses "BrentOptimizer" (from package "optimization.univariate") to perform a "line" search. The problem is that the default stopping criterion of "BrentOptimizer" refers to the domain values while the default criterion in "PowellOptimizer" refers to function values.