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

Align the setting and passing of bounds #671

Open
NicolaCourtier opened this issue Feb 13, 2025 · 0 comments
Open

Align the setting and passing of bounds #671

NicolaCourtier opened this issue Feb 13, 2025 · 0 comments
Labels
release blocker Needs to be closed before a new release can be deployed

Comments

@NicolaCourtier
Copy link
Member

We should perform a thorough check of everywhere bounds are passed, add tests for different formats and update the documentation. The application of the bounds in BaseOptimiser was changed in #661 and not all bases were covered. Things to consider:

  • bounds in different formats e.g. lists and dictionaries
  • inappropriate formats such as strings
  • one-sided bounds
  • infinite bounds, including transformed bounds e.g. log(0)
  • when to remove bounds e.g. via the input bounds=None
  • bounds for plotting
@BradyPlanden BradyPlanden added the release blocker Needs to be closed before a new release can be deployed label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release blocker Needs to be closed before a new release can be deployed
Projects
None yet
Development

No branches or pull requests

2 participants