Class ComplexPath

  • All Implemented Interfaces:
    Serializable

    public class ComplexPath
    extends GradientGuidedPath

    A more complex version of Path, which in addition to other variables stores the Hessian matrix at the current step. Note the reset method is overriden.

    See Also:
    Serialized Form
    • Constructor Detail

      • ComplexPath

        protected ComplexPath​(GeneralTask task)
    • Method Detail

      • configure

        public void configure​(GeneralTask task)
        In addition to the superclass method, resets the Hessian to an Identity matrix.
        Overrides:
        configure in class GradientGuidedPath
        Parameters:
        task -
      • getInverseHessian

        public SquareMatrix getInverseHessian()
      • setInverseHessian

        public void setInverseHessian​(SquareMatrix inverseHessian)