Creates an object of the analysis parameters that will be used to evolve parameter sets or screen parameters for NSGA-2. The user should ensure this is calle first, establishing this object such that it can be passed in to the relevant method
nsga2_set_user_params(built_ensemble, parameters, measures,
desiredResponses, sampleMins, sampleMaxes)
Ensemble object that will be used in the NSGA-2 algorithm to generate predictions
Names of simulation parameters for which values are input to the ensemble
Names of the simulation measures for which the ensemble predicts
Vector of desired responses for the simulation measures, used by the fitness function to determine goodness of fit for evolved parameter sets
Minimum value of the range of each parameter to be used in evolving parameter sets
Maximum value of the range of each parameter to be used in evolving parameter sets
List of the above objects for passing in as settings object to NSGA-2 related methods