Initialise the Sampler Model This expects a dict containing: lower : a list of the lower bounds of the region of interest upper : a list of the upper bounds of the region of interest X_train : training data to train the sampler. a list of n elements where is
element is itself a list with d elements where n is the number of training points and d is the number of dimension (parameters of the forward model)
Optional keys in the dict: add_train_data : a boolean operator that tells the sampler to include the
training data to the sampler rather than just using it to train its parameters. Default = True