Package methods

Class FastGradientDescentMethod

java.lang.Object
methods.AbstractGradientMethod
methods.FastGradientDescentMethod
All Implemented Interfaces:
Method

public class FastGradientDescentMethod
extends AbstractGradientMethod
Class of Fast Gradient realisation
  • Field Summary

    Fields inherited from class methods.AbstractGradientMethod

    epsilon, log, out
  • Constructor Summary

    Constructors 
    Constructor Description
    FastGradientDescentMethod​(double epsilon)
    Standard constructor
    FastGradientDescentMethod​(double epsilon, boolean log, java.lang.String fileName)
    Full constructor
  • Method Summary

    Modifier and Type Method Description
    private double calculateStep​(double[] x, double[] gradient, Function function)
    function for computing of the step.
    double[] findMinimum​(Function function, double[] x0)
    search minimum of the function with start from the point in x_0

    Methods inherited from class methods.AbstractGradientMethod

    log

    Methods inherited from class java.lang.Object

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