You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the Moco cheatsheet (https://github.com/opensim-org/opensim-moco/blob/master/Moco/doc/MocoCheatSheet.pdf) the Matlab command for setting the max number of iterations of a solver is solver.set_max_iterations(500);. This results in an error message in Matlab. The correct call should be solver.set_optim_max_iterations(500);.
The text was updated successfully, but these errors were encountered:
According to the Moco cheatsheet (https://github.com/opensim-org/opensim-moco/blob/master/Moco/doc/MocoCheatSheet.pdf) the Matlab command for setting the max number of iterations of a solver is
solver.set_max_iterations(500);
. This results in an error message in Matlab. The correct call should besolver.set_optim_max_iterations(500);
.The text was updated successfully, but these errors were encountered: