All Classes

Class Description
AsynchronousMasterWorkerBasedNSGAIIExample  
AsynchronousMasterWorkerBasedNSGAIIZDT1Example  
AsynchronousMultiThreadedGeneticAlgorithm<S extends Solution<?>>  
AsynchronousMultiThreadedGeneticAlgorithmExample  
AsynchronousMultiThreadedNSGAII<S extends Solution<?>>  
AsynchronousParallelAlgorithm<T extends ParallelTask<?>,​R>
Abstract class representing asynchronous parallel algorithms.
Master<T extends ParallelTask<?>,​R>  
ParallelTask<S>  
SparkEvaluation<S extends Solution<?>>
Class implementing an Evaluation based on Apache Spark.
SparkSolutionListEvaluator<S>
Class implementing an SolutionListEvaluator based on Apache Spark.
SynchronousComponentBasedNSGAIIWithSparkExample
Class to configure and run the NSGA-II algorithm using a SparkEvaluation object.
SynchronousNSGAIIWithSparkExample
Class for configuring and running the NSGA-II algorithm (parallel version)
Worker<T extends ParallelTask<?>>