-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 903 Bytes
/
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
Package: nsga3
Type: Package
Title: An Implementation of Non-Dominated Sorting Genetic Algorithm III for Feature Selection
Version: 0.0.2
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 (2013) 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