.coveragerc
.gitattributes
.gitignore
.readthedocs.yaml
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTIONS.md
COPYING
COPYING.LESSER
MANIFEST.in
README.md
fix_pep8.sh
install_EasyVVUQ.sh
pyproject.toml
requirements.txt
run_tests.sh
.github/workflows/benchmark.yml
.github/workflows/codeql.yml
.github/workflows/coveralls.yml
.github/workflows/docker.yml
.github/workflows/pdocs.yml
.github/workflows/python-package.yml
.github/workflows/pythonpublish.yml
dask-worker-space/global.lock
dask-worker-space/purge.lock
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/attic/doc/source/old/basic_tutorial.rst
docs/attic/doc/source/old/cooling_coffee_cup.rst
docs/attic/doc/source/old/custom_encoder.rst
docs/attic/doc/source/old/dask_tutorial.rst
docs/attic/doc/source/old/fusion_tutorial.rst
docs/attic/doc/source/old/hier_sparse_grid_tutorial.rst
docs/attic/doc/source/old/mcmc.rst
docs/attic/doc/source/old/multiencoder_tutorial.rst
docs/attic/doc/source/old/multisampler_tutorial.rst
docs/attic/doc/source/old/relocate.rst
docs/attic/doc/source/old/tutorials.rst
docs/attic/doc/source/old/validate_similarities.rst
docs/attic/doc/source/old/workflow_changes.rst
docs/images/Te.svg
docs/images/circle-logo-150.png
docs/images/circle-logo-75.png
docs/images/circle-logo.png
docs/images/circle-logo.svg
docs/images/cyl_jet.svg
docs/images/easyvvuq_logo.png
docs/images/favicon.ico
docs/images/ne.svg
docs/images/sobols_first.svg
docs/images/sobols_total.svg
docs/images/validation.png
docs/images/vecma-algorithms.svg
docs/source/.gitignore
docs/source/QCG-PilotJob-EasyVVUQ.rst
docs/source/api.rst
docs/source/concepts.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
src/easyvvuq/__init__.py
src/easyvvuq/_version.py
src/easyvvuq/base_element.py
src/easyvvuq/campaign.py
src/easyvvuq/constants.py
src/easyvvuq/data_structs.py
src/easyvvuq/params_specification.py
src/easyvvuq.egg-info/PKG-INFO
src/easyvvuq.egg-info/SOURCES.txt
src/easyvvuq.egg-info/dependency_links.txt
src/easyvvuq.egg-info/requires.txt
src/easyvvuq.egg-info/top_level.txt
src/easyvvuq/actions/__init__.py
src/easyvvuq/actions/action_statuses.py
src/easyvvuq/actions/execute_kubernetes.py
src/easyvvuq/actions/execute_local.py
src/easyvvuq/actions/execute_qcgpj.py
src/easyvvuq/actions/execute_qcgpj_task.py
src/easyvvuq/actions/execute_slurm.py
src/easyvvuq/analysis/__init__.py
src/easyvvuq/analysis/base.py
src/easyvvuq/analysis/basic_stats.py
src/easyvvuq/analysis/ensemble_boot.py
src/easyvvuq/analysis/fd_analysis.py
src/easyvvuq/analysis/gp_analyse.py
src/easyvvuq/analysis/mcmc.py
src/easyvvuq/analysis/pce_analysis.py
src/easyvvuq/analysis/qmc_analysis.py
src/easyvvuq/analysis/results.py
src/easyvvuq/analysis/sc_analysis.py
src/easyvvuq/analysis/ssc_analysis.py
src/easyvvuq/comparison/__init__.py
src/easyvvuq/comparison/base.py
src/easyvvuq/comparison/validate.py
src/easyvvuq/db/__init__.py
src/easyvvuq/db/base.py
src/easyvvuq/db/sql.py
src/easyvvuq/decoders/__init__.py
src/easyvvuq/decoders/hdf5.py
src/easyvvuq/decoders/json.py
src/easyvvuq/decoders/robust_csv.py
src/easyvvuq/decoders/simple_csv.py
src/easyvvuq/decoders/yaml.py
src/easyvvuq/encoders/__init__.py
src/easyvvuq/encoders/copy_encoder.py
src/easyvvuq/encoders/directory_builder.py
src/easyvvuq/encoders/generic_template.py
src/easyvvuq/encoders/jinja_encoder.py
src/easyvvuq/encoders/multiencoder.py
src/easyvvuq/sampling/__init__.py
src/easyvvuq/sampling/base.py
src/easyvvuq/sampling/csv_sampler.py
src/easyvvuq/sampling/dataframe_sampler.py
src/easyvvuq/sampling/empty.py
src/easyvvuq/sampling/fd.py
src/easyvvuq/sampling/grid_sampler.py
src/easyvvuq/sampling/mc_sampler.py
src/easyvvuq/sampling/mcmc.py
src/easyvvuq/sampling/pce.py
src/easyvvuq/sampling/qmc.py
src/easyvvuq/sampling/quasirandom.py
src/easyvvuq/sampling/random.py
src/easyvvuq/sampling/replica_sampler.py
src/easyvvuq/sampling/sampler_of_samplers.py
src/easyvvuq/sampling/simplex_stochastic_collocation.py
src/easyvvuq/sampling/stochastic_collocation.py
src/easyvvuq/sampling/sweep.py
src/easyvvuq/sampling/transformations.py
src/easyvvuq/tools/external_encoder.py
src/easyvvuq/utils/__init__.py
src/easyvvuq/utils/db_benchmark.py
src/easyvvuq/utils/helpers.py
tests/__init__.py
tests/test_SSC.py
tests/test_action_replace.py
tests/test_actions_action_pool.py
tests/test_actions_action_statuses.py
tests/test_actions_execute_local.py
tests/test_actions_execute_slurm.py
tests/test_actions_kubernetes.py
tests/test_analysis_gp_analyse.py
tests/test_analysis_qmc_analysis.py
tests/test_analysis_results.py
tests/test_anisotropic_order.py
tests/test_campaign.py
tests/test_comparison_validate.py
tests/test_db.py
tests/test_db_benchmark.py
tests/test_decoder_hdf5.py
tests/test_decoders_simple_csv.py
tests/test_dimension_adaptive_SC.py
tests/test_encoders_copy_encoder.py
tests/test_encoders_directory_builder.py
tests/test_ensemble_boot.py
tests/test_fd_analysis.py
tests/test_fd_dep_analysis.py
tests/test_grid_sampler.py
tests/test_hierarchical_sparse_grid_sc.py
tests/test_integration.py
tests/test_jinja_encoder.py
tests/test_jsondecoder.py
tests/test_mc_analysis.py
tests/test_mcmc.py
tests/test_mix_continuous_discrete.py
tests/test_multiapp.py
tests/test_multiencoder.py
tests/test_multisampler.py
tests/test_pce_analysis_results.py
tests/test_pce_der_analysis.py
tests/test_pce_der_dep_analysis.py
tests/test_quasirandom.py
tests/test_sampling_csv_sampler.py
tests/test_sampling_mc.py
tests/test_sampling_qmc.py
tests/test_sampling_replica_sampler.py
tests/test_sampling_sampler_of_samplers.py
tests/test_sampling_sweep.py
tests/test_sc_analysis_results.py
tests/test_stochastic_collocation.py
tests/test_stochastic_collocation_sampler.py
tests/test_surrogate_workflow.py
tests/test_utils.py
tests/test_vector.py
tests/test_yamldecoder.py
tests/add_files/input_1.json
tests/add_files/input_2.json
tests/add_files/input_3.json
tests/add_files/output_1.csv
tests/add_files/output_2.csv
tests/add_files/output_3.csv
tests/cannonsim/README.md
tests/cannonsim/src/Makefile
tests/cannonsim/src/cannonsim.cc
tests/cannonsim/src/example_input.cannon
tests/cannonsim/test_input/cannonsim.template
tests/cannonsim/test_input/mass_distribution.csv
tests/cooling/cooling.template
tests/cooling/cooling_model.py
tests/discont_model/discont_model.py
tests/discont_model/discont_model.template
tests/dummy_type_model/config.template
tests/dummy_type_model/dummy_type.py
tests/files/collation_result_PCESampler.pickle
tests/files/collation_result_SCSampler.pickle
tests/files/mv_data.csv
tests/files/qmc.pickle
tests/gauss/__init__.py
tests/gauss/bias1.txt
tests/gauss/bias2.txt
tests/gauss/decoder_gauss.py
tests/gauss/encoder_gauss.py
tests/gauss/gauss.template
tests/gauss/gauss_fix.template
tests/gauss/gauss_json.py
tests/grid_search/test_grid.template
tests/hdf5/test.hdf5
tests/jinjaencoder/namoptions.template
tests/jsondecoder/fredrik.json
tests/jsondecoder/nested.json
tests/kubernetes/epidemic.json
tests/kubernetes/epidemic.yaml
tests/sc/__init__.py
tests/sc/poly_model.py
tests/sc/poly_model_anisotropic.py
tests/sc/poly_model_anisotropic.template
tests/sc/sc.template
tests/sc/sc_model.py
tests/sc/sobol.template
tests/sc/sobol_in.json
tests/sc/sobol_model.py
tests/sc/sparse_sc_test.py
tests/sc/test_sobol.py
tests/sc/compute_marginal/0b7b64b4dcea4d5797ce270c685408a7.yml
tests/sc/compute_marginal/a2676d2279224b4f91ffb39501be165d.yml
tests/sc/compute_marginal/analysis.p
tests/sc/compute_marginal/f480d6dcf4334471937bf64209c21b7d.yml
tests/sc/sobol_indices/6e1252d0b17f4a328c1320a390135c6a.yml
tests/simple_csv/test.csv
tests/yamldecoder/nested.yml
tests/yamldecoder/test.yml
tutorials/Convergence_SC_surrogate.pdf
tutorials/Convergence_SC_surrogate.png
tutorials/Convergence_mean_std.pdf
tutorials/Convergence_mean_std.png
tutorials/Convergence_sobol_first.pdf
tutorials/Convergence_sobol_first.png
tutorials/Ishigami.py
tutorials/Ishigami.template
tutorials/Ishigami_results.pickle
tutorials/api.log
tutorials/basic_tutorial.ipynb
tutorials/basic_tutorial_qcgpj.ipynb
tutorials/basic_tutorial_qcgpj.py
tutorials/beam
tutorials/beam.jinja
tutorials/beam.template
tutorials/collected_results.pickle
tutorials/cooling.template
tutorials/cooling_model.py
tutorials/dimension_adaptive_tutorial.ipynb
tutorials/dimension_adaptive_tutorial_fusion.ipynb
tutorials/discont_model.py
tutorials/discont_model.template
tutorials/easyvvuq_Ishigami_MC_tutorial.ipynb
tutorials/easyvvuq_Ishigami_SC_tutorial.ipynb
tutorials/easyvvuq_Ishigami_tutorial.ipynb
tutorials/easyvvuq_Ishigami_with_noise_tutorial.ipynb
tutorials/easyvvuq_dask_tutorial.py
tutorials/easyvvuq_fusion_SC_dask_tutorial.ipynb
tutorials/easyvvuq_fusion_analysis.py
tutorials/easyvvuq_fusion_dask_tutorial.ipynb
tutorials/easyvvuq_fusion_dask_tutorial.py
tutorials/easyvvuq_fusion_tutorial.ipynb
tutorials/easyvvuq_fusion_tutorial.py
tutorials/easyvvuq_gauss_tutorial.py
tutorials/easyvvuq_gp.py
tutorials/easyvvuq_in_r.ipynb
tutorials/easyvvuq_mcmc.ipynb
tutorials/easyvvuq_pce_tutorial.py
tutorials/easyvvuq_restart_campaign_tutorial.py
tutorials/encoder_decoder_tutorial.ipynb
tutorials/fabsim3_cmd_api.py
tutorials/fusion-aleatoric-sobol.ipynb
tutorials/fusion.py
tutorials/fusion.template
tutorials/fusion_model.py
tutorials/gauss.py
tutorials/gauss.template
tutorials/hyperparameter_tuning_tutorial.ipynb
tutorials/hyperparameter_tuning_tutorial_with_fabsim.ipynb
tutorials/input.json
tutorials/jinja_tutorial.ipynb
tutorials/kubernetes_tutorial.ipynb
tutorials/mcmc
tutorials/mcmc.template
tutorials/mcmc_tutorial.ipynb
tutorials/mega_tutorial.ipynb
tutorials/output.json
tutorials/poly_model.py
tutorials/poly_model.template
tutorials/robot
tutorials/robot.template
tutorials/rosenbrock.py
tutorials/rosenbrock.template
tutorials/simplex_stochastic_collocation_tutorial.ipynb
tutorials/sir
tutorials/sir.template
tutorials/sobols_CI.png
tutorials/validate_similarities.py
tutorials/vector_qoi_tutorial.ipynb
tutorials/correlated/coffe_cup-fd.ipynb
tutorials/correlated/coffe_cup-pce.ipynb
tutorials/correlated/cooling.template
tutorials/correlated/cooling_model.py
tutorials/correlated/serializer.py
tutorials/easyvvuq_restart_campaign_tutorial/gaussgd2xswpo/runs/run_1/gauss_in.json
tutorials/easyvvuq_restart_campaign_tutorial/gaussgd2xswpo/runs/run_2/gauss_in.json
tutorials/easyvvuq_restart_campaign_tutorial/gaussgd2xswpo/runs/run_3/gauss_in.json
tutorials/easyvvuq_restart_campaign_tutorial/gaussgd2xswpo/runs/run_4/gauss_in.json
tutorials/easyvvuq_restart_campaign_tutorial/gaussgd2xswpo/runs/run_5/gauss_in.json
tutorials/easyvvuq_restart_campaign_tutorial/gaussgd2xswpo/runs/run_6/gauss_in.json
tutorials/epidemic/__init__.py
tutorials/epidemic/epidemic.py
tutorials/epidemic/epidemic.template
tutorials/epidemic/example.json
tutorials/epidemic/example.slurm
tutorials/images/NN_ENO.png
tutorials/kubernetes/Dockerfile
tutorials/kubernetes/epidemic.yaml
tutorials/kubernetes/input.json
tutorials/kubernetes/kube_test.py
tutorials/kubernetes/sir.yaml
tutorials/mnist/keras_mnist.template
tutorials/mnist/mnist_feats.png