Property | Type | Description | |
---|---|---|---|
MultiThreads | Thread[] | ||
_prototype | |||
numCore | int |
Method | Description | |
---|---|---|
Algorithm ( int numberOfChromosomes, int replaceByGeneration, int trackBest, |
||
FreeInstance ( ) : void | ||
GetBestChromosome ( ) : |
||
GetCurrentGeneration ( ) : int | ||
GetInstance ( ) : |
||
GetObserver ( ) : |
||
Pause ( ) : bool |
Pause Running algorithm
|
|
Resume ( ) : bool |
Resume Stopped algorithm
|
|
Start ( ) : bool | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
AddToBest_Parallel ( int chromosomeIndex ) : void | ||
AddToBest_Sequence ( int chromosomeIndex ) : void | ||
ClearBest_Parallel ( ) : void | ||
ClearBest_Sequence ( ) : void | ||
GA_Start ( object Parallel_Mutex_On ) : void | ||
IsInBest ( int chromosomeIndex ) : bool |
public Algorithm ( int numberOfChromosomes, int replaceByGeneration, int trackBest, |
||
numberOfChromosomes | int | |
replaceByGeneration | int | |
trackBest | int | |
prototype | ||
observer | ||
return | System |
public GetObserver ( ) : |
||
return |
public Schedule,MakeClassSchedule.Algorithm _prototype | ||
return |