| Package | Description |
|---|---|
| com.delhezi.ga |
Algorytm Genetyczny.
|
| com.delhezi.ga.fitnessfunction |
Funkcja celu (przystosowania).
|
| Modifier and Type | Method and Description |
|---|---|
FitnessFunctionOption |
GeneticAlgorithm.getFitnessFunctionOption()
Zwraca informację o maksymalizacji/maksymalizacji funkcji celu.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneticAlgorithm.setFitnessFunction(String fitnessFunctionEnginName,
String fitnassFunctionScriptsPath,
String fitnessFunctionScriptFile,
FitnessFunctionOption fitnessFunctionOption)
Ustawia funkcję celu.
|
void |
GeneticAlgorithm.setFitnessFunctionOption(FitnessFunctionOption fitnessFunctionOption)
Ustawia informację o maksymalizacji/maksymalizacji funkcji celu.
|
| Modifier and Type | Method and Description |
|---|---|
static FitnessFunctionOption |
FitnessFunctionOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FitnessFunctionOption[] |
FitnessFunctionOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2015 Delhezi. All rights reserved.