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

Version

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)

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