- All Implemented Interfaces:
OptimizationData
Starting point (first guess) of the optimization procedure.
Immutable class.
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
InitialGuess 
public InitialGuess(double[] startPoint)
Simple constructor.
- Parameters:
startPoint
- Initial guess.
-
Method Details 
-
getInitialGuess 
public double[] getInitialGuess()
Gets the initial guess.
- Returns:
- the initial guess.