Learn R Programming

PFIM (version 6.1)

initialize,PSOAlgorithm-method: initialize

Description

initialize

Usage

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

Value

PSOAlgorithm

Arguments

.Object

.Object

maxIteration

maxIteration

populationSize

populationSize

personalLearningCoefficient

personalLearningCoefficient

globalLearningCoefficient

globalLearningCoefficient

seed

seed

showProcess

showProcess

optimalDesign

optimalDesign

iterationAndCriteria

iterationAndCriteria