Skip to content

0.1.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@TimerErTim TimerErTim released this 24 Nov 18:57

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.