Skip to content

Release 0.6

Compare
Choose a tag to compare
@vuolleko vuolleko released this 03 Jul 11:37
· 228 commits to master since this release
  • Changed some of the internal variable names in methods.py. Most notable outputs is now
    output_names.
  • methods.py renamed to parameter_inference.py
  • Changes in elfi.methods.results module class names:
    • OptimizationResult (a new result type)
    • Result -> Sample
    • ResultSMC -> SmcSample
    • ResultBOLFI -> BolfiSample
  • Changes in BO/BOLFI:
    • take advantage of priors
    • take advantage of seed
    • improved optimization scheme
    • bounds must be a dict
  • two new toy examples added: Gaussian and the Ricker model