Learn R Programming

⚠️There's a newer version (1.0.4) of this package.Take me there.

pso (version 1.0.3)

Particle Swarm Optimization

Description

The package provides an implementation of PSO consistent with the standard PSO 2007/2011 by Maurice Clerc et al. Additionally a number of ancillary routines are provided for easy testing and graphics.

Copy Link

Version

Install

install.packages('pso')

Monthly Downloads

4,166

Version

1.0.3

License

LGPL-3

Maintainer

Claus Bendtsen

Last Published

September 2nd, 2012

Functions in pso (1.0.3)

test.problem

Convenience constructor for the test.problem class.
getSuccessRate-methods

Methods for Function getSuccessRate
test.result-class

Class "test.result"
show-methods

Methods for Function show
psoptim-methods

Methods for function psoptim (Particle Swarm Optimization)
plot-methods

Plot methods for test.result objects
lines-methods

Methods for Function lines
psoptim

Particle Swarm Optimizer
points-methods

Methods for Function points
pso-package

A Particle Swarm Optimizer
test.problem-class

Class "test.problem"