Package | Description |
---|---|
org.licas.ai_solver.model.genetic |
Classes for the genetic algorithm solutions.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneticSolution
This is an abstract base solution for the hyper-heuristic problem based on genetic algorithms.
|
class |
HeuristicGeneticSolution
This is a solution that can solve problems using a heuristic-based genetic algorithm.
|