Class BfgsSolver


  • public class BfgsSolver
    extends Solver
    This class implements the BFGS algorithm for solving unconstrained optimization problems.
    Author:
    Matthias Thimm
    • Constructor Detail

      • BfgsSolver

        public BfgsSolver​(java.util.Map<Variable,​Term> startingPoint)
    • Method Detail

      • isInstalled

        public static boolean isInstalled()
                                   throws java.lang.UnsupportedOperationException
        Throws:
        java.lang.UnsupportedOperationException