mirror of
https://github.com/Krafpy/KSP-MGA-Planner.git
synced 2026-01-06 09:45:01 -08:00
- `ChunkedEvolver` has been moved to a namespace `Evolution` to avoid useless member functions. - The DE algorithm now uses a dynamic CR coefficient, which increases exponentially from `minCrossProba` to `maxCrossProba` at a rate defined by `crossProbaIncr`.