public class InitialGuess extends java.lang.Object implements OptimizationData
Modifier and Type | Field and Description |
---|---|
private double[] |
init
Initial guess.
|
Constructor and Description |
---|
InitialGuess(double[] startPoint) |
Modifier and Type | Method and Description |
---|---|
double[] |
getInitialGuess()
Gets the initial guess.
|
Copyright (c) 2003-2013 Apache Software Foundation