Package | Description |
---|---|
org.apache.ignite.ml.genetic |
Root GA package (GA Grid)
|
org.apache.ignite.ml.genetic.cache |
Contains cache configurations for GA Grid
|
org.apache.ignite.ml.genetic.parameter |
Contains parameters used for GA Grid
|
org.apache.ignite.ml.genetic.utils |
Contains utils for GA Grid
|
Modifier and Type | Method and Description |
---|---|
Chromosome |
GAGrid.evolve()
Evolve the population
|
Chromosome |
RouletteWheelSelectionJob.execute()
Perform Roulette Wheel selection
|
Modifier and Type | Method and Description |
---|---|
static CacheConfiguration<Long,Chromosome> |
PopulationCacheConfig.populationCache() |
Modifier and Type | Method and Description |
---|---|
boolean |
ITerminateCriteria.isTerminationConditionMet(Chromosome fittestChromosome,
double averageFitnessScore,
int generation) |
Modifier and Type | Method and Description |
---|---|
static List<Chromosome> |
GAGridUtils.getChromosomes(Ignite ignite,
String qry)
Retrieve chromosomes
|
Modifier and Type | Method and Description |
---|---|
static List<Gene> |
GAGridUtils.getGenesInOrderForChromosome(Ignite ignite,
Chromosome chromosome)
Retrieve genes in order
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024