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.
Version: 0.2.1
Date: 2017-3-19
Imports: FNN, assertthat
Suggests: smoof, testthat, knitr, rmarkdown, irace
Depends: R (>= 3.3.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
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 6.0.1
VignetteBuilder: knitr
URL: https://github.com/fcampelo/MOEADr
NeedsCompilation: no
Packaged: 2017-03-20 00:59:37 UTC; fcampelo
Repository: CRAN
Date/Publication: 2017-03-20 05:22:12 UTC
