Package | Description |
---|---|
smile.feature |
Feature generation, normalization and selection.
|
smile.gap |
Genetic algorithm and programming.
|
Constructor and Description |
---|
GAFeatureSelection(GeneticAlgorithm.Selection selection,
BitString.Crossover crossover,
double crossoverRate,
double mutationRate)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static GeneticAlgorithm.Selection |
GeneticAlgorithm.Selection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneticAlgorithm.Selection[] |
GeneticAlgorithm.Selection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GeneticAlgorithm(T[] seeds,
GeneticAlgorithm.Selection selection)
Constructor.
|
Copyright © 2015. All rights reserved.