This package browser is in early development. Mind the rough edges.

r-abcoptim 0.15.0

Optimization of Artificial Bee Colony algorithm

Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE) algorithms, and uses only common control parameters such as colony size and maximum cycle number. The r-abcoptim implements the Artificial bee colony optimization algorithm http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf. This version is a work-in-progress and is written in R code.

Installation

Install r-abcoptim 0.15.0 as follows:

guix install r-abcoptim@0.15.0

Or install the latest version:

guix install r-abcoptim

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.