CRAN/E | soma

soma

General-Purpose Optimisation with the Self-Organising Migrating Algorithm

Installation

About

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.

github.com/jonclayden/soma/

Key Metrics

Version 1.2.0
R ≥ 2.5.0
Published 2022-05-02 727 days ago
Needs compilation? no
License GPL-2
CRAN checks soma results

Downloads

Yesterday 15 0%
Last 7 days 75 +50%
Last 30 days 208 -14%
Last 90 days 700 -20%
Last 365 days 3.078 -48%

Maintainer

Maintainer

Jon Clayden

code@clayden.org

Authors

Jon Clayden

Material

README
NEWS
Reference manual
Package source

In Views

Optimization

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

soma archive

Depends

R ≥ 2.5.0

Imports

reportr ≥ 1.3.0

Suggests

tinytest
covr
shades

Reverse Imports

hybridEnsemble

Reverse Suggests

MSCMT