forked from gvegayon/ABCoptim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 914 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: ABCoptim
Type: Package
Title: Implementation of Artificial Bee Colony (ABC) Optimization
Version: 0.15.9999
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 was developed upon the basic version programmed in C and available
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.9000
Suggests: testthat,
covr
Roxygen: list(markdown = TRUE)