This takes a set of unseen parameter values and uses an ensemble to make predictions of the responses that the simulator would generate
use_ensemble_to_generate_predictions(generated_ensemble, data_to_predict,
parameters, measures, normalise_values = FALSE,
normalise_result = FALSE)
Ensemble to use to make predictions
Parameter sets to make predictions from
Simulation parameter names
Simulation output response names
Whether the unseen parameter sets should be normalised to be between 0 and 1
Whether the generated predictions should be normalised to be between 0 and 1
List of predictions made for specified responses for all parameter sets