Class ThreadedIslandExecutor

java.lang.Object
org.moeaframework.parallel.island.executor.BasicIslandExecutor
org.moeaframework.parallel.island.executor.ThreadedIslandExecutor
All Implemented Interfaces:
Closeable, AutoCloseable, IslandExecutor

public class ThreadedIslandExecutor extends BasicIslandExecutor
Executes an island model locally using multiple threads.
  • Constructor Details

    • ThreadedIslandExecutor

      public ThreadedIslandExecutor(IslandModel model)
      Constructs a new executor that runs each island on a separate thread.
      Parameters:
      model - the island model