SURGroup / UQpy

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

AKMCS: This class supports user-defined callable learning function. A… #120

Closed mohitcek closed 2 years ago

mohitcek commented 3 years ago

…lso, RandomState is replaced by Default_rng to make it compatible with the LHS class.

Callable learning functions

AKMCS class supports user-defined callable learning functions. RandomState is replaced with Deafult_rng.

Description

AKMCS class is used to support user-defined callable learning functions. But, the current code in Development and Masters branch doesn't support this capability. The required changes have been made to include this capability in the AKMCS class.

Also, RandomState is replaced with Default_rng to make AKMCS class compatible with the LHS class.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Checklist:

Go over all the following points, and put an x in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication