Class InitialGuess
- java.lang.Object
-
- org.apache.commons.math3.optimization.InitialGuess
-
- All Implemented Interfaces:
OptimizationData
@Deprecated public class InitialGuess extends Object implements OptimizationData
Deprecated.As of 3.1 (to be removed in 4.0).Starting point (first guess) of the optimization procedure.
Immutable class.- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor Description InitialGuess(double[] startPoint)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description double[]
getInitialGuess()
Deprecated.Gets the initial guess.
-