An open API service indexing awesome lists of open source software.

https://github.com/neuralensemble/neurotune

Package for fitting/optimization of NeuroML models
https://github.com/neuralensemble/neurotune

computational-neuroscience evolutionary-algorithm model-fitting neuroml python

Last synced: about 2 months ago
JSON representation

Package for fitting/optimization of NeuroML models

Awesome Lists containing this project

README

          

# Neurotune

[![GH Build](https://github.com/NeuralEnsemble/neurotune/actions/workflows/ci.yml/badge.svg)](https://github.com/NeuralEnsemble/neurotune/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/neurotune/badge/?version=latest)](https://neurotune.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/neurotune)](https://pypi.org/project/neurotune/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/neurotune)](https://pypi.org/project/neurotune/)
[![GitHub](https://img.shields.io/github/license/NeuralEnsemble/neurotune)](https://github.com/NeuralEnsemble/neurotune/blob/master/LICENSE)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/NeuralEnsemble/neurotune)](https://github.com/NeuralEnsemble/neurotune/pulls)
[![GitHub issues](https://img.shields.io/github/issues/NeuralEnsemble/neurotune)](https://github.com/NeuralEnsemble/neurotune/issues)
[![GitHub Org's stars](https://img.shields.io/github/stars/NeuralEnsemble?style=social)](https://github.com/NeuralEnsemble)

This package provides **Neurotune**, a package for optimizing electical models of excitable cells.

**This package was originally developed by [Mike Vella](https://github.com/vellamike). This has been updated by [Padraig Gleeson](https://github.com/pgleeson) and others (and moved to [NeuralEnsemble](https://github.com/NeuralEnsemble)) to continue development of [pyelectro](https://github.com/NeuralEnsemble/pyelectro) and [Neurotune](https://github.com/NeuralEnsemble/neurotune) for use in [OpenWorm](http://www.openworm.org/), [Open Source Brain](http://opensourcebrain.org/) and other projects**

Full documentation can be found [here](http://neurotune.readthedocs.io/en/latest/).

## Installation

Install Neurotune with the following command:

```
sudo pip install .

```

The developer dependencies can be installed using the `dev` extra:

```
sudo pip install .[dev]
```

The [CI script](https://github.com/NeuralEnsemble/neurotune/blob/master/.github/workflows/ci.yml) shows the full set of commands for installation & execution of a number of examples.