Releases: TimerErTim/Knevo
Releases · TimerErTim/Knevo
0.2.0-RC
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.
0.1.0-RC2
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.
Relative to 0.1.0-RC1
Fixed
- Bug which allowed an Instinct neuron to have multiple connections to itself.
0.1.0-RC1
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.
Relative to 0.1.0-BETA
Fixed
- Bug which caused a crash if an Instinct network had more outputs than inputs.
0.1.0-BETA
Added
- Activation function: Sigmoid, Tanh, Sinus, Step, Sign, Random, ReLU, SeLU, SiLU, Linear.
- Selection functions: Power, Tournament, Fitness Proportionate.
- Instinct neuroevolution algorithm.
- Environment interface.