PSOAlgorithm-class {PFIM} | R Documentation |
Class "PSOAlgorithm"
Description
The class "PSOAlgorithm" implements the PSO algorithm.
Objects from the class PSOAlgorithm
Objects form the class PSOAlgorithm
can be created by calls of the form PSOAlgorithm(...)
where
(...) are the parameters for the PSOAlgorithm
objects.
Slots for PSOAlgorithm
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.
[Package PFIM version 6.0.3 Index]