From daed3f3fa137648f7fade22d7000048764dee490 Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Tue, 30 Apr 2024 13:58:09 +0800 Subject: [PATCH] 240430.135809.HKT further update README for the Python interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b52106a5bf..b78096f640 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/../../../install/lib ./install/bin/cobyla_ #### Python -- An [interface](./python) is provided for [using the **modern** Fortran implementation in Python](./python/examples). +- An [interface](./python) is provided for [using the **modern** Fortran implementation in Python](./python/examples/rosenbrock.py). - 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 [native Python implementation of PRIMA](https://github.com/libprima/prima/pull/37) is under development.