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 BitString.Crossover |
BitString.Crossover.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitString.Crossover[] |
BitString.Crossover.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BitString(int[] bits,
FitnessMeasure<BitString> measure,
BitString.Crossover crossover,
double crossoverRate,
double mutationRate)
Constructor.
|
BitString(int length,
FitnessMeasure<BitString> measure,
BitString.Crossover crossover,
double crossoverRate,
double mutationRate)
Constructor.
|
Copyright © 2015. All rights reserved.