Learn R Programming

spartan (version 3.0.2)

set.nsga_sensitivity_params: Set parameters for NSGA-2 sensitivity analysis

Description

Establish the parameters for the NSGA-2 sensitivity analysis, creating an object that is used within the method that screens NSGA-2 parameters.

Usage

set.nsga_sensitivity_params(generation_min, crossover_min, mutation_min,
  generation_max, crossover_max, mutation_max, seed)

Arguments

generation_min

Minimum value for number of generations

crossover_min

Minimum value for crossover

mutation_min

Minimum value for mutation rate

generation_max

Maximum value for number of generations

crossover_max

Maximum value for crossover

mutation_max

Maximum value for mutation rate

seed

Random seed value to use in the algorithm

Value

List of the above, for passing in as a settings object to NSGA-2 related methods