Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moco cheatsheet contains wrong Matlab call #673

Open
jenniferMaier opened this issue Apr 2, 2024 · 0 comments
Open

Moco cheatsheet contains wrong Matlab call #673

jenniferMaier opened this issue Apr 2, 2024 · 0 comments
Assignees

Comments

@jenniferMaier
Copy link

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);.

@nickbianco nickbianco self-assigned this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants