Skip to content

Releases: ComputationalBioLab/Unfit

Unfit Release v3.1.1

25 Jul 06:46
Compare
Choose a tag to compare

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.

Unfit Release v3.1

05 Jul 00:40
Compare
Choose a tag to compare

Release Notes

  • Added Simulated Annealing as an optimisation method
  • Added multi-level multi-start optimisation

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.