Skip to content

Releases: r8vnhill/keen

v1.1.1

24 Dec 03:52
Compare
Choose a tag to compare

Downgrade Java version to 17.
Improved documentation.

Full Changelog: 1.1.0...1.1.1

v1.1.0

23 Dec 21:47
6ee6cf6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.1.0

v1.0.3

23 Dec 00:17
e907aa8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

v1.0.2

22 Dec 16:23
692e695
Compare
Choose a tag to compare

[1.0.2] - 2023-12-22

Added

  • Unbounded Knapsack Problem Implementation in Kotlin
    • Overview: Implemented a solution for the unbounded knapsack problem as a practical example of using the Keen
      genetic algorithm library in Kotlin. This includes the creation of specific classes and the computation of a
      fitness function tailored for this problem.
    • Details: The solution features a custom fitness function, specialized chromosomes and genes designed for the
      knapsack problem, as well as evolutionary constraints and execution logic integral to the genetic algorithm.

v1.0

11 Dec 15:31
Compare
Choose a tag to compare

First release