Package: ABCoptim
Type: Package
Title: Implementation of Artificial Bee Colony (ABC) Optimization
Version: 0.15.0
Date: 2017-11-05
Authors@R: c(
  person("George", "Vega Yon", email="g.vegayon@gmail.com", role=c("aut", "cre")),
  person("Enyelbert", "Muñoz", email="enyeldoc2011@gmail.com", role=c("ctb")))
Description: 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.
Classification/ACM: G.1.6
Classification/JEL: C61
Encoding: UTF-8
URL: http://github.com/gvegayon/ABCoptim, http://mf.erciyes.edu.tr/abc/
License: MIT + file LICENSE
LazyLoad: yes
LinkingTo: Rcpp
Imports: Rcpp, graphics, stats, utils
RoxygenNote: 6.0.1
Suggests: testthat, covr
NeedsCompilation: yes
Packaged: 2017-11-06 08:50:17 UTC; vegayon
Author: George Vega Yon [aut, cre],
  Enyelbert Muñoz [ctb]
Maintainer: George Vega Yon <g.vegayon@gmail.com>
Repository: CRAN
Date/Publication: 2017-11-06 08:55:46 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-01 00:31:03 UTC; windows
Archs: x64
