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

Fixing SNOPT not communicating the number of function evaluations to pagmo #25 #26

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

Conversation

castanhas98
Copy link

Attempt to fix #25, implementing @darioizzo's suggestion.

Added a test check, to make sure that the number of function evaluations shown by the UDP reflects the function evaluations made by SNOPT + the ones due to generating the population.

The modified test did not pass without the changes, but passed afterwards.

I tried to run the Python test as well, but could not figure out how to do it. If you deem it necessary and can give me some guidance on how to run it, I can do it and include the test instance to check for whether the number of function evaluations is correct.

Cheers!

…on evaluations to the pagmo::problem it is optimizing. Changed the in and made the required changes for it to work. Added a check on the test that makes sure it works.
…f function evaluations to the pagmo::problem it is optimizing. Changed the in and made the required changes for it to work. Added a check on the test that makes sure it works."

This reverts commit 9cd9161.
…on evaluations to the pagmo::problem it is optimizing. Changed the in and made the required changes for it to work. Added a check on the test that makes sure it works.
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.

SNOPT does not communicate the number of function evaluations to pagmo
1 participant