Documentation of 'com.joptimizer.functions.BarrierFunction' Java class
BarrierFunction
com.joptimizer.functions

Interface BarrierFunction

    • Method Detail

      • getDualityGap

        double getDualityGap(double t)
        Calculates the duality gap for a barrier method build with this barrier function.
      • createPhase1BarrierFunction

        BarrierFunction createPhase1BarrierFunction()
        Create the barrier function for the basic Phase I method.
        See Also:
        "S.Boyd and L.Vandenberghe, Convex Optimization, 11.4.1"
      • calculatePhase1InitialFeasiblePoint

        double calculatePhase1InitialFeasiblePoint(double[] originalNotFeasiblePoint,
                                                   double tolerance)
        Calculates the initial value for the additional variable s in basic Phase I method.
        See Also:
        "S.Boyd and L.Vandenberghe, Convex Optimization, 11.4.1"

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.