Attention: The Collaboratory IAM will down for up to 1 hour on Monday, the 7th of July 2025 starting from 5pm CEST (my timezone) for up to 1 hour. Any and all services, which require a user login with an EBRAINS account, will be un-available during that time


Changes for page BluePyOpt

Last modified by abonard on 2025/06/13 16:05

From version 3.1
edited by abonard
on 2025/04/10 15:02
Change comment: There is no comment for this version
To version 16.1
edited by abonard
on 2025/04/10 15:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,4 +9,14 @@
9 9  **Level**: beginner(%%) **Type**: interactive tutorial
10 10  
11 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"]] ===
12 12  
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.
22 +