Learn R Programming

ABCoptim (version 0.14.0)

Implementation of Artificial Bee Colony (ABC) Optimization

Description

An implementation of Karaboga (2005) Artificial Bee Colony Optimization algorithm . This (working) version is a Work-in-progress, which is why it has been implemented using pure R code. This was developed upon the basic version programmed in C and distributed at the algorithm's official website.

Copy Link

Version

Install

install.packages('ABCoptim')

Monthly Downloads

707

Version

0.14.0

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

George Vega Yon

Last Published

November 17th, 2016

Functions in ABCoptim (0.14.0)

abc_cpp

Artificial Bee Colony Optimization
ABCoptim-package

An implementation of the Artificial Bee Colony (ABC) Algorithm