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.