Python Other
Switch branches/tags
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bluepyopt
cloud-config
docs
examples
.codeclimate.yml
.gitignore
.travis.yml
.travis_install_neuron.sh
AUTHORS.txt
LGPL.txt
LICENSE.txt
MANIFEST.in
Makefile
README.md
requirements.txt
setup.cfg
setup.py
versioneer.py

README.md

Build Status codecov.io Join the chat at https://gitter.im/BlueBrain/BluePyOpt Code Climate

Introduction

BlueBrain Python Optimisation Library

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

Requirements

Installation

After installing Neuron and DEAP, run the following command:

pip install bluepyopt

Cloud infrastructure

We provide instruction on how to set up an optimisation environment on cloud infrastructure or cluster computers here

Quick Start

An iPython notebook with an introductory optimisation of a one compartmental model with 2 HH channels can be found here

Scripts for a more complex neocortical L5PC are in this directory

API documentation

The API documentation can be found here