Description Usage Arguments Value
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
| 1 2 | nsga2_set_user_params(built_ensemble, parameters, measures,
  desiredResponses, sampleMins, sampleMaxes)
 | 
| built_ensemble | Ensemble object that will be used in the NSGA-2 algorithm to generate predictions | 
| parameters | Names of simulation parameters for which values are input to the ensemble | 
| measures | Names of the simulation measures for which the ensemble predicts | 
| desiredResponses | Vector of desired responses for the simulation measures, used by the fitness function to determine goodness of fit for evolved parameter sets | 
| sampleMins | Minimum value of the range of each parameter to be used in evolving parameter sets | 
| sampleMaxes | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.