Exploration and evolution
Changelog
- New dataset
hcp
added. - Parameter exploration class
BoxSearch
added, powered bypypet
. - Evolutionary algorithm class
Evolution
added, powered bydeap
. - Model outputs can be added with
Model.setOutput(self, "x", x)
methods ofModel
superclass. - Outputs can be read with
dot.separated
keys a lamodel.x
or asxarray
DataArrays a lamodel.xr("BOLD")
. - Outputs are unified in an
.outputs
object and output interfacing is a lot better. - New example notebooks with the new functionality.
- Travis-CI Jupyter Notebook testing.