Learn R Programming

CINOEDV (version 2.0)

TestPSOParameters: Check the PSO parameters

Description

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

Usage

TestPSOParameters(Population, Iteration)

Arguments

Population
numeric. The number of particles.
Iteration
numeric. The number of iterations.

Value

None

References

None

Examples

Run this code
Population <- 1000
Iteration <- 50
TestPSOParameters(Population, Iteration)

Run the code above in your browser using DataLab