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

Commits on Apr 12, 2022

  1. Fixing issue in which the SNOPT does not provide the number of functi…

    …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.
    castanhas98 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9cd9161 View commit details
    Browse the repository at this point in the history
  2. Revert "Fixing issue in which the SNOPT does not provide the number o…

    …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.
    castanhas98 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8251f49 View commit details
    Browse the repository at this point in the history
  3. Fixing issue in which the SNOPT does not provide the number of functi…

    …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.
    castanhas98 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    5ff1cd9 View commit details
    Browse the repository at this point in the history