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

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/ppso/trunk ppso

To install the latest development snapshot of this package, use

install.packages("ppso",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/ppso/branches
and for tags use
svn ls svn://svn.rforge.net/ppso/tags

Most recent GIT commits


d9d4797b| tillf | Thu Oct 1 08:14:33 2020 +0200
computationally irrelevant: cosmetics in readme.md
 M       readme.md

9f7a742b| TillF | Sun Sep 6 11:16:19 2020 +0200
FIX: prevent closing of MPI-session, if it was initialized before. Enables multiple calls of the p*-functions.
 M       DESCRIPTION
 M       R/optim_pdds_robust.R
 M       R/optim_ppso_robust.R
 M       R/prepare_mpi_cluster.R
 M       man/optim_ppso.Rd

f0c50019| TillF | Fri Mar 20 15:00:16 2020 +0100
Update readme.md
 M       readme.md

41a9eb32| Till Francke | Wed Jan 30 11:34:54 2019 +0100
FIX: do_plot="base" caused error, fixed;
ENH: re-ordered some arguments for consistency
refined formatting of docu
 M       DESCRIPTION
 M       R/do_plot_function.R
 M       R/optim_pdds_robust.R
 M       R/optim_ppso_robust.R
 M       man/optim_ppso.Rd

35774190| Till Francke | Tue Jan 29 17:10:29 2019 +0100
ENH: updated readme.md
 M       readme.md