TestPSOParameters: Check the PSO parameters

Description Usage Arguments Value Author(s) References Examples

View source: R/TestPSOParameters.R

Description

This function Check the PSO parameters 'Population' and 'Iteration'.

Usage

1
TestPSOParameters(Population, Iteration)

Arguments

Population

numeric. The number of particles.

Iteration

numeric. The number of iterations.

Value

None

Author(s)

Junliang Shang shangjunliang110@163.com

References

None

Examples

1
2
3
Population <- 1000
Iteration <- 50
TestPSOParameters(Population, Iteration)

CINOEDV documentation built on May 29, 2017, 9:07 p.m.