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

Method setNumMaxIterations

dart/optimizer/Solver.cpp:130–133  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

128
129//==============================================================================
130void Solver::setNumMaxIterations(std::size_t _newMax)
131{
132 mProperties.mNumMaxIterations = _newMax;
133}
134
135//==============================================================================
136std::size_t Solver::getNumMaxIterations() const

Callers 8

moveMethod · 0.80
PySolverClass · 0.80
setup_whole_body_solverFunction · 0.80
TESTFunction · 0.80
setupWholeBodySolverFunction · 0.80
setupWholeBodySolverFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64