Internal function to calculate the weights for all emulators in the ensemble
calculate_weights_for_ensemble_model(all_model_predictions,
emulator_test_data, measures, emulator_types,
num_of_generations = 8e+05)
Set of test set predictions obtained for all emulators in the ensemble
Data on which the ensemble performance will be assessed
Simulation responses the model should predict
Machine learning techniques being employed
Number of generations for which the neural network that is generating the weights should attempt to converge within
weights to use for each emulator in the ensemble