0.2.0-RC
Pre-release
Pre-release
Note that this is a full changelog. Changelog relative to the last pre-release can be found in the end.
Added
- Activation function: Sigmoid, Tanh, Sinus, Step, Sign, Random, ReLU, SeLU, SiLU, Linear.
- Selection functions: Power, Tournament, Fitness Proportionate.
- Instinct neuroevolution algorithm.
- Environment interface.
- Fitness function interface.
- Checkpoint manager.
Relative to 0.1.0-RC2
Added
- Fitness function interface.
- Checkpoint manager.
Changed
- Upgraded Kotlin to version
1.6.0
from1.5.30
. - Serialization: Saving and Loading are now extensions functions of Serializable objects instead of member functions.
- Environment
evaluateFitness
function is now a suspending function.
Fixed
- Bug which allowed dead nodes and thus the removal of required connections in
Instinct networks.