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
|
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
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019