Skip to content
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

Add fmudesign #655

Open
wants to merge 163 commits into
base: main
Choose a base branch
from
Open

Add fmudesign #655

wants to merge 163 commits into from

Conversation

dafeda
Copy link
Contributor

@dafeda dafeda commented Nov 21, 2024

Must be delete from fmu-tools: equinor/fmu-tools#261

tralsos and others added 30 commits September 7, 2018 10:43
Changed style for documentation, added examples

See merge request fmu-utilities/fmu-tools!3
Changes made to plot in webviz instead of webportal

See merge request fmu-utilities/fmu-tools!4
…ections (Dates). Replacing use of from_csv with load_csv from ScratchEnsemble.
…ections (Dates). Replacing use of from_csv with load_csv from ScratchEnsemble.

(cherry picked from commit 5891e36c432589a8509333ba3c645d10e507d459)
Code for generation of design matrices

See merge request fmu-utilities/fmu-tools!7
fixes for issues #20 and #21, plus added bin/fmudesign

See merge request fmu-utilities/fmu-tools!9
check for destination in fmudesignrunner

See merge request fmu-utilities/fmu-tools!12
More checks for distribution parameters #21, and destination folder for fmudesign

See merge request fmu-utilities/fmu-tools!13
Tuning the siteinstall in Makefile

See merge request fmu-utilities/fmu-tools!14
# Conflicts:
#   docs/examples.rst
#   docs/usage.rst
documentation and discrete uniform

See merge request fmu-utilities/fmu-tools!16
# Conflicts:
#   docs/examples.rst
dafeda and others added 18 commits October 30, 2024 08:16
Replace np.random.seed() with a dedicated RandomState instance to improve thread
safety and prevent unwanted side effects on other parts of the program that use
random number generation. This change maintains the same functionality while
following NumPy best practices for random number generation.
More Pythonic with direct attribute access if possible
Increased numreal to 500 for correlated samples in
design_input_background.xlsx

Change PARAM11 from Triangle(1, 1, 1) to Triangle(0, 0.5, 1).

---------

Co-authored-by: Sondre Sortland <[email protected]>
Unused precursor to what's in webviz
Use TornadoPlotterFMU from webviz instead
Instead, add correlated PARAM5 ~ TruncatedNormal(3, 1, 1, 5) and PARAM6 ~ Uniform(0, 1) to design_input_background.xlsx.
We don't want tests that call rng.multivariate_normal directly as that will change when we do latin hypercube sampling instead.
Add check that lower bound must be less than upper bound in truncated normal
@dafeda dafeda self-assigned this Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

6 participants