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: 1.1.0
Date: 2017-10-21
Imports: FNN, assertthat
Suggests: smoof, scatterplot3d, MASS, grDevices, irace, testthat,
        knitr, rmarkdown, emoa, ggplot2, reshape2
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
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 6.0.1
VignetteBuilder: knitr
URL: https://github.com/fcampelo/MOEADr
NeedsCompilation: no
Packaged: 2017-10-24 01:50:41 UTC; fcampelo
Repository: CRAN
Date/Publication: 2017-10-24 07:14:58 UTC
