Package org.moeaframework.parallel.util


package org.moeaframework.parallel.util
Utilities for building parallel algorithms, including thread-safe versions of some classes.
  • Classes
    Class
    Description
    A queue for tracking migrating solutions that is (1) thread-safe, and (2) automatically creates copies of the solutions to avoid issues in shared-memory environments.
    A thread-safe version of the MersenneTwister random number generator (RNG).