Skip to content

Exploration and evolution

Compare
Choose a tag to compare
@caglorithm caglorithm released this 03 Feb 03:08
· 1360 commits to master since this release

Changelog

  • New dataset hcp added.
  • Parameter exploration class BoxSearch added, powered by pypet.
  • Evolutionary algorithm class Evolution added, powered by deap.
  • Model outputs can be added with Model.setOutput(self, "x", x) methods of Model superclass.
  • Outputs can be read with dot.separated keys a la model.x or as xarray DataArrays a la model.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.