WojtAcht/hms: Multipopulation Evolutionary Strategy HMS

The HMS (Hierarchic Memetic Strategy) is a composite global optimization strategy consisting of a multi-population evolutionary strategy and some auxiliary methods. The HMS makes use of a dynamically-evolving data structure that provides an organization among the component populations. It is a tree with a fixed maximal height and variable internal node degree. Each component population is governed by a particular evolutionary engine. This package provides a simple R implementation with examples of using different genetic algorithms as the population engines. References: J. Sawicki, M. Łoś, M. Smołka, J. Alvarez-Aramberri (2022) <doi:10.1007/s11047-020-09836-w>.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.0.1
URL https://wojtacht.github.io/hms/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("WojtAcht/hms")
WojtAcht/hms documentation built on March 16, 2024, 7:51 p.m.