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

Method getOptimumValue

dart/optimizer/Problem.cpp:296–299  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

294
295//==============================================================================
296double Problem::getOptimumValue() const
297{
298 return mOptimumValue;
299}
300
301//==============================================================================
302void Problem::setOptimalSolution(const Eigen::VectorXd& _optParam)

Callers 4

test_nlopt_solverFunction · 0.95
ProblemFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_nlopt_solverFunction · 0.76
TESTFunction · 0.64