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

Description Usage Arguments Value

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

1
2
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


kalden/spartan documentation built on May 31, 2019, 11:52 p.m.