C# (CSharp) SwarmOps.Optimizers.Parallel Пространство имен

Классы

Имя Описание
DE Parallel version of DE which computes the fitness of its agents in parallel. Assumes the fitness function is thread-safe. Should only be used with very time-consuming optimization problems otherwise basic DE will execute faster because of less overhead.
DE.Parameters Control parameters.
DESuite Parallel version of DESuite which computes the fitness of its agents in parallel. Assumes the fitness function is thread-safe. Should only be used with very time-consuming optimization problems otherwise basic DESuite will execute faster because of less overhead.
DESuite.Parameters.Rand1Bin.NoDither Control parameters for use with Rand1Bin crossover, No Dither.
MOL Parallel version of MOL which computes the fitness of its agents in parallel. Assumes the fitness function is thread-safe. Should only be used with very time-consuming optimization problems otherwise basic MOL will execute faster because of less overhead.
MOL.Parameters Control parameters.
MetaFitness Parallel version of MetaFitness where parallelization is made on the optimization runs.
PSO Parallel version of PSO which computes the fitness of its agents in parallel. Assumes the fitness function is thread-safe. Should only be used with very time-consuming optimization problems otherwise basic PSO will execute faster because of less overhead.
PSO.Parameters Control parameters.