-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pce module in the pyapprox library #21
Comments
Dear Dr. Jakeman, def evaluate(NB):
Avalues = []
np.random.seed(1) def trunNor(mu, sigma): X1 = trunNor(20, 2) np.savetxt("SS.txt", validation_samples.T)def pyapprox_fun_0(validation_samples): validation_values = pyapprox_fun_0(validation_samples) def callback(pce): max_num_samples = 200opts = {"method": "leja", "options": {"max_nsamples": 1000, "tol": 1e-10, "callback": callback}} res = analysis.gpc_sobol_sensitivities(pce.pce, variable) S = np.size(errors) ` The EI file data is as follows: |
Dear Dr. Jakeman,
please ask whether the pce module in the pyapprox library is only valid for continuous functions with expressions. For practical problems, I can only obtain the input variables and output results. Can I effectively use the library you developed. If it is convenient, I would be grateful if you could provide a simple example for reference.
The text was updated successfully, but these errors were encountered: