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

Reverse direction of hin/hinjac in wrapper functions and update various examples. #157

Merged
merged 15 commits into from
Jun 15, 2024

Commits on Jun 4, 2024

  1. SLSQP: 1) Change desired direction of inequality to <= (see issue 148…

    …). 2) Keep old behavior as default through new parameter. 3) Update documentation, including examples, and unit tests.
    aadler committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e92c36c View commit details
    Browse the repository at this point in the history
  2. AUGLAG: 1) Change desired direction of inequality to <= (see issue 14…

    …8). 2) Keep old behavior as default through new parameter. 3) Update documentation, including examples, and unit tests. 4) Correct Powell example to match that in Rsolnp
    aadler committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    eb1f058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dcb1c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25540a9 View commit details
    Browse the repository at this point in the history
  5. CCSAQ: 1) Change desired direction of inequalities to <= 2) Maintain …

    …old behavior as default with new parameter 3) Clean up HS100 example; analytic gradient works now - as it should. 3) Update documentation and unit tests
    aadler committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c7a23e5 View commit details
    Browse the repository at this point in the history
  6. COBYLA (includes BOBYQA and NEWUOA): 1) Change desired direction of i…

    …nequalities to <= 2) Maintain old behavior as default with new parameter 3) Clean up HS100 example 4) Update documentation and unit tests
    aadler committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6a5f735 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. GLOBAL (includes STOGO, ISRES, and CRS2LM): 1) Change desired directi…

    …on of inequalities to <= 2) Maintain old behavior as default with new parameter 3) Clean up Hartmann 6 example 4) Update documentation and unit tests.
    aadler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bb1b1da View commit details
    Browse the repository at this point in the history
  2. Clean up Hartmann 6.

    aadler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    739f7c8 View commit details
    Browse the repository at this point in the history
  3. MMA: 1) Changed direction of hin/hinjac inequality to <= 2) Updated H…

    …S100 example so it is now accurate with analytic gradient 3) Updated documentation and unit tests.
    aadler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f566837 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    165b4f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f10da75 View commit details
    Browse the repository at this point in the history
  6. Combine all changes not yet sent to CRAN into one release in NEWS.md …

    …and DESCRIPTION. Release version is minor, since deprecating the direction is a significant change. It is not major, since the API remains the same, currently.
    aadler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e4feaad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa55b74 View commit details
    Browse the repository at this point in the history
  8. Missed one in description.

    aadler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bc1ed92 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    fe63b95 View commit details
    Browse the repository at this point in the history