Package | Description |
---|---|
org.licas.ai_solver.def |
Problem-solving interface, to help to define the class hierarchy.
|
org.licas.ai_solver.mediator.problem |
Problem specifications deal more with defining the problem itself and managing solution
execution sequences.
|
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.
|
Class and Description |
---|
SolutionDef
Additional interface classes for a solution to be used to solve the problem.
|
Class and Description |
---|
CentralMediatorDef
Additional interface classes for a solver that uses a centralised problem solver.
|
IterateMediatorDef
Additional interface classes for a solver that iterates and changes solutions as
part of each iteration, such as a genetic mediator.
|
ProblemMediatorDef
Additional interface classes for a base solver mediator.
|
Class and Description |
---|
SolutionDef
Additional interface classes for a solution to be used to solve the problem.
|
Class and Description |
---|
SolutionDef
Additional interface classes for a solution to be used to solve the problem.
|
Class and Description |
---|
SolutionDef
Additional interface classes for a solution to be used to solve the problem.
|
SolutionGeneticDef
Additional interface classes for a genetic solution to be used to solve the problem.
|