shivChitinous / brian2modelfitting

Model fitting toolbox for the Brian 2 simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brian2modelfitting

Model Fitting Toolbox for Brian 2 simulator, to allow the user to find the best fit of the parameters for recorded traces and spike trains.

By default, we support a range of global derivative-free optimization methods, that include popular methods for model fitting, such as: Differential Evolution, Particle Swarm Optimization and Covariance Matrix Adaptation (provided by the Nevergrad) as well as Bayesian Optimization for black box functions (provided by Scikit-Optimize).

Documentation for Brian2modelfitting can be found at http://brian2modelfitting.readthedocs.org

Brian2modelfitting is released under the terms of the CeCILL 2.1 license.

Please report issues at the github issue tracker (https://github.com/brian-team/brian2/issues) or at the brian support mailing list (http://groups.google.com/group/briansupport/)

Testing status

Build Status Coverage Status

About

Model fitting toolbox for the Brian 2 simulator

License:Other


Languages

Language:Python 99.0%Language:Batchfile 0.6%Language:Makefile 0.4%