Skip to content

Fix IslandEA

The current IslandEA implementation is very fragile and only works if parallelisation is performed locally (single threaded). There should be two implementations of IslandEA:

  • Threaded
  • Using MPI

The MPI solution needs to be investigated as I'm not sure how easy it is to fire up an MPI instance and parallelise from Java.