Attention: Due to an upgrade beginning on Friday, the 22nd August 2025, any new collabs, groups and any changes to teams will not be kept beyond the weekend. User creation will also be disabled during this time. The actual upgrade will take place on Wednesday, 27th August. On that day, any service requiring a Keycloak login will be unavailable for the duration of the upgrade. Thank you for your understanding as we complete this important work.


Wiki source code of BluePyOpt

Version 39.1 by abonard on 2025/06/03 11:00

Show last authors
1
2
3 * ((( ==== **[[Beginner >>||anchor = "HBeginner-1"]]** ==== )))
4
5 * ((( ==== **[[Intermediate >>||anchor = "HIntermediate-1"]]** ==== )))
6
7 === **Beginner** ===
8
9 === [[Creating a simple cell optimisation>>https://github.com/BlueBrain/BluePyOpt/blob/master/examples/simplecell/simplecell.ipynb||rel=" noopener noreferrer" target="_blank"]] ===
10
11 **Level**: beginner(%%) **Type**: interactive tutorial
12
13 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.
14 === [[Optimisation using the CMA evolutionary strategy>>https://github.com/BlueBrain/BluePyOpt/blob/master/examples/cma_strategy/cma.ipynb||rel=" noopener noreferrer" target="_blank"]] ===
15
16 **Level**: beginner(%%) **Type**: interactive tutorial
17
18 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.
19 === [[Optimising synaptic parameters>>https://github.com/BlueBrain/BluePyOpt/blob/master/examples/expsyn/ExpSyn.ipynb||rel=" noopener noreferrer" target="_blank"]] ===
20
21 **Level**: beginner(%%) **Type**: interactive tutorial
22
23 This notebook shows how the parameters of a NEURON point process (in this case a synapse), can be optimised using BluePyOpt.
24 === **Intermediate** ===
25
26 === [[Creating an optimisation with meta parameters>>https://github.com/BlueBrain/BluePyOpt/blob/master/examples/metaparameters/metaparameters.ipynb||rel=" noopener noreferrer" target="_blank"]] ===
27
28 **Level**: intermediate(%%) **Type**: interactive tutorial
29
30 This notebook will explain how to set up an optimisation that uses metaparameters (parameters that control other parameters)