nsga2_set_user_params: Initialise analysis specific parameters for NSGA-2

Description Usage Arguments Value

Description

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

Usage

1
2
nsga2_set_user_params(built_ensemble, parameters, measures,
  desiredResponses, sampleMins, sampleMaxes)

Arguments

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

Value

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


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