You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,9 @@ We are providing support using a chat channel on `Gitter <https://gitter.im/Blue
107
107
108
108
News
109
109
====
110
+
- 2023/01: BluePyOpt now supports the Arbor simulator.
111
+
- 2022/12: Support for LFPy models merged into master. Examples and preprint: https://github.com/alejoe91/multimodalfitting, https://www.biorxiv.org/content/10.1101/2022.08.03.502468v1.full
112
+
- 2022/12: BluePyOpt now has the ability to write out NeuroML files: https://github.com/BlueBrain/BluePyOpt/tree/master/bluepyopt/neuroml
- 2017/01/04: BluePyOpt is now considered compatible with Python 3.6+.
112
115
- 2016/11/10: BluePyOpt now supports NEURON point processes. This means we can fit parameters of Adex/GIF/Izhikevich models, and also synapse models.
@@ -139,6 +142,11 @@ And then bluepyopt itself:
139
142
140
143
pip install bluepyopt
141
144
145
+
Support for simulators other than NEURON is optional and not installed by default. If you want to use [Arbor](https://arbor-sim.org/) to run your models, use the following line instead to install bluepyopt.
146
+
147
+
.. code-block:: bash
148
+
149
+
pip install bluepyopt[arbor]
142
150
143
151
Cloud infrastructure
144
152
====================
@@ -156,7 +164,8 @@ Single compartmental model
156
164
An iPython notebook with an introductory optimisation of a one compartmental
0 commit comments