Skip to content

Commit

Permalink
240430.130223.HKT update README for the Python interface
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 30, 2024
1 parent 8aa15f3 commit a90dbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/../../../install/lib ./install/bin/cobyla_

#### Python

- A [Python interface for the Fortran version of PRIMA](https://github.com/libprima/prima/tree/main/python) is available.
- The inclusion of PRIMA into SciPy is [under discussion](https://github.com/scipy/scipy/issues/18118). It will replace the [buggy](#bug-fixes) and unmaintained Fortran 77 version of [COBYLA underlying `scipy.optimize.minimize`](https://docs.scipy.org/doc/scipy/reference/optimize.minimize-cobyla.html#optimize-minimize-cobyla), and make the other four solvers available to all SciPy users.
- A [Python interface for the Fortran version of PRIMA](https://github.com/libprima/prima/pull/124) is under development.
- A [native Python implementation of PRIMA](https://github.com/libprima/prima/pull/37) is under development.

#### MATLAB
Expand Down

0 comments on commit a90dbc5

Please sign in to comment.