xxGA Description
The genetic algorithms xxGA model can be caracterized as a parallel searching model, where “xx” indicates that we are able to generate unique population models (ssGA and genGA), cellular models (cGA) and distribuited versions of the previous models. We only have to determinane the parameters to set the basic evolution procedure, the migration policy and the existing searching techniques. Here bellow we show differente pseudocodes for unique population, cellular and distribuited models.
[ssGA]
proc Reproductive_Cycle (ag): |
[genGA]
proc Reproductive_Cycle (ag): |
[cGA]
proc Reproductive_Cycle (ag): |
[dxxGA]
Start_System (ag); |
Home | Introduction on EAs | xxGA | Problems | Links | Articles DB |