Uses of Interface
org.uma.jmetal.parallel.asynchronous.task.ParallelTask
Packages that use ParallelTask
Package
Description
-
Uses of ParallelTask in org.uma.jmetal.parallel.asynchronous.algorithm
Classes in org.uma.jmetal.parallel.asynchronous.algorithm with type parameters of type ParallelTaskModifier and TypeInterfaceDescriptioninterfaceAsynchronousParallelAlgorithm<T extends ParallelTask<?>,R> Abstract class representing asynchronous parallel algorithms. -
Uses of ParallelTask in org.uma.jmetal.parallel.asynchronous.algorithm.impl
Methods in org.uma.jmetal.parallel.asynchronous.algorithm.impl that return ParallelTaskMethods in org.uma.jmetal.parallel.asynchronous.algorithm.impl that return types with arguments of type ParallelTaskMethods in org.uma.jmetal.parallel.asynchronous.algorithm.impl with parameters of type ParallelTaskModifier and TypeMethodDescriptionvoidAsynchronousMultiThreadedGeneticAlgorithm.processComputedTask(ParallelTask<S> task) voidAsynchronousMultiThreadedNSGAIIWithUnboundedArchive.processComputedTask(ParallelTask<S> task) voidAsynchronousMultiThreadedGeneticAlgorithm.submitTask(ParallelTask<S> task) Method parameters in org.uma.jmetal.parallel.asynchronous.algorithm.impl with type arguments of type ParallelTaskModifier and TypeMethodDescriptionvoidAsynchronousMultiThreadedGeneticAlgorithm.submitInitialTasks(List<ParallelTask<S>> initialTaskList) -
Uses of ParallelTask in org.uma.jmetal.parallel.asynchronous.multithreaded
Classes in org.uma.jmetal.parallel.asynchronous.multithreaded with type parameters of type ParallelTaskModifier and TypeClassDescriptionclassMaster<T extends ParallelTask<?>,R> classWorker<T extends ParallelTask<?>> -
Uses of ParallelTask in org.uma.jmetal.parallel.asynchronous.task
Methods in org.uma.jmetal.parallel.asynchronous.task that return ParallelTaskModifier and TypeMethodDescriptionstatic <S> ParallelTask<S> ParallelTask.create(long identifier, S data)