Uses of Class
dev.nm.solver.multivariate.unconstrained.c2.steepestdescent.SteepestDescentMinimizer.SteepestDescentImpl
-
-
Uses of SteepestDescentMinimizer.SteepestDescentImpl in dev.nm.solver.multivariate.unconstrained.c2.conjugatedirection
Subclasses of SteepestDescentMinimizer.SteepestDescentImpl in dev.nm.solver.multivariate.unconstrained.c2.conjugatedirection Modifier and Type Class Description protected classPowellMinimizer.PowellImplan implementation of Powell's algorithmprotected classZangwillMinimizer.ZangwillImplan implementation of Zangwill's algorithm -
Uses of SteepestDescentMinimizer.SteepestDescentImpl in dev.nm.solver.multivariate.unconstrained.c2.quasinewton
Subclasses of SteepestDescentMinimizer.SteepestDescentImpl in dev.nm.solver.multivariate.unconstrained.c2.quasinewton Modifier and Type Class Description protected classBFGSMinimizer.BFGSImplan implementation of the BFGS algorithmprotected classHuangMinimizer.HuangImplan implementation of Huang's formula.protected classQuasiNewtonMinimizer.QuasiNewtonImplThis is an implementation of the Quasi-Newton algorithm. -
Uses of SteepestDescentMinimizer.SteepestDescentImpl in dev.nm.solver.multivariate.unconstrained.c2.steepestdescent
Subclasses of SteepestDescentMinimizer.SteepestDescentImpl in dev.nm.solver.multivariate.unconstrained.c2.steepestdescent Modifier and Type Class Description protected classGaussNewtonMinimizer.MySteepestDescent.GaussNewtonImplan implementation of the Gauss-Newton algorithm.protected classNewtonRaphsonMinimizer.NewtonRaphsonImpl
-