Termination methods
Selection
Crossover
Mutation
Termination

Home
GA
Features
Samples
Download
Register
Resellers
Contact

The termination method determines when will the genetic process stop evolving.

Here are the termination methods implemented by optiGA:

Maximum generations
The genetic process will end when the specified number of generation's have evolved.

Elapsed time
The genetic process will end when a specified time has elapsed.
Note: if the maximum number of generation has been reached before the specified time has elapsed, the process will end.

No change in fitness
The genetic process will end if there is no change to the population's best fitness for a specified number of generations.
Note: if the maximum number of generation has been reached before the specified number of generation with no changes has been reached, the process will end.