Package: soma 1.2.0
soma: General-Purpose Optimisation with the Self-Organising Migrating Algorithm
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.
Authors:
soma_1.2.0.tar.gz
soma_1.2.0.zip(r-4.7)soma_1.2.0.zip(r-4.6)soma_1.2.0.zip(r-4.5)
soma_1.2.0.tgz(r-4.6-any)soma_1.2.0.tgz(r-4.5-any)
soma_1.2.0.tar.gz(r-4.7-any)soma_1.2.0.tar.gz(r-4.6-any)
soma_1.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
soma/json (API)
| # Install 'soma' in R: |
| install.packages('soma', repos = c('https://jonclayden.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jonclayden/soma/issues
Last updated from:9623ddb394. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 104 | ||
| source / vignettes | OK | 147 | ||
| linux-release-x86_64 | OK | 158 | ||
| macos-release-arm64 | OK | 167 | ||
| macos-oldrel-arm64 | OK | 101 | ||
| windows-devel | OK | 77 | ||
| windows-release | OK | 72 | ||
| windows-oldrel | OK | 77 | ||
| wasm-release | OK | 113 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Options for the available SOMA variants | all2one pareto soma.options t3a |
| The Self-Organising Migrating Algorithm | bounds plot.soma soma |
