R/nsga3.R

#' @keywords internal
#'@title NSGA III for Multi Objective Feature Selection
#'@author Artem Shramko <art.shramko at gmail.com>
#'@keywords genetic algorithm, multi objective optimisation, omptimisation, feature selection,
#'preprocessing, wrapper, nsga3, nsga-iii
#'
#'@references K. Deb, H. Jain (2014) <DOI:10.1109/TEVC.2013.2281534>
#'
#'
"_PACKAGE"

# Suppress R CMD check note

#'@import parallelMap
#'@import rPref
#'@import stats
#'@import mlr
NULL

Try the nsga3 package in your browser

Any scripts or data that you put into this service are public.

nsga3 documentation built on May 1, 2019, 10:53 p.m.