Package com.joptimizer.functions
-
Interface Summary Interface Description BarrierFunction Interface for the barrier function used by a given barrier optimization method.ConvexMultivariateRealFunction Use this whenever possible, because the algorithm will check that.StrictlyConvexMultivariateRealFunction Use children classes whenever possible, because the algorithm will check that.TwiceDifferentiableMultivariateRealFunction -
Class Summary Class Description FunctionsUtils LinearMultivariateRealFunction f(x) = q.x + rLogarithmicBarrier Default barrier function for the barrier method algorithm.LogTransformedPosynomial This function represents the logarithm of a posynomial after a change of variables x->y=log(x).PDQuadraticMultivariateRealFunction 1/2 * x.P.x + q.x + r, P positive definitePSDQuadraticMultivariateRealFunction 1/2 * x.P.x + q.x + r, P positive semi-definiteQuadraticMultivariateRealFunction 1/2 x.P.x + q.x + rSDPLogarithmicBarrier Generalized logarithmic barrier function for semidefinite programming.SOCPLogarithmicBarrier Generalized logarithm barrier function for SOCP with constraints:
||Ai.x+bi|| < ci.x+di, i=1,...,mSymmPDQuadraticMultivariateRealFunction 1/2 * x.P.x + q.x + r, P positive definite and symmetric.
DMelt 3.0 © DataMelt by jWork.ORG