Python Other
Switch branches/tags
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bluepyopt
docs
examples
.gitignore
.travis.yml
AUTHORS.txt
LGPL.txt
LICENSE.txt
Makefile
README.md
setup.py

README.md

Bluebrain Python Optimisation Library

This software is currently in an ALPHA stage. Use at your own risk.

Installation

First install BlueBrain DEAP:

https://github.com/BlueBrain/deap

And Neuron with python support:

http://neuron.yale.edu/

To install BluePyOpt, run:

pip install . --upgrade

API documentation

The API documentation can be found here