Package | Description |
---|---|
org.apache.ignite.ml.selection.paramgrid |
Root package for parameter grid.
|
org.apache.ignite.ml.util.genetic |
Contains some genetic algorithms for discrete optimization task in ML module locally.
|
Modifier and Type | Method and Description |
---|---|
CrossoverStrategy |
EvolutionOptimizationStrategy.getCrossoverStgy() |
Modifier and Type | Method and Description |
---|---|
EvolutionOptimizationStrategy |
EvolutionOptimizationStrategy.withCrossoverStgy(CrossoverStrategy crossoverStgy) |
Modifier and Type | Method and Description |
---|---|
static CrossoverStrategy |
CrossoverStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossoverStrategy[] |
CrossoverStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GeneticAlgorithm |
GeneticAlgorithm.withCrossoverStgy(CrossoverStrategy crossoverStgy) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024