initialize,PSOAlgorithm-method {PFIM}R Documentation

initialize

Description

initialize

Usage

## S4 method for signature 'PSOAlgorithm'
initialize(
  .Object,
  maxIteration,
  populationSize,
  personalLearningCoefficient,
  globalLearningCoefficient,
  seed,
  showProcess,
  optimalDesign,
  iterationAndCriteria
)

Arguments

.Object

.Object

maxIteration

maxIteration

populationSize

populationSize

personalLearningCoefficient

personalLearningCoefficient

globalLearningCoefficient

globalLearningCoefficient

seed

seed

showProcess

showProcess

optimalDesign

optimalDesign

iterationAndCriteria

iterationAndCriteria

Value

PSOAlgorithm


[Package PFIM version 6.1 Index]