Package: soma
Version: 1.2.0
Date: 2022-05-01
Title: General-Purpose Optimisation with the Self-Organising Migrating Algorithm
Author: Jon Clayden
Maintainer: Jon Clayden <code@clayden.org>
Depends: R (>= 2.5.0)
Imports: reportr (>= 1.3.0)
Suggests: tinytest, covr, shades
Description: 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.
License: GPL-2
URL: https://github.com/jonclayden/soma/
Encoding: UTF-8
RoxygenNote: 7.1.2
