Documentation of 'org.nd4j.linalg.solvers.VectorizedBackTrackLineSearchMinimum' Java class
VectorizedBackTrackLineSearchMinimum
org.nd4j.linalg.solvers

Class VectorizedBackTrackLineSearchMinimum



  • public class VectorizedBackTrackLineSearchMinimum
    extends java.lang.Object
    • Method Detail

      • setStpmax

        public void setStpmax(double stpmax)
      • getStpmax

        public double getStpmax()
      • setRelTolx

        public void setRelTolx(double tolx)
        Sets the tolerance of relative diff in function value. Line search converges if abs(delta x / x) < tolx for all coordinates.
      • setAbsTolx

        public void setAbsTolx(double tolx)
        Sets the tolerance of absolute diff in function value. Line search converges if abs(delta x) < tolx for all coordinates.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.