.coveragerc
.gitattributes
.gitignore
.readthedocs.yaml
.zenodo.json
AUTHORS.txt
COPYING
COPYING.lesser
Dockerfile
LICENSE.txt
MANIFEST.in
Makefile
README.rst
codecov.yml
package.json
pyproject.toml
pytest.ini
requirements.txt
requirements_docs.txt
tox.ini
.github/workflows/build.yml
.github/workflows/keep-alive.yml
.github/workflows/mirror-ebrains.yml
.github/workflows/test.yml
bluepyopt/__init__.py
bluepyopt/api.py
bluepyopt/evaluators.py
bluepyopt/objectives.py
bluepyopt/optimisations.py
bluepyopt/parameters.py
bluepyopt/stoppingCriteria.py
bluepyopt/tools.py
bluepyopt.egg-info/PKG-INFO
bluepyopt.egg-info/SOURCES.txt
bluepyopt.egg-info/dependency_links.txt
bluepyopt.egg-info/entry_points.txt
bluepyopt.egg-info/requires.txt
bluepyopt.egg-info/top_level.txt
bluepyopt/deapext/CMA_MO.py
bluepyopt/deapext/CMA_SO.py
bluepyopt/deapext/__init__.py
bluepyopt/deapext/algorithms.py
bluepyopt/deapext/hype.py
bluepyopt/deapext/optimisations.py
bluepyopt/deapext/optimisationsCMA.py
bluepyopt/deapext/stoppingCriteria.py
bluepyopt/deapext/utils.py
bluepyopt/deapext/tools/__init__.py
bluepyopt/deapext/tools/selIBEA.py
bluepyopt/ephys/__init__.py
bluepyopt/ephys/acc.py
bluepyopt/ephys/base.py
bluepyopt/ephys/create_acc.py
bluepyopt/ephys/create_hoc.py
bluepyopt/ephys/efeatures.py
bluepyopt/ephys/evaluators.py
bluepyopt/ephys/extra_features_utils.py
bluepyopt/ephys/locations.py
bluepyopt/ephys/mechanisms.py
bluepyopt/ephys/models.py
bluepyopt/ephys/morphologies.py
bluepyopt/ephys/objectives.py
bluepyopt/ephys/objectivescalculators.py
bluepyopt/ephys/parameters.py
bluepyopt/ephys/protocols.py
bluepyopt/ephys/recordings.py
bluepyopt/ephys/responses.py
bluepyopt/ephys/serializer.py
bluepyopt/ephys/simulators.py
bluepyopt/ephys/stimuli.py
bluepyopt/ephys/examples/__init__.py
bluepyopt/ephys/examples/simplecell/__init__.py
bluepyopt/ephys/examples/simplecell/simple.swc
bluepyopt/ephys/examples/simplecell/simplecell.py
bluepyopt/ephys/parameterscalers/__init__.py
bluepyopt/ephys/parameterscalers/acc_iexpr.py
bluepyopt/ephys/parameterscalers/parameterscalers.py
bluepyopt/ephys/static/arbor_mechanisms.json
bluepyopt/ephys/templates/cell_template.jinja2
bluepyopt/ephys/templates/acc/_json_template.jinja2
bluepyopt/ephys/templates/acc/decor_acc_template.jinja2
bluepyopt/ephys/templates/acc/label_dict_acc_template.jinja2
bluepyopt/ipyp/__init__.py
bluepyopt/ipyp/bpopt_tasksdb.py
bluepyopt/neuroml/__init__.py
bluepyopt/neuroml/biophys.py
bluepyopt/neuroml/cell.py
bluepyopt/neuroml/morphology.py
bluepyopt/neuroml/simulation.py
bluepyopt/neuroml/NeuroML2_mechanisms/Ca.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/Ca_HVA.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/Ca_LVAst.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/Ih.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/Im.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/K_Pst.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/K_Tst.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/KdShu2007.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/NaTa_t.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/NaTs2_t.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/Nap_Et2.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/SK_E2.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/SKv3_1.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/StochKv_deterministic.channel.nml
bluepyopt/neuroml/NeuroML2_mechanisms/baseCaDynamics_E2_NML2.nml
bluepyopt/neuroml/NeuroML2_mechanisms/pas.channel.nml
bluepyopt/tests/.gitignore
bluepyopt/tests/__init__.py
bluepyopt/tests/disable_simplecell_scoop.py
bluepyopt/tests/expected_results.json
bluepyopt/tests/test_bluepyopt.py
bluepyopt/tests/test_evaluators.py
bluepyopt/tests/test_l5pc.py
bluepyopt/tests/test_lfpy.py
bluepyopt/tests/test_neuroml_fcts.py
bluepyopt/tests/test_parameters.py
bluepyopt/tests/test_simplecell.py
bluepyopt/tests/test_stochkv.py
bluepyopt/tests/test_tools.py
bluepyopt/tests/test_deapext/__init__.py
bluepyopt/tests/test_deapext/deapext_test_utils.py
bluepyopt/tests/test_deapext/test_algorithms.py
bluepyopt/tests/test_deapext/test_hype.py
bluepyopt/tests/test_deapext/test_optimisations.py
bluepyopt/tests/test_deapext/test_optimisationsCMA.py
bluepyopt/tests/test_deapext/test_selIBEA.py
bluepyopt/tests/test_deapext/test_stoppingCriteria.py
bluepyopt/tests/test_deapext/test_utils.py
bluepyopt/tests/test_ephys/__init__.py
bluepyopt/tests/test_ephys/test_acc.py
bluepyopt/tests/test_ephys/test_create_acc.py
bluepyopt/tests/test_ephys/test_create_hoc.py
bluepyopt/tests/test_ephys/test_evaluators.py
bluepyopt/tests/test_ephys/test_extra_features_utils.py
bluepyopt/tests/test_ephys/test_features.py
bluepyopt/tests/test_ephys/test_init.py
bluepyopt/tests/test_ephys/test_locations.py
bluepyopt/tests/test_ephys/test_mechanisms.py
bluepyopt/tests/test_ephys/test_models.py
bluepyopt/tests/test_ephys/test_morphologies.py
bluepyopt/tests/test_ephys/test_objectives.py
bluepyopt/tests/test_ephys/test_parameters.py
bluepyopt/tests/test_ephys/test_parameterscalers.py
bluepyopt/tests/test_ephys/test_protocols.py
bluepyopt/tests/test_ephys/test_recordings.py
bluepyopt/tests/test_ephys/test_serializer.py
bluepyopt/tests/test_ephys/test_simulators.py
bluepyopt/tests/test_ephys/test_stimuli.py
bluepyopt/tests/test_ephys/utils.py
bluepyopt/tests/test_ephys/testdata/TimeVoltageResponse.csv
bluepyopt/tests/test_ephys/testdata/apic.swc
bluepyopt/tests/test_ephys/testdata/lfpy_soma_time.npy
bluepyopt/tests/test_ephys/testdata/lfpy_soma_voltage.npy
bluepyopt/tests/test_ephys/testdata/lfpy_time.npy
bluepyopt/tests/test_ephys/testdata/lfpy_voltage.npy
bluepyopt/tests/test_ephys/testdata/mean_waveforms.dat
bluepyopt/tests/test_ephys/testdata/simple.swc
bluepyopt/tests/test_ephys/testdata/simple.wrong
bluepyopt/tests/test_ephys/testdata/simple_ax1.swc
bluepyopt/tests/test_ephys/testdata/simple_ax2.asc
bluepyopt/tests/test_ephys/testdata/simple_ax2.swc
bluepyopt/tests/test_ephys/testdata/test.jinja2
bluepyopt/tests/test_ephys/testdata/acc/CCell/CCell.json
bluepyopt/tests/test_ephys/testdata/acc/CCell/CCell_decor.acc
bluepyopt/tests/test_ephys/testdata/acc/CCell/CCell_label_dict.acc
bluepyopt/tests/test_ephys/testdata/acc/CCell/simple_axon_replacement.acc
bluepyopt/tests/test_ephys/testdata/acc/expsyn/simple.swc
bluepyopt/tests/test_ephys/testdata/acc/expsyn/simple_cell.json
bluepyopt/tests/test_ephys/testdata/acc/expsyn/simple_cell_decor.acc
bluepyopt/tests/test_ephys/testdata/acc/expsyn/simple_cell_label_dict.acc
bluepyopt/tests/test_ephys/testdata/acc/l5pc/C060114A7.asc
bluepyopt/tests/test_ephys/testdata/acc/l5pc/C060114A7_axon_replacement.acc
bluepyopt/tests/test_ephys/testdata/acc/l5pc/C060114A7_modified.acc
bluepyopt/tests/test_ephys/testdata/acc/l5pc/l5pc.json
bluepyopt/tests/test_ephys/testdata/acc/l5pc/l5pc_decor.acc
bluepyopt/tests/test_ephys/testdata/acc/l5pc/l5pc_label_dict.acc
bluepyopt/tests/test_ephys/testdata/acc/l5pc_py37/l5pc_decor.acc
bluepyopt/tests/test_ephys/testdata/acc/simplecell/simple.swc
bluepyopt/tests/test_ephys/testdata/acc/simplecell/simple_axon_replacement.acc
bluepyopt/tests/test_ephys/testdata/acc/simplecell/simple_cell.json
bluepyopt/tests/test_ephys/testdata/acc/simplecell/simple_cell_decor.acc
bluepyopt/tests/test_ephys/testdata/acc/simplecell/simple_cell_label_dict.acc
bluepyopt/tests/test_ephys/testdata/acc/simplecell/simple_modified.acc
bluepyopt/tests/test_ephys/testdata/acc/templates/cell_json_template.jinja2
bluepyopt/tests/test_ephys/testdata/acc/templates/decor_acc_template.jinja2
bluepyopt/tests/test_ephys/testdata/acc/templates/label_dict_acc_template.jinja2
bluepyopt/tests/test_ephys/testmodels/__init__.py
bluepyopt/tests/test_ephys/testmodels/dummycells.py
bluepyopt/tests/testdata/l5pc_validate_neuron_arbor/param_values.json
cloud-config/README.md
cloud-config/config/amazon/README.md
cloud-config/config/amazon/ansible.cfg
cloud-config/config/amazon/create_instance.yaml
cloud-config/config/amazon/gather_config.py
cloud-config/config/amazon/site.yaml
cloud-config/config/amazon/vars.yaml
cloud-config/config/cluster-user/README.md
cloud-config/config/cluster-user/ansible.cfg
cloud-config/config/cluster-user/hosts
cloud-config/config/cluster-user/site.yaml
cloud-config/config/cluster-user/vars.yaml
cloud-config/config/vagrant/README.md
cloud-config/config/vagrant/Vagrantfile
cloud-config/config/vagrant/ansible.cfg
cloud-config/config/vagrant/hosts
cloud-config/config/vagrant/site.yaml
cloud-config/config/vagrant/vars.yaml
cloud-config/roles/base/tasks/main.yaml
cloud-config/roles/deap/tasks/main.yaml
cloud-config/roles/granule-example/tasks/main.yaml
cloud-config/roles/neuron/tasks/main.yaml
cloud-config/roles/neuron/tasks/python27.yaml
cloud-config/roles/scoop-master/tasks/main.yaml
docs/.gitignore
docs/Makefile
docs/source/.gitignore
docs/source/api.rst
docs/source/conf.py
docs/source/deapext.rst
docs/source/ephys.rst
docs/source/index.rst
docs/source/optimisations.rst
docs/source/_static/bbp.jpg
docs/source/_templates/module.rst
docs/source/logo/BluePyOptBanner.png
docs/source/logo/BluePyOptLogo.png
examples/BluePyOpt-ipyparallel.md
examples/README.md
examples/__init__.py
examples/cma_strategy/cma.ipynb
examples/expsyn/.gitignore
examples/expsyn/ExpSyn.ipynb
examples/expsyn/ExpSyn_arbor.ipynb
examples/expsyn/expsyn.py
examples/expsyn/generate_acc.py
examples/expsyn/simple.swc
examples/graupnerbrunelstdp/gbevaluator.py
examples/graupnerbrunelstdp/graupnerbrunelstdp.ipynb
examples/graupnerbrunelstdp/run_fit.py
examples/graupnerbrunelstdp/stdputil.py
examples/graupnerbrunelstdp/test_stdputil.py
examples/graupnerbrunelstdp/checkpoints/.gitignore
examples/graupnerbrunelstdp/figures/.gitignore
examples/l5pc/.gitignore
examples/l5pc/L5PC.ipynb
examples/l5pc/L5PC_arbor.ipynb
examples/l5pc/cADpyr_76.hoc
examples/l5pc/convert_noise_exp.py
examples/l5pc/convert_params.py
examples/l5pc/create_tables.py
examples/l5pc/generate_acc.py
examples/l5pc/generate_hoc.py
examples/l5pc/hocmodel.py
examples/l5pc/l5_config.zip
examples/l5pc/l5pc_analysis.py
examples/l5pc/l5pc_evaluator.py
examples/l5pc/l5pc_model.py
examples/l5pc/l5pc_validate_neuron_arbor.ipynb
examples/l5pc/l5pc_validate_neuron_arbor_pm.py
examples/l5pc/opt_l5pc.py
examples/l5pc/opt_l5pc.sh
examples/l5pc/tasks2dataframe.py
examples/l5pc/benchmark/get_stats.py
examples/l5pc/benchmark/l5pc_benchmark.sbatch
examples/l5pc/benchmark/run_benchmark.sh
examples/l5pc/benchmark/start.sh
examples/l5pc/benchmark/task_stats.py
examples/l5pc/benchmark/logs/.gitignore
examples/l5pc/checkpoints/.gitignore
examples/l5pc/config/features.json
examples/l5pc/config/fixed_params.json
examples/l5pc/config/mechanisms.json
examples/l5pc/config/parameters.json
examples/l5pc/config/params.json
examples/l5pc/config/protocols.json
examples/l5pc/exp_data/.gitignore
examples/l5pc/exp_data/noise_i.txt
examples/l5pc/figures/.gitignore
examples/l5pc/mechanisms/CaDynamics_E2.mod
examples/l5pc/mechanisms/Ca_HVA.mod
examples/l5pc/mechanisms/Ca_LVAst.mod
examples/l5pc/mechanisms/Ih.mod
examples/l5pc/mechanisms/Im.mod
examples/l5pc/mechanisms/K_Pst.mod
examples/l5pc/mechanisms/K_Tst.mod
examples/l5pc/mechanisms/LICENSE
examples/l5pc/mechanisms/NaTa_t.mod
examples/l5pc/mechanisms/NaTs2_t.mod
examples/l5pc/mechanisms/Nap_Et2.mod
examples/l5pc/mechanisms/SK_E2.mod
examples/l5pc/mechanisms/SKv3_1.mod
examples/l5pc/mechanisms/dummy.inc
examples/l5pc/morphology/C060114A7.asc
examples/l5pc/morphology/LICENSE
examples/l5pc/nsg/.gitignore
examples/l5pc/nsg/Makefile
examples/l5pc/nsg/init.py
examples/l5pc/tables/.gitignore
examples/l5pc_lfpy/L5PC_LFPy.ipynb
examples/l5pc_lfpy/__init__.py
examples/l5pc_lfpy/extra_features.json
examples/l5pc_lfpy/generate_extra_features.py
examples/l5pc_lfpy/l5pc_lfpy_evaluator.py
examples/l5pc_lfpy/l5pc_lfpy_model.py
examples/metaparameters/.gitignore
examples/metaparameters/metaparameters.ipynb
examples/metaparameters/twocompartment.swc
examples/neuroml/neuroml.ipynb
examples/simplecell/.gitignore
examples/simplecell/generate_acc.py
examples/simplecell/generate_hoc.py
examples/simplecell/responses.pkl
examples/simplecell/simple.swc
examples/simplecell/simplecell-paperfig.ipynb
examples/simplecell/simplecell.ipynb
examples/simplecell/simplecell_arbor.ipynb
examples/simplecell/simplecell_model.py
examples/simplecell/checkpoints/.gitignore
examples/simplecell/figures/.gitignore
examples/simplecell/figures/landscape_example.png
examples/stochkv/.gitignore
examples/stochkv/stochkv3cell.hoc
examples/stochkv/stochkv3cell.py
examples/stochkv/stochkv3cell_det.hoc
examples/stochkv/stochkvcell.hoc
examples/stochkv/stochkvcell.py
examples/stochkv/stochkvcell_det.hoc
examples/stochkv/mechanisms/StochKv.mod
examples/stochkv/mechanisms/StochKv3.mod
examples/stochkv/mechanisms/dummy.inc
examples/stochkv/morphology/simple.swc
examples/thalamocortical-cell/LICENSE.txt
examples/thalamocortical-cell/thalamocortical-cell_opt.ipynb
examples/thalamocortical-cell/CellEvalSetup/__init__.py
examples/thalamocortical-cell/CellEvalSetup/evaluator.py
examples/thalamocortical-cell/CellEvalSetup/protocols.py
examples/thalamocortical-cell/CellEvalSetup/template.py
examples/thalamocortical-cell/CellEvalSetup/tools.py
examples/thalamocortical-cell/checkpoints/checkpoint.pkl
examples/thalamocortical-cell/config/recipes.json
examples/thalamocortical-cell/config/features/cAD_ltb.json
examples/thalamocortical-cell/config/features/cNAD_ltb.json
examples/thalamocortical-cell/config/params/TC.json
examples/thalamocortical-cell/config/protocols/cAD_ltb.json
examples/thalamocortical-cell/config/protocols/cNAD_ltb.json
examples/thalamocortical-cell/mechanisms/SK_E2.mod
examples/thalamocortical-cell/mechanisms/TC_HH.mod
examples/thalamocortical-cell/mechanisms/TC_ITGHK_Des98.mod
examples/thalamocortical-cell/mechanisms/TC_Ih_Bud97.mod
examples/thalamocortical-cell/mechanisms/TC_Nap_Et2.mod
examples/thalamocortical-cell/mechanisms/TC_cadecay.mod
examples/thalamocortical-cell/mechanisms/TC_iA.mod
examples/thalamocortical-cell/mechanisms/TC_iL.mod
examples/thalamocortical-cell/morphologies/jy160728_A_idA.asc
examples/thalamocortical-cell/morphologies/jy170517_A_idA.asc
examples/thalamocortical-cell/results/cAD_ltb_params.csv
examples/thalamocortical-cell/results/cNAD_ltb_params.csv
examples/tsodyksmarkramstp/AUTHORS.txt
examples/tsodyksmarkramstp/README.md
examples/tsodyksmarkramstp/amps.pkl
examples/tsodyksmarkramstp/tmevaluator.py
examples/tsodyksmarkramstp/tmevaluator_multiplefreqs.py
examples/tsodyksmarkramstp/tmodeint.py
examples/tsodyksmarkramstp/tmodesolve.py
examples/tsodyksmarkramstp/trace.pkl
examples/tsodyksmarkramstp/tsodyksmarkramstp.ipynb
examples/tsodyksmarkramstp/tsodyksmarkramstp_multiplefreqs.ipynb
misc/github_wiki/creates_publication_list_markdown.py
misc/github_wiki/bibtex/mentions_BPO.bib
misc/github_wiki/bibtex/mentions_BPO_extra.bib
misc/github_wiki/bibtex/poster_uses_BPO.bib
misc/github_wiki/bibtex/thesis_mentions_BPO.bib
misc/github_wiki/bibtex/thesis_uses_BPO.bib
misc/github_wiki/bibtex/uses_BPO.bib
misc/github_wiki/bibtex/uses_BPO_extra.bib
misc/pytest_migration/convert_pytest.sh