Skip to content

Commit

Permalink
Update CHANGELOG.md and prepare for 0.2.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
TimerErTim committed Nov 30, 2021
1 parent 13afdb5 commit 6a2f9c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ Note that this is a full changelog. Changelog relative to the last pre-release c
- Fitness function interface.
- Checkpoint manager.

### Relative to [0.2.0-RC](https://github.com/TimerErTim/Knevo/releases/tag/v0.2.0-RC)

## [0.2.0-RC] - 2021-11-30

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](https://towardsdatascience.com/neuro-evolution-on-steroids-82bd14ddc2f6) neuroevolution algorithm.
- Environment interface.
- Fitness function interface.
- Checkpoint manager.

### Relative to [0.1.0-RC2](https://github.com/TimerErTim/Knevo/releases/tag/v0.1.0-RC2)

#### Added
Expand Down Expand Up @@ -81,6 +96,8 @@ Note that this is a full changelog. Changelog relative to the last pre-release c

[Unreleased]: https://github.com/TimerErTim/Knevo/commits/HEAD

[0.2.0-RC]: https://github.com/TimerErTim/Knevo/releases/tag/v0.2.0-RC

[0.1.0-RC2]: https://github.com/TimerErTim/Knevo/releases/tag/v0.1.0-RC2

[0.1.0-RC1]: https://github.com/TimerErTim/Knevo/releases/tag/v0.1.0-RC1
Expand Down

0 comments on commit 6a2f9c1

Please sign in to comment.