Class SR1Optimiser

    • Method Detail

      • prepare

        public void prepare​(GeneralTask task)
                     throws SolverException

        Calculated the gradient at the end of this step. Invokes hessian(...) to calculate the Hessian matrix at the <i>k</i>+1 step using the gk and gk+1 gradient values, the previously calculated Hessian matrix on step k, and the result of the linear search αk+1.

        Specified by:
        prepare in class PathOptimiser
        Parameters:
        task - the SearchTask undergoing optimisation
        Throws:
        SolverException
      • getInstance

        public static SR1Optimiser getInstance()
        This class uses a singleton pattern, meaning there is only instance of this class.
        Returns:
        the single (static) instance of this class