Releases: r8vnhill/keen
Releases · r8vnhill/keen
v1.1.1
v1.1.0
v1.0.3
v1.0.2
[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.
- Overview: Implemented a solution for the unbounded knapsack problem as a practical example of using the Keen