Class Hierarchy
- java.lang.Object
- org.apache.commons.math4.legacy.optim.AbstractConvergenceChecker<PAIR> (implements org.apache.commons.math4.legacy.optim.ConvergenceChecker<PAIR>)
- org.apache.commons.math4.legacy.optim.SimplePointChecker<PAIR>
- org.apache.commons.math4.legacy.optim.SimpleValueChecker
- org.apache.commons.math4.legacy.optim.SimpleVectorValueChecker
- org.apache.commons.math4.legacy.optim.AbstractOptimizationProblem<PAIR> (implements org.apache.commons.math4.legacy.optim.OptimizationProblem<PAIR>)
- org.apache.commons.math4.legacy.optim.BaseOptimizer<PAIR>
- org.apache.commons.math4.legacy.optim.BaseMultivariateOptimizer<PAIR>
- org.apache.commons.math4.legacy.optim.BaseMultiStartMultivariateOptimizer<PAIR>
- org.apache.commons.math4.legacy.optim.BaseMultivariateOptimizer<PAIR>
- org.apache.commons.math4.legacy.optim.InitialGuess (implements org.apache.commons.math4.legacy.optim.OptimizationData)
- org.apache.commons.math4.legacy.optim.MaxEval (implements org.apache.commons.math4.legacy.optim.OptimizationData)
- org.apache.commons.math4.legacy.optim.MaxIter (implements org.apache.commons.math4.legacy.optim.OptimizationData)
- org.apache.commons.math4.legacy.core.Pair<K,V>
- org.apache.commons.math4.legacy.optim.PointValuePair
- org.apache.commons.math4.legacy.optim.PointVectorValuePair
- org.apache.commons.math4.legacy.optim.SimpleBounds (implements org.apache.commons.math4.legacy.optim.OptimizationData)
- org.apache.commons.math4.legacy.optim.Tolerance (implements org.apache.commons.math4.legacy.optim.OptimizationData)
- org.apache.commons.math4.legacy.optim.AbstractConvergenceChecker<PAIR> (implements org.apache.commons.math4.legacy.optim.ConvergenceChecker<PAIR>)
Interface Hierarchy
- org.apache.commons.math4.legacy.optim.OptimizationData
- org.apache.commons.math4.legacy.optim.ConvergenceChecker<PAIR>
- org.apache.commons.math4.legacy.optim.OptimizationProblem<PAIR>