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 |
---|---|
double |
IFitnessFunction.evaluate(List<Gene> genes) |
Modifier and Type | Method and Description |
---|---|
static CacheConfiguration<Long,Gene> |
GeneCacheConfig.geneCache() |
Modifier and Type | Method and Description |
---|---|
List<Gene> |
GAConfiguration.getGenePool()
Retrieve the gene pool
|
Modifier and Type | Method and Description |
---|---|
void |
GAConfiguration.setGenePool(List<Gene> genePool)
Set the gene pool.
|
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