Establish the parameters for the NSGA-2 sensitivity analysis, creating an object that is used within the method that screens NSGA-2 parameters.
set.nsga_sensitivity_params(generation_min, crossover_min, mutation_min,
generation_max, crossover_max, mutation_max, seed)
Minimum value for number of generations
Minimum value for crossover
Minimum value for mutation rate
Maximum value for number of generations
Maximum value for crossover
Maximum value for mutation rate
Random seed value to use in the algorithm
List of the above, for passing in as a settings object to NSGA-2 related methods