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 |
---|---|
SelectionStrategy |
EvolutionOptimizationStrategy.getSelectionStgy() |
Modifier and Type | Method and Description |
---|---|
EvolutionOptimizationStrategy |
EvolutionOptimizationStrategy.withSelectionStgy(SelectionStrategy selectionStgy) |
Modifier and Type | Method and Description |
---|---|
static SelectionStrategy |
SelectionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionStrategy[] |
SelectionStrategy.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.withSelectionStgy(SelectionStrategy selectionStgy) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024