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