An implementation of Karaboga (2005) Artificial Bee Colony Optimization algorithm <http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf>. 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.
Version: | 0.15.0 |
Imports: | Rcpp, graphics, stats, utils |
LinkingTo: | Rcpp |
Suggests: | testthat, covr |
Published: | 2017-11-06 |
DOI: | 10.32614/CRAN.package.ABCoptim |
Author: | George Vega Yon [aut, cre], Enyelbert Muñoz [ctb] |
Maintainer: | George Vega Yon <g.vegayon at gmail.com> |
License: | MIT + file LICENSE |
URL: | http://github.com/gvegayon/ABCoptim, http://mf.erciyes.edu.tr/abc/ |
NeedsCompilation: | yes |
Classification/ACM: | G.1.6 |
Classification/JEL: | C61 |
Citation: | ABCoptim citation info |
Materials: | NEWS ChangeLog |
In views: | Optimization |
CRAN checks: | ABCoptim results |
Reference manual: | ABCoptim.pdf |
Package source: | ABCoptim_0.15.0.tar.gz |
Windows binaries: | r-devel: ABCoptim_0.15.0.zip, r-release: ABCoptim_0.15.0.zip, r-oldrel: ABCoptim_0.15.0.zip |
macOS binaries: | r-release (arm64): ABCoptim_0.15.0.tgz, r-oldrel (arm64): ABCoptim_0.15.0.tgz, r-release (x86_64): ABCoptim_0.15.0.tgz, r-oldrel (x86_64): ABCoptim_0.15.0.tgz |
Old sources: | ABCoptim archive |
Please use the canonical form https://CRAN.R-project.org/package=ABCoptim to link to this page.