| nsga-class | R Documentation |
The 'nsga' class is the parent superclass of the nsga1, nsga2, and nsga3 classes
callan object of class 'call' representing the matched call.
typea character string specifying the type of genetic algorithm used.
lowera vector providing for each decision variable the lower bounds of the search space in case of real-valued or permutation encoded optimisations.
uppera vector providing for each decision variable the upper bounds of the search space in case of real-valued or permutation encoded optimizations.
nBitsa value specifying the number of bits to be used in binary encoded optimizations.
namesa vector of character strings providing the names of decision variables (optional).
nvarsa
popSizethe population size.
frontRank of individuals on the non-dominated front.
fFront of individuals on the non-dominated front.
iterthe actual (or final) iteration of NSGA search.
runthe number of consecutive generations without any improvement in the best fitness value before the NSGA is stopped.
maxiterthe maximum number of iterations to run before the NSGA search is halted.
suggestionsa matrix of user provided solutions and included in the initial population.
populationthe current (or final) population.
pcrossoverthe crossover probability.
pmutationthe mutation probability.
fitnessthe values of fitness function for the current (or final) population.
summarya matrix of summary statistics for fitness values at each iteration (along the rows).
fitnessValuethe best fitness value at the final iteration.
solutionthe value(s) of the decision variables giving the best fitness at the final iteration.
execution_timea
Since it is a virtual Class, no objects may be created from it.
showClass('nsga')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.