Learn R Programming

Rmalschains (version 0.2-10)

Continuous Optimization using Memetic Algorithms with Local Search Chains (MA-LS-Chains)

Description

An implementation of an algorithm family for continuous optimization called memetic algorithms with local search chains (MA-LS-Chains), as proposed in Molina et al. (2010) and Molina et al. (2011) . Rmalschains is further discussed in Bergmeir et al. (2016) . Memetic algorithms are hybridizations of genetic algorithms with local search methods. They are especially suited for continuous optimization.

Copy Link

Version

Install

install.packages('Rmalschains')

Monthly Downloads

414

Version

0.2-10

License

GPL-3

Last Published

May 24th, 2023

Functions in Rmalschains (0.2-10)

print.malschains

Generic print function for malschains results
malschains.control

Sets and initializes the main parameters of the algorithm
Rmalschains-package

Getting started with the Rmalschains package
malschains

Perform optimization with the MA-LS-Chains algorithm