prima
prima copied to clipboard
PRIMA is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBY...
Hello, I recently became aware of this project and took a look, and I have to say it's a really nice example of well written modern Fortran. One thing that...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.18.1 to 2.20.0. Release notes Sourced from pypa/cibuildwheel's releases. Version 2.20.0 🌟 CPython 3.13 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time...
Hi Zhang, first thank you for the great library. I'm using LINCOA as it's giving me good results compared to other optimization algorithms, but when I start Prima with LINCOA...
SciPy complained about "expression result unused" for the extra ')' in the repr function, which makes sense. It also complained about `rc` being unused. This is slightly annoying because we...
This is in support of efforts to integrate PRIMA with SciPy. They provide wheels for musl, and in musl you cannot have nested functions in Fortran (at least, not without...
First off, congratulations and thank you on modernizing and improving a great optimization library. With this ticket, I would like to suggest that PRIMA is integrated with the Fortran Package...
See https://github.com/libprima/prima/actions/runs/14077137997
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.0 to 3.3.0. Release notes Sourced from pypa/cibuildwheel's releases. v3.3.0 🐛 Fix an incompatibility with Docker v29 (#2660) ✨ Adds test-runtime option, to customise how tests on...
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.6.0 to 2.6.1. Release notes Sourced from matlab-actions/setup-matlab's releases. v2.6.1 Bug Fixes The Setup MATLAB action now sets up the specified products regardless of the contents of...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...