Learn R Programming

PFIM (version 6.0.3)

PSOAlgorithm-class: Class "PSOAlgorithm"

Description

The class "PSOAlgorithm" implements the PSO algorithm.

Arguments

Objects from the class <code>PSOAlgorithm</code>

Objects form the class PSOAlgorithm can be created by calls of the form PSOAlgorithm(...) where (...) are the parameters for the PSOAlgorithm objects.

Slots for <code>PSOAlgorithm</code> objects

maxIteration:

A numeric giving the maximum of iterations.

populationSize:

A numeric giving the population size.

seed:

A numeric giving the seed.

personalLearningCoefficient:

A numeric giving the personal learning coefficient.

globalLearningCoefficient:

A numeric giving the global learning coefficient.

showProcess:

A boolean to show or not the process.

optimalDesign:

A Design object giving the optimal design.

iterationAndCriteria:

A list giving the optimal criteria at each iteration.