-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
47 lines (47 loc) · 1.47 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
43
44
45
46
47
Package: MOEADr
Type: Package
Title: Component-Wise MOEA/D Implementation
Description: Modular implementation of Multiobjective Evolutionary Algorithms
based on Decomposition (MOEA/D) [Zhang and Li (2007),
<DOI:10.1109/TEVC.2007.892759>] for quick assembling and
testing of new algorithmic components, as well as easy
replication of published MOEA/D proposals. The full framework is
documented in a paper published in the Journal of Statistical
Software [<doi:10.18637/jss.v092.i06>].
Version: 1.1.3
Date: 2023-01-06
Imports: FNN,
assertthat
Suggests: smoof,
scatterplot3d,
MASS,
grDevices,
irace,
testthat,
knitr,
rmarkdown,
emoa,
ggplot2,
reshape2,
pkgdown
Depends: R (>= 3.4.0)
Authors@R: c(person("Felipe", "Campelo",
email = "fcampelo@ufmg.br",
role = c("aut", "cre")),
person("Lucas", "Batista",
email = "lusoba@ufmg.br",
role = "com"),
person("Claus", "Aranha",
email = "caranha@cs.tsukuba.ac.jp",
role = "aut"))
Author: Felipe Campelo [aut, cre],
Lucas Batista [com],
Claus Aranha [aut]
Maintainer: Felipe Campelo <fcampelo@ufmg.br>
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://fcampelo.github.io/MOEADr/
BugReports: https://github.com/fcampelo/MOEADr/issues