-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
42 lines (42 loc) · 1.2 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
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
<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.
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: 7.0.2
Suggests:
testthat, covr
LinkingTo:
Rcpp
Classification/ACM: G.1.6
Classification/JEL: C61
Encoding: UTF-8
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1