|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optimization.InitialGuess
@Deprecated public class InitialGuess
Starting point (first guess) of the optimization procedure.
Immutable class.
Field Summary | |
---|---|
private double[] |
init
Deprecated. Initial guess. |
Constructor Summary | |
---|---|
InitialGuess(double[] startPoint)
Deprecated. |
Method Summary | |
---|---|
double[] |
getInitialGuess()
Deprecated. Gets the initial guess. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final double[] init
Constructor Detail |
---|
public InitialGuess(double[] startPoint)
startPoint
- Initial guess.Method Detail |
---|
public double[] getInitialGuess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |