opt.classes.functions

Classes

GradientLogarithmicBarrier(gf, gphi)

Class to define gradient objective function of logarithmic barrier optimization problem.

GradientObjectiveFunction(gf)

Class to define gradient of objective function of optimization problem.

HessianLogarithmicBarrier(Hf, Hphi)

Class to define Hessian objective function of logarithmic barrier optimization problem.

HessianObjectiveFunction(Hf)

Class to define Hessian of objective function of optimization problem.

LogarithmicBarrier(f, constraints_inequalities)

Class to define objective function of logarithmic barrier optimization problem.

ObjectiveFunction(f)

Class to define objective function of optimization problem.