Package: nsga3
Type: Package
Title: An Implementation of Non-Dominated Sorting Genetic Algorithm III
        for Feature Selection
Version: 0.0.3
Author: Artem Shramko
Maintainer: Artem Shramko <art.shramko@gmail.com>
Description: An adaptation of Non-dominated Sorting Genetic Algorithm III for multi objective 
    feature selection tasks. Non-dominated Sorting Genetic Algorithm III is a genetic algorithm
    that solves multiple optimization problems simultaneously by applying a non-dominated sorting 
    technique. It uses a reference points based selection operator to explore 
    solution space and preserve diversity. See the original paper by K. Deb and 
    H. Jain (2014) <DOI:10.1109/TEVC.2013.2281534> for a detailed description.
Depends: R (>= 2.10.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: mlr, parallelMap, rPref, xgboost
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-02-08 16:47:37 UTC; user
Repository: CRAN
Date/Publication: 2019-02-18 10:00:15 UTC
Built: R 4.3.0; ; 2023-07-10 05:14:27 UTC; unix
