Type: Package Package: ABCoptim Title: Implementation of Artificial Bee Colony (ABC) Optimization Version: 0.15.0-99 Date: 2020-05-31 Authors@R: c(person(given = "George", family = "Vega Yon", role = c("aut", "cre"), email = "g.vegayon@gmail.com", comment = structure("0000-0002-3171-0844", .Names = "ORCID")), person(given = "Enyelbert", family = "Muñoz", role = "ctb", email = "enyeldoc2011@gmail.com")) Description: An implementation of Karaboga (2005) Artificial Bee Colony Optimization algorithm . This was developed upon the basic version programmed in C and available at the algorithm's official website. License: MIT + file LICENSE URL: https://gvegayon.github.io/ABCoptim, https://github.com/gvegayon/ABCoptim, http://mf.erciyes.edu.tr/abc/ BugReports: https://github.com/gvegayon/ABCoptim/issues Imports: Rcpp, graphics, stats, utils RoxygenNote: 6.0.1 Suggests: testthat, covr LinkingTo: Rcpp Classification/ACM: G.1.6 Classification/JEL: C61 Encoding: UTF-8 LazyLoad: yes Roxygen: list(markdown = TRUE) Repository: https://gvegayon.r-universe.dev Date/Publication: 2023-05-26 00:30:42 UTC RemoteUrl: https://github.com/gvegayon/ABCoptim RemoteRef: HEAD RemoteSha: fe867006254754f3825da2221a7527d883b0f55f NeedsCompilation: yes Packaged: 2026-04-14 07:33:27 UTC; root Author: George Vega Yon [aut, cre] (ORCID: ), Enyelbert Muñoz [ctb] Maintainer: George Vega Yon