BluePyOpt icon indicating copy to clipboard operation
BluePyOpt copied to clipboard

Blue Brain Python Optimisation Library

Results 28 BluePyOpt issues
Sort by recently updated
recently updated
newest added

This is the reproducing example: ```python BluePyOpt$ ipython Python 3.8.10 (default, Jun 22 2022, 20:18:18) Type 'copyright', 'credits' or 'license' for more information IPython 8.5.0 -- An enhanced Interactive Python....

That works on myelin and the `len(self.icell.myelin) == 1` looks like a bug given that NEURON crashes, complaining that the section was deleted upon accessing e.g. `self.icell.myelin[0]`. I've added safe...

When NEURON simulation runs are not isolated, the results can get corrupted and memory not freed - leading to a larger memory usage. This happened in https://github.com/BlueBrain/BluePyEModel/pull/111 when BPO processes...

This module for parsing Arbor syntax is part of BluePyOpt. Changes in newer versions of Arbor cannot be reflected in this module because it is integrated within BluePyOpt. To ensure...

The replacement axon initial segment is hard coded to 60 micrometers, and two sections. Here is a pull request with a minimal fix for it: https://github.com/BlueBrain/BluePyOpt/pull/496

I am using BluePyOpt to optimize a model implemented in NEURON. In the optimization, I choose a parent population generated a-priori. ![fitness](https://github.com/BlueBrain/BluePyOpt/assets/25969757/709818cf-695a-4db4-b4ea-4dd81a1cf7a8) ![Fitness](https://github.com/BlueBrain/BluePyOpt/assets/25969757/2d683b05-1371-4a2b-b960-751a20ff05eb) The average fitness of the individuals worsens...

Hi. I have just installed Ubuntu on a new single blade and I was not able to run my optimization scripts with 1.14.16. I downgraded to 1.14.14 and everything is...