Class DistributedProblem

All Implemented Interfaces:
AutoCloseable, Problem

@Deprecated public class DistributedProblem extends DistributedProblem
Deprecated.
Distributes the DistributedProblem.evaluate(Solution) method across multiple threads, cores or compute nodes using the provided ExecutorService. The ExecutorService defines the type and method of distribution. The problem must be Serializable if executing on remote nodes.
  • Constructor Details

    • DistributedProblem

      public DistributedProblem(Problem problem, ExecutorService executor, boolean shutdownWhenClosed)
      Deprecated.
    • DistributedProblem

      public DistributedProblem(Problem problem, ExecutorService executor)
      Deprecated.