SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.optimization.unconstrained.conjugatedirection

Class Summary
ConjugateGradientMinimizer A conjugate direction optimization method is performed by using sequential line search along directions that bear a strict mathematical relationship to one another.
FletcherReevesMinimizer The Fletcher-Reeves method is a variant of the Conjugate-Gradient method.
PowellMinimizer Powell's algorithm, starting from an initial point, performs a series of line searches in one iteration.
ZangwillMinimizer Zangwill's algorithm is an improved version of Powell's algorithm.
 


SuanShu, a Java numerical and statistical library

Copyright © 2012 Numerical Method Inc. Ltd. All Rights Reserved.