Package | Description |
---|---|
org.licas.ai_solver.def |
Problem-solving interface, to help to define the class hierarchy.
|
org.licas.ai_solver.model |
Base classes for modelling and storing problams and solutions with results.
|
org.licas.ai_solver.model.central |
Classes for centralised modelling.
|
org.licas.ai_solver.model.genetic |
Classes for the genetic algorithm solutions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SolutionGeneticDef
Additional interface classes for a genetic solution to be used to solve the problem.
|
Modifier and Type | Class and Description |
---|---|
class |
Solution
This is the abstract base class for modelling single problem solutions.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchSolution
This class can be used for modelling single problem solutions.
|
class |
SingleSolution
This class can be used for modelling single problem 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.
|