MCPcopy Create free account
hub / github.com/dartsim/dart / evaluateObjectives

Method evaluateObjectives

dart/optimizer/GenericMultiObjectiveProblem.cpp:241–245  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

239
240//==============================================================================
241Eigen::VectorXd GenericMultiObjectiveProblem::evaluateObjectives(
242 const Eigen::VectorXd& x) const
243{
244 return computeFunctions(mObjectiveFunctions, getObjectiveDimension(), x);
245}
246
247//==============================================================================
248Eigen::VectorXd GenericMultiObjectiveProblem::evaluateEqConstraints(

Callers

nothing calls this directly

Calls 1

computeFunctionsFunction · 0.85

Tested by

no test coverage detected