Uses of Interface
dev.nm.misc.algorithm.iterative.IterativeMethod
-
-
Uses of IterativeMethod in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative
Subinterfaces of IterativeMethod in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative Modifier and Type Interface Description static interface
IterativeLinearSystemSolver.Solution
This is the solution to a system of linear equations using an iterative solver. -
Uses of IterativeMethod in dev.nm.misc.algorithm.bb
Classes in dev.nm.misc.algorithm.bb that implement IterativeMethod Modifier and Type Class Description class
BranchAndBound
Branch-and-Bound (BB or B&B) is a general algorithm for finding optimal solutions of various optimization problems, especially in discrete and combinatorial optimization. -
Uses of IterativeMethod in dev.nm.solver
Subinterfaces of IterativeMethod in dev.nm.solver Modifier and Type Interface Description interface
IterativeSolution<S>
Many minimization algorithms work by starting from some given initials and iteratively moving toward an approximate solution. -
Uses of IterativeMethod in dev.nm.solver.multivariate.constrained
Subinterfaces of IterativeMethod in dev.nm.solver.multivariate.constrained Modifier and Type Interface Description static interface
SubProblemMinimizer.IterativeSolution<Vector>
-
Uses of IterativeMethod in dev.nm.solver.multivariate.constrained.convex.sdp.pathfollowing
Classes in dev.nm.solver.multivariate.constrained.convex.sdp.pathfollowing that implement IterativeMethod Modifier and Type Class Description class
CSDPMinimizer.Solution
class
HomogeneousPathFollowingMinimizer.Solution
This is the solution to a Semi-Definite Programming problem using the Homogeneous Self-Dual Path-Following algorithm.class
PrimalDualPathFollowingMinimizer.Solution
This is the solution to a Semi-Definite Programming problem using the Primal-Dual Path-Following algorithm. -
Uses of IterativeMethod in dev.nm.solver.multivariate.constrained.convex.sdp.socp.interiorpoint
Classes in dev.nm.solver.multivariate.constrained.convex.sdp.socp.interiorpoint that implement IterativeMethod Modifier and Type Class Description class
PrimalDualInteriorPointMinimizer.Solution
This is the solution to a Dual Second Order Conic Programming problem using the Primal Dual Interior Point algorithm.class
PrimalDualInteriorPointMinimizer1.Solution
This is the solution to a Dual Second-Order Conic Programming problem using the Primal-Dual Predictor-Corrector Interior Point algorithm. -
Uses of IterativeMethod in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.solver.activeset
Classes in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.solver.activeset that implement IterativeMethod Modifier and Type Class Description class
QPDualActiveSetMinimizer.Solution
This is the solution to a Quadratic Programming problem using the Dual Active Set algorithm.class
QPPrimalActiveSetMinimizer.Solution
This is the solution to a Quadratic Programming problem using the Primal Active Set algorithm. -
Uses of IterativeMethod in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.solver.socp
Classes in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.solver.socp that implement IterativeMethod Modifier and Type Class Description class
QPbySOCPMinimizer.Solution
class
QPbySOCPMinimizer1.Solution
-
Uses of IterativeMethod in dev.nm.solver.multivariate.constrained.general.sqp.activeset
Classes in dev.nm.solver.multivariate.constrained.general.sqp.activeset that implement IterativeMethod Modifier and Type Class Description class
SQPActiveSetMinimizer.Solution
This is the solution to a general minimization with only inequality constraints using the SQP Active Set algorithm.class
SQPActiveSetOnlyInequalityConstraintMinimizer.Solution
This is the solution to a general minimization problem with only inequality constraints using the SQP Active Set algorithm. -
Uses of IterativeMethod in dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim
Classes in dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim that implement IterativeMethod Modifier and Type Class Description protected class
DEOptim.Solution
This is the solution to a minimization problem usingDEOptim
. -
Uses of IterativeMethod in dev.nm.solver.multivariate.geneticalgorithm.minimizer.simplegrid
Classes in dev.nm.solver.multivariate.geneticalgorithm.minimizer.simplegrid that implement IterativeMethod Modifier and Type Class Description protected class
SimpleGridMinimizer.Solution
This is the solution to a minimization problem usingSimpleGridMinimizer
. -
Uses of IterativeMethod in dev.nm.solver.multivariate.unconstrained.c2
Subinterfaces of IterativeMethod in dev.nm.solver.multivariate.unconstrained.c2 Modifier and Type Interface Description static interface
IterativeC2Maximizer.Solution
Classes in dev.nm.solver.multivariate.unconstrained.c2 that implement IterativeMethod Modifier and Type Class Description class
NelderMeadMinimizer.Solution
This is the solution to an optimization problem by the Nelder-Mead method. -
Uses of IterativeMethod in dev.nm.solver.multivariate.unconstrained.c2.conjugatedirection
Classes in dev.nm.solver.multivariate.unconstrained.c2.conjugatedirection that implement IterativeMethod Modifier and Type Class Description protected class
PowellMinimizer.PowellImpl
an implementation of Powell's algorithmprotected class
ZangwillMinimizer.ZangwillImpl
an implementation of Zangwill's algorithm -
Uses of IterativeMethod in dev.nm.solver.multivariate.unconstrained.c2.quasinewton
Classes in dev.nm.solver.multivariate.unconstrained.c2.quasinewton that implement IterativeMethod Modifier and Type Class Description protected class
BFGSMinimizer.BFGSImpl
an implementation of the BFGS algorithmprotected class
HuangMinimizer.HuangImpl
an implementation of Huang's formula.protected class
QuasiNewtonMinimizer.QuasiNewtonImpl
This is an implementation of the Quasi-Newton algorithm. -
Uses of IterativeMethod in dev.nm.solver.multivariate.unconstrained.c2.steepestdescent
Classes in dev.nm.solver.multivariate.unconstrained.c2.steepestdescent that implement IterativeMethod Modifier and Type Class Description protected class
GaussNewtonMinimizer.MySteepestDescent.GaussNewtonImpl
an implementation of the Gauss-Newton algorithm.protected class
NewtonRaphsonMinimizer.NewtonRaphsonImpl
protected class
SteepestDescentMinimizer.SteepestDescentImpl
This is an implementation of the steepest descent method.
-