soma: General-Purpose Optimisation With the Self-Organising Migrating Algorithm

This package provides an R implementation of the Self-Organising Migrating Algorithm, a general-purpose, stochastic optimisation algorithm. The approach is similar to that of genetic algorithms, although it is based on the idea of a series of “migrations” by a fixed set of individuals, rather than the development of successive generations. It can be applied to any cost-minimisation problem with a bounded parameter space, and is robust to local minima.

Version: 1.1.1
Depends: R (≥ 2.5.0)
Imports: reportr
Published: 2014-11-25
Author: Jon Clayden; based on the work of Ivan Zelinka
Maintainer: Jon Clayden <code at clayden.org>
License: GPL-2
URL: https://github.com/jonclayden/soma/, http://www.ft.utb.cz/people/zelinka/soma/
NeedsCompilation: no
Materials: README NEWS
In views: Optimization
CRAN checks: soma results

Documentation:

Reference manual: soma.pdf

Downloads:

Package source: soma_1.1.1.tar.gz
Windows binaries: r-devel: soma_1.1.1.zip, r-release: soma_1.1.1.zip, r-oldrel: soma_1.1.1.zip
macOS binaries: r-release (arm64): soma_1.1.1.tgz, r-oldrel (arm64): soma_1.1.1.tgz, r-release (x86_64): soma_1.1.1.tgz, r-oldrel (x86_64): soma_1.1.1.tgz
Old sources: soma archive

Reverse dependencies:

Reverse imports: hybridEnsemble
Reverse suggests: MSCMT, RandomFields

Linking:

Please use the canonical form https://CRAN.R-project.org/package=soma to link to this page.