Skip to content

Unfit Release v3.1.1

Latest
Compare
Choose a tag to compare
@DocMartinB DocMartinB released this 25 Jul 06:46
· 31 commits to master since this release

Release Notes

  • Added the ability to use the L1 norm for residuals (default is L2 = sum of squares)
  • Lots of minor fixes and updates

List of optimisers now included now accessible with the same cost function

  • Nelder-Mead simplex
  • Levenberg-Marquardt (least squares)
  • Genetic Algorithm
  • Differential Evolution
  • Particle Swarm
  • Simulated Annealing

Along with Box constraints, should you need them.