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

Method Problem

dart/optimizer/Problem.cpp:61–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

59
60//==============================================================================
61Problem::Problem(std::size_t _dim) : mDimension(0), mOptimumValue(0.0)
62{
63 setDimension(_dim);
64}
65
66//==============================================================================
67void Problem::setDimension(std::size_t _dim)

Callers 2

test_nlopt_solverFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_nlopt_solverFunction · 0.64