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

Class InitialGuess

  • All Implemented Interfaces:
    OptimizationData

    Deprecated. 
    As of 3.1 (to be removed in 4.0).

    @Deprecated
    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)
      Deprecated. 
       
    • Constructor Detail

      • InitialGuess

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

      • getInitialGuess

        public double[] getInitialGuess()
        Deprecated. 
        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.