- Solve arbitrary problems using Particle Swarm Optimization (PSO)
- Make your data more "normal distribution-like" with a Box Cox transform.
- Handle sensor jitter with Double Exponential Smoothing (DES)
- Grab bag of other preprocessing techniques (smoothing, histogram, normalize-to-range)
Then get fancy by using PSO to pre-calculate your custom DES parameters!
- Origin: Lego Mindstorms robot sensor helpers.
- Uses: Kotlin 1.6 with coroutines, Apache Commons Math4 Snapshot