Home
last modified time | relevance | path

Searched refs:computeObjective (Results 1 – 9 of 9) sorted by relevance

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/MatlabInterface/src/
H A Dcallbackfunctions.hpp50 double computeObjective (const Iterate& x) const;
H A Dmatlabprogram.cpp129 f = funcs.computeObjective(x); in eval_f()
H A Dcallbackfunctions.cpp141 double CallbackFunctions::computeObjective (const Iterate& x) const { in computeObjective() function in CallbackFunctions
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcSimplexDual.hpp308 bool checkCutoff(bool computeObjective);
H A DAbcSimplex.hpp374 void computeObjective();
H A DAbcSimplexDual.cpp3701 bool AbcSimplexDual::checkCutoff(bool computeObjective) in checkCutoff() argument
3704 if (computeObjective) in checkCutoff()
3715 if (looksInfeasible && !computeObjective) in checkCutoff()
H A DAbcSimplex.cpp2798 void AbcSimplex::computeObjective() in computeObjective() function in AbcSimplex
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DTAO.pyx283 def computeObjective(self, Vec x): member in TAO
H A DSNES.pyx369 def computeObjective(self, Vec x): member in SNES