public interface State
State: Interfejs wzorca State - określający stan
algorytmu genetycznego.| Modifier and Type | Method and Description |
|---|---|
GeneticAlgorithmState |
getState()
Zwraca status algorytmu gentycznego.
|
void |
run()
Uruchamia działanie algorytmu gentycznego.
|
void |
stop()
Zatrzymuje działanie algorytmu gentycznego.
|
void run()
throws GeneticAlgorithmException
GeneticAlgorithmException - xxxvoid stop()
throws GeneticAlgorithmException
GeneticAlgorithmException - xxxGeneticAlgorithmState getState()
Copyright © 2008–2015 Delhezi. All rights reserved.