Warning:  Due to planned infrastructure maintenance, the EBRAINS Wiki and EBRAINS Support system will be unavailable for up to three days starting Monday, 14 July. During this period, both services will be inaccessible, and any emails sent to the support address will not be received.

Attention: We are currently experiencing some issues with the EBRAINS Drive. Please bear with us as we fix this issue. We apologise for any inconvenience caused.


Wiki source code of BluePyOpt

Version 5.1 by abonard on 2025/04/10 15:03

Show last authors
1
2
3 * ((( ==== **[[Beginner >>||anchor = "HBeginner-1"]]** ==== )))
4
5 === **Beginner** ===
6
7 === [[Creating a simple cell optimisation>>https://github.com/BlueBrain/BluePyOpt/blob/master/examples/simplecell/simplecell.ipynb||rel=" noopener noreferrer" target="_blank"]] ===
8
9 **Level**: beginner(%%) **Type**: interactive tutorial
10
11 This notebook will explain how to set up an optimisation of simple single compartmental cell with two free parameters that need to be optimised. As this optimisation is for example purpose only, no real experimental data is used in this notebook.
12 === [[Optimisation using the CMA evolutionary strategy>>https://github.com/BlueBrain/BluePyOpt/blob/master/examples/cma_strategy/cma.ipynb||rel=" noopener noreferrer" target="_blank"]] ===
13
14 **Level**: beginner(%%) **Type**: interactive tutorial
15
16 This notebook will explain how to optimise a model using the covariance matrix adaptation (CMA) optimisation strategy. BluePyOpt includes two flavors of CMA: a single objective one and a hybrid single/multi objective one.
17 === [[Optimising synaptic parameters>>https://github.com/BlueBrain/BluePyOpt/blob/master/examples/expsyn/ExpSyn.ipynb||rel=" noopener noreferrer" target="_blank"]] ===
18
19 **Level**: beginner(%%) **Type**: interactive tutorial
20
21 This notebook shows how the parameters of a NEURON point process (in this case a synapse), can be optimised using BluePyOpt.