Documentation of 'org.apache.commons.math3.optim.InitialGuess' Java class
InitialGuess
org.apache.commons.math3.optim

Class InitialGuess

  • All Implemented Interfaces:
    OptimizationData


    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) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double[] getInitialGuess()
      Gets the initial guess.
      • Methods inherited from class java.lang.Object

        equals, 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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.