Package | Description |
---|---|
org.licas.ai_solver.def |
Problem-solving interface, to help to define the class hierarchy.
|
org.licas.ai_solver.model.genetic |
Classes for the genetic algorithm solutions.
|
Class and Description |
---|
Chromosome
This represents a single set of genes for a genetic solution.
|
Class and Description |
---|
Chromosome
This represents a single set of genes for a genetic solution.
|
GeneticSolution
This is an abstract base solution for the hyper-heuristic problem based on genetic algorithms.
|