Documentation of 'org.ddogleg.optimization.wrap.TrustRegionLeastSquares_to_UnconstrainedLeastSquares' Java class
TrustRegionLeastSquares_to_UnconstrainedLeastSquares
org.ddogleg.optimization.wrap

Class TrustRegionLeastSquares_to_UnconstrainedLeastSquares

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getFunctionValue()
      Returns the value of the objective function being evaluated at the current parameters value.
      double[] getParameters()
      After each iteration this function can be called to get the current best set of parameters.
      java.lang.String getWarning()
      Provides feed back if something went wrong, but still produced a solution.
      void initialize(double[] initial, double ftol, double gtol)
      Specify the initial set of parameters from which to start from.
      boolean isConverged()
      Indicates if iteration stopped due to convergence or not.
      boolean isUpdated()
      True if the parameter(s) being optimized have been updated
      boolean iterate()
      Updates the search.
      void setFunction(FunctionNtoM function, FunctionNtoMxN jacobian)
      Specifies a set of functions and their Jacobian.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.