luca-scr / GA

An R package for optimization using genetic algorithms
http://luca-scr.github.io/GA/
91 stars 29 forks source link

Ability to assign different suggested solutions for Island Evolution option #62

Open makgeha opened 1 year ago

makgeha commented 1 year ago

Having the ability to provide a list of suggested solutions that can be a list of size 1 (use the same suggested solutions for all islands) or a list of size N (use the corresponding N_i in each Island_i). I noticed that the island model will not result in too many deviations when using a common suggested solutions. This is would be adequate for a large number of potential solutions situation.