Skip to content

Releases: TimerErTim/Knevo

0.2.0-RC

30 Nov 08:07
Compare
Choose a tag to compare
0.2.0-RC Pre-release
Pre-release

Javadoc
Maven Central

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 from 1.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

24 Nov 18:57
Compare
Choose a tag to compare
0.1.0-RC2 Pre-release
Pre-release

Javadoc
Maven Central

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

24 Nov 18:57
Compare
Choose a tag to compare
0.1.0-RC1 Pre-release
Pre-release

Javadoc
Maven Central

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

24 Nov 18:53
Compare
Choose a tag to compare
0.1.0-BETA Pre-release
Pre-release

Javadoc
Maven Central

Added

  • Activation function: Sigmoid, Tanh, Sinus, Step, Sign, Random, ReLU, SeLU, SiLU, Linear.
  • Selection functions: Power, Tournament, Fitness Proportionate.
  • Instinct neuroevolution algorithm.
  • Environment interface.