initialize-PSOAlgorithm-method: initialize

initialize,PSOAlgorithm-methodR 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


PFIM documentation built on Oct. 30, 2024, 9:10 a.m.