lanl / SEPIA

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

Change prior evaluation to function references #27

Open jgattiker opened 3 years ago

jgattiker commented 3 years ago

Currently prior eval selects the prior type by testing for a string in an if-block. It would be more flexible to have these as a function reference to evaluate against the parameter vector (so the user could customize).