-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I was going through the code that generates the LatinHyperCube samples. I realized that apart from the forward model and the model parameters, the experiment is also an input to the forward model (providing e.g. environmental temperature, load position). IMO, there are now two options for creating a metamodel, one for each combinatin of forward model and experiment (thus e.g. the load position as part of the experiment is assumed to be constant), or to have a response surface that covers both the forward model parameters and the experimental conditions (thus increasing the dimenion of the metamodel). I guess the first approach is a little compuationally more efficient, and for the second approach it might also be difficult to determine all really variable parameters (the environmental temperature stored in the experiment and passed to the forward model might actually be identical in all experiments). However, this would mean the surrogate would require as input the forward model and the experiment. @JanKoune and @danielandresarcones , what do you think?