BFGSMinimizer
instead.@Deprecated public class McCormickMinimizer extends HuangMinimizer
HuangMinimizer.HuangImpl
QuasiNewtonMinimizer.QuasiNewtonImpl
SteepestDescentMinimizer.SteepestDescentImpl
epsilon, maxIterations
Constructor and Description |
---|
McCormickMinimizer(double epsilon,
int maxIterations)
Deprecated.
the McCormick algorithm does not seem to work well; need further investigation; don't use it. TODO. Use
BFGSMinimizer instead. |
@Deprecated public McCormickMinimizer(double epsilon, int maxIterations)
BFGSMinimizer
instead.epsilon
- a precision parameter: when a number |x| ≤ ε, it is considered 0maxIterations
- the maximum number of iterationsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.