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
VignetteBuilder: knitr
URL: https://fcampelo.github.io/MOEADr/
BugReports: https://github.com/fcampelo/MOEADr/issues
NeedsCompilation: no
Packaged: 2023-01-06 12:41:15 UTC; campelof
Repository: CRAN
Date/Publication: 2023-01-08 14:50:05 UTC
Built: R 4.5.2; ; 2025-11-08 02:02:50 UTC; windows
