org.apache.commons.math3.optim
Class InitialGuess

java.lang.Object
  extended by org.apache.commons.math3.optim.InitialGuess
All Implemented Interfaces:
OptimizationData

public class InitialGuess
extends Object
implements OptimizationData

Starting point (first guess) of the optimization procedure.
Immutable class.

Since:
3.1
Version:
$Id: InitialGuess.java 7721 2013-02-14 14:07:13Z CardosoP $

Constructor Summary
InitialGuess(double[] startPoint)
           
 
Method Summary
 double[] getInitialGuess()
          Gets the initial guess.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialGuess

public InitialGuess(double[] startPoint)
Parameters:
startPoint - Initial guess.
Method Detail

getInitialGuess

public double[] getInitialGuess()
Gets the initial guess.

Returns:
the initial guess.


Copyright © 2017 CNES. All Rights Reserved.