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

Method getNumMaxIterations

dart/optimizer/Solver.cpp:136–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135//==============================================================================
136std::size_t Solver::getNumMaxIterations() const
137{
138 return mProperties.mNumMaxIterations;
139}
140
141//==============================================================================
142void Solver::setIterationsPerPrint(std::size_t _newRatio)

Callers 1

PySolverClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected