Class ConjugateGradientMethod

java.lang.Object
GradientMethods.AbstractGradientMethod
GradientMethods.ConjugateGradientMethod
All Implemented Interfaces:
Method

public class ConjugateGradientMethod
extends AbstractGradientMethod
Class of ConjugateGradient realisation
  • Field Summary

    Fields inherited from class GradientMethods.AbstractGradientMethod

    epsilon, log, out
  • Constructor Summary

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

    Modifier and Type Method Description
    double[] findMinimum​(Function function, double[] x0)
    search minimum of the function with start from the point in x_0
    private double scalar​(double[] a, double[] b)  
    private double[] startIteration​(Function function, double[] prevX)
    Iterative method of ConjugateGradient.

    Methods inherited from class GradientMethods.AbstractGradientMethod

    log

    Methods inherited from class java.lang.Object

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