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

Max inner iterations for MMA #329

Closed
smartalecH opened this issue May 8, 2020 · 3 comments · Fixed by #365
Closed

Max inner iterations for MMA #329

smartalecH opened this issue May 8, 2020 · 3 comments · Fixed by #365

Comments

@smartalecH
Copy link

It would be nice to pass a maximum number of "inner" iterations for the MMA algorithm.

This is especially useful for topology optimization problems.

@stevengj
Copy link
Owner

Would also be good to be able to specify a different tolerance for the dual optimizer.

@smartalecH
Copy link
Author

Tolerance code:

nlopt_set_ftol_rel(dual_opt, LO(ftol_rel, 1e-14));

@stevengj
Copy link
Owner

Note that you can currently change this tolerance by setting the ftol_rel of the local optimizer.

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

Successfully merging a pull request may close this issue.

2 participants