Package dev.nm.solver.multivariate.unconstrained.c2.conjugatedirection
-
Class Summary Class Description 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.