This is a blue-print parallel implementation in Go of a Cooperative Co-Evolution method. It is based on Faustino Gomez's Enforced SubPopulations (ESP) method. It serves as a starting point for implementing other Cooperative Co-Evolution methods, however the actual implementations of the methods are available in the other branches.
==============================================================
Version 1.0, Copyright (c) 2018 Edmore T. Moyo
- For the actual serial and parallel ESP implementations, refer to the esp-serial and esp-parallel branches.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.