Pybobyqa Versions Save

Python-based Derivative-Free Optimization with Bound Constraints

v1.4.1

1 month ago

Migrate installation to pyproject.toml (required for Python 3.12+) and drop support for Python 2.7 and <=3.7. No change to the expected behavior of the Py-BOBYQA algorithm.

v1.4

1 year ago

Various error handling improvements; see documentation for release notes.

v1.3

3 years ago

Remove NumPy deprecation warnings from use of np.int and np.float. No change to performance expected.

v1.2

4 years ago

Variety of speed improvements and bugfixes. See documentation for more details.

v1.1.1

5 years ago

No changes to code, just re-releasing with Zenodo activated (for DOI creation).

v1.1

5 years ago

Extra parameters to control the trust region radius over multiple restarts, designed for global optimization.

v1.0.2

5 years ago

Added optional 'args' input for arguments to objfun. Bug fixes for default parameters, safety step and installation.

v1.0.1

6 years ago

Minor bugfix to trust region subproblem solver - this has minimal impact on the performance of Py-BOBYQA.

v1.0

6 years ago

Initial release of Py-BOBYQA.