Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitfold committed Jun 10, 2020
1 parent f58e488 commit 976f06b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions easyvvuq/sampling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""Classes implementing the sampling element for EasyVVUQ
Summary
-------
Samplers in the context of EasyVVUQ are classes that generate
sequences of parameter dictionaries. These dictionaries are then used
to create input files for the simulations.
"""

from .base import BaseSamplingElement, Vary
from .random import RandomSampler
from .stochastic_collocation import SCSampler
Expand Down

0 comments on commit 976f06b

Please sign in to comment.