Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@AndrewIOM AndrewIOM released this 24 Apr 10:38
· 1 commit to master since this release
cec1b06

Includes new language for writing models, functions for constructing multiple-hypothesis testing, and tests and benchmarks.

  • FEATURE: Domain Specific Language (DSL) for scaffolding models.
  • FEATURE: User-definable RNG seeds.
  • FEATURE: Scaffold many models into competing hypotheses.
  • FEATURE: One-step-ahead analysis of model performance.
  • FEATURE: Benchmark suite of common test functions for optimisation routines
  • FEATURE: Performance tuning of optimisers. For example, Filzbach 94% faster.
  • FEATURE: Documentation website uses latest fsdocs and includes fully worked examples.
  • BREAKING: We recommend using the DSL to construct models. Underlying F# record type signatures have changed and will break version 1.x scripts.
  • BUGFIX: Amoeba functions respect end conditions.