Skip to content

0.1.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@TimerErTim TimerErTim released this 24 Nov 18:57
· 17 commits to master since this 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.