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

print evaluation count in t_tutorial.cxx #591

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

stevengj
Copy link
Owner

@stevengj stevengj commented Feb 16, 2025

For better diagnostics.

e.g. with the default algorithm, the output is now:

found minimum at f(0.333333,0.296296) = 0.5443310497 after 48 evaluations

@jschueller
Copy link
Collaborator

jschueller commented Feb 17, 2025

seems AUGLAG runs forever here with these modified stopping criteria

@stevengj
Copy link
Owner Author

stevengj commented Feb 18, 2025

Probably the local_opt convergence criteria need to be fixed for AUGLAG. (It can't use stopval because of the penalty term, and without that there is no termination criterion.)

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 this pull request may close these issues.

2 participants