lanl / SEPIA

Simulation-Enabled Prediction, Inference, and Analysis: physics-informed statistical learning.
Other
29 stars 6 forks source link

allow fix=TRUE to set_param #40

Open jgattiker opened 2 years ago

jgattiker commented 2 years ago

set_param in SepiaModel allows user supplied values to fix and not sample parameters with the 'fix' named argument. Enhance to accept a value of TRUE, to mean don't change the existing values, but set the fix flag to not sample it.