All notable changes to this project will be documented in this file, starting from version 0.2.0.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Levenberg-Marquardt method for non-linear least squared problems
- Particle Swarm Optimisation and Cross-Entropy method for finding global minimums of objective functions
- Benchmarks using the Rust library
criterion
- A directory for examples
- Upgraded to
nalgebra 0.33.0
andnum_traits 0.2.19
- Better module/file structure for the source code
- Replaced unncessary
.clone()
s with borrowing