From 8a633e4325a9b92b91ca8a00af76e1e7fc28ef9e Mon Sep 17 00:00:00 2001 From: Lena Salfenmoser Date: Fri, 15 Dec 2023 07:48:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81eb9123..d294cb0a 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Example [IPython Notebooks](examples/) on how to use the library can be found in - [Example 0.6](https://mybinder.org/v2/gh/neurolib-dev/neurolib/master?filepath=examples%2Fexample-0.6-custom-model.ipynb) - Minimal example of how to implement your own model in `neurolib` - [Example 1.2](https://mybinder.org/v2/gh/neurolib-dev/neurolib/master?filepath=examples%2Fexample-1.2-brain-network-exploration.ipynb) - Parameter exploration of a brain network and fitting to BOLD data - [Example 2.0](https://mybinder.org/v2/gh/neurolib-dev/neurolib/master?filepath=examples%2Fexample-2-evolutionary-optimization-minimal.ipynb) - A simple example of the evolutionary optimization framework -- [Example 5.3](examples/example-5-optimal-control/example-5.3-oc-wc-model-deterministic.ipynb) - Example of optimal control of the noise-free Wilson-Cowan model +- [Example 5.2](https://mybinder.org/v2/gh/neurolib-dev/neurolib/master?filepath=examples%2Fexample-5.2-oc-wc-model-deterministic.ipynb) - Example of optimal control of the noise-free Wilson-Cowan model A basic overview of the functionality of `neurolib` is also given in the following.