| PSOAlgorithm-class | R Documentation |
The class "PSOAlgorithm" implements the PSO algorithm.
PSOAlgorithmObjects form the class PSOAlgorithm can be created by calls of the form PSOAlgorithm(...) where
(...) are the parameters for the PSOAlgorithm objects.
PSOAlgorithm objectsmaxIteration: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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.