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 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 Repository: https://jonclayden.r-universe.dev Date/Publication: 2022-05-01 23:09:36 UTC RemoteUrl: https://github.com/jonclayden/soma RemoteRef: HEAD RemoteSha: 9623ddb394b1e1cc7769b4edbfc882f2764ee618 NeedsCompilation: no Packaged: 2026-06-10 10:05:37 UTC; root