| Package | Description |
|---|---|
| com.delhezi.ga |
Algorytm Genetyczny.
|
| Modifier and Type | Method and Description |
|---|---|
GeneticAlgorithmState |
StateStopped.getState()
Zwraca status algorytmu gentycznego.
|
GeneticAlgorithmState |
StateRunning.getState()
Zwraca status algorytmu gentycznego.
|
GeneticAlgorithmState |
StateInitialized.getState()
Zwraca status algorytmu gentycznego.
|
GeneticAlgorithmState |
StateError.getState()
Zwraca status algorytmu gentycznego.
|
GeneticAlgorithmState |
State.getState()
Zwraca status algorytmu gentycznego.
|
GeneticAlgorithmState |
GeneticAlgorithm.getState()
Zwraca stan algorytmu genetycznego.
|
static GeneticAlgorithmState |
GeneticAlgorithmState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneticAlgorithmState[] |
GeneticAlgorithmState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2015 Delhezi. All rights reserved.