Package | Description |
---|---|
lib.easyjava.ml.optimization.ga |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractSolutionFactory<T extends GeneticAlgorithmSolution>
Provides a means to run a GeneticAlgorithmOptimizer without seeding an
initial population
|
class |
GeneticAlgorithmOptimizer<T extends GeneticAlgorithmSolution>
This implements a Genetic Algorithm for optimization of arbitrary structures.
|
Modifier and Type | Method and Description |
---|---|
GeneticAlgorithmSolution |
GeneticAlgorithmSolution.crossover(GeneticAlgorithmSolution mate)
Combines traits of this solution with another to create an entirely new
one.
|
GeneticAlgorithmSolution |
GeneticAlgorithmSolution.deepCopy()
Creates a deep copy of this solution.
|
Modifier and Type | Method and Description |
---|---|
GeneticAlgorithmSolution |
GeneticAlgorithmSolution.crossover(GeneticAlgorithmSolution mate)
Combines traits of this solution with another to create an entirely new
one.
|