ppso - Particle Swarm Optimization and Dynamically Dimensioned Search, with parallel option
RForge.net

ppso

About ppso
Install on Windows
GIT access
Download/Files
Moved to github
Check results
Package R docs

Installation on Windows

Developments of this repository are frozen. Active developments are continued at https://github.com/TillF/ppso.

Unfortunately, this platform only builds and provides binaries until version 0.9-986 (rev 106, 2013-03-01). These can be installed using

install.packages(pkgs="ppso", repos="http://rforge.net/")
To install the newest version of the package, please use the R-command
install.packages(pkgs="ppso", repos="http://rforge.net/", type = "source")
which may require the package
dev_tools
to be installed.