Rdocumentation
powered by
Learn R Programming
pso (version 1.0.4)
Particle Swarm Optimization
Description
Provides an implementation of particle swarm optimisation consistent with the standard PSO 2007/2011 by Maurice Clerc. Additionally a number of ancillary routines are provided for easy testing and graphics.
Copy Link
Link to current version
Version
Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Install
install.packages('pso')
Monthly Downloads
3,422
Version
1.0.4
License
LGPL-3
Maintainer
Claus Bendtsen
Last Published
April 12th, 2022
Functions in pso (1.0.4)
Search all functions
show-methods
Methods for Function show
test.problem
Convenience constructor for the test.problem class.
test.problem-class
Class "test.problem"
plot-methods
Plot methods for test.result objects
psoptim-methods
Methods for function psoptim (Particle Swarm Optimization)
test.result-class
Class "test.result"
lines-methods
Methods for Function lines
points-methods
Methods for Function points
psoptim
Particle Swarm Optimizer
getSuccessRate-methods
Methods for Function getSuccessRate
pso-package
A Particle Swarm Optimizer