Skip to content

Commit daed3f3

Browse files
committed
240430.135809.HKT further update README for the Python interface
1 parent 066bd99 commit daed3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/../../../install/lib ./install/bin/cobyla_
268268

269269
#### Python
270270

271-
- An [interface](./python) is provided for [using the **modern** Fortran implementation in Python](./python/examples).
271+
- An [interface](./python) is provided for [using the **modern** Fortran implementation in Python](./python/examples/rosenbrock.py).
272272
- 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.
273273
- A [native Python implementation of PRIMA](https://github.com/libprima/prima/pull/37) is under development.
274274

0 commit comments

Comments
 (0)