Documentation of 'org.apache.commons.math3.optimization.general.GaussNewtonOptimizer' Java class
GaussNewtonOptimizer
org.apache.commons.math3.optimization.general

Class GaussNewtonOptimizer

    • Constructor Detail

      • GaussNewtonOptimizer

        public GaussNewtonOptimizer(ConvergenceChecker<PointVectorValuePair> checker)
        Deprecated. 
        Simple constructor with default settings. The normal equations will be solved using LU decomposition.
        Parameters:
        checker - Convergence checker.
      • GaussNewtonOptimizer

        @Deprecated
        public GaussNewtonOptimizer(boolean useLU)
        Simple constructor with default settings. The convergence check is set to a SimpleVectorValueChecker with default tolerances.
        Parameters:
        useLU - If true, the normal equations will be solved using LU decomposition, otherwise they will be solved using QR decomposition.
      • GaussNewtonOptimizer

        public GaussNewtonOptimizer(boolean useLU,
                                    ConvergenceChecker<PointVectorValuePair> checker)
        Deprecated. 
        Parameters:
        useLU - If true, the normal equations will be solved using LU decomposition, otherwise they will be solved using QR decomposition.
        checker - Convergence checker.
    • Method Detail

      • doOptimize

        public PointVectorValuePair doOptimize()
        Deprecated. 
        Perform the bulk of the optimization algorithm.
        Returns:
        the point/value pair giving the optimal value for the objective function.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.