SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
271 stars 79 forks source link

AKMCS: Bugfix #72

Closed mohitcek closed 2 years ago

mohitcek commented 3 years ago

Structural change: 'n_opt' attribute is modified to 1 for the UQpy kriging object and not for other kriging objects.

EIGF: Reshaped the 'qoi' attribute of the RunModel object to make it consistent with the learning function.