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

Method getTolerance

dart/optimizer/Solver.cpp:124–127  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

122
123//==============================================================================
124double Solver::getTolerance() const
125{
126 return mProperties.mTolerance;
127}
128
129//==============================================================================
130void Solver::setNumMaxIterations(std::size_t _newMax)

Callers 4

computeErrorMethod · 0.45
PySolverClass · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36