bgalvao / nodevo

An implementation of Genetic Programming in Rust.
https://docs.google.com/presentation/d/1-T-MNxm-bCozN1VtoF7VLlWRhL_eEkn-U5fpIf8s10U/edit?usp=sharing
MIT License
13 stars 0 forks source link

Implement Parallel and Distributed GP #3

Open bgalvao opened 7 years ago

bgalvao commented 7 years ago

As a baseline, implement island-model

bgalvao commented 7 years ago

Island model is implemented by default. Here's an idea:

Only a possible feature, as I do not plan on complicating the implementation of Meta-GA nor on increasing its complexity.

bgalvao commented 7 years ago

Here is a must-do:

which should be implemented by changing Mgp.core to a tuple (GP, u16)