public class StateInitialized extends Object implements State
StateInitialized: Klasa określająca stan
algorytmu genetycznego.| Constructor and Description |
|---|
StateInitialized(GeneticAlgorithm ga)
Konstruktor.
|
| 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.
|
public StateInitialized(GeneticAlgorithm ga)
ga - Referencja do obiektu algorytmu genetycznego.public final void run()
throws GeneticAlgorithmException
run in interface StateGeneticAlgorithmException - xxxpublic final void stop()
throws GeneticAlgorithmException
stop in interface StateGeneticAlgorithmException - xxxpublic final GeneticAlgorithmState getState()
Copyright © 2008–2015 Delhezi. All rights reserved.