Skip to content
Snippets Groups Projects
Commit f8eb11c2 authored by David Hendriks's avatar David Hendriks
Browse files

added tasks to MC sampling routine

parent f189faa2
No related branches found
No related tags found
No related merge requests found
""" """
Main script to provide the Monte-Carlo sampling class extensions Main script to provide the Monte-Carlo sampling class extensions
TODO: some of the parameters that we use to sample require previous parameters. We need to set up a method to include making CDFs for those:
TODO: rename the GridVariable to SamplingVariable
TODO: add a property of 'parameter_dependence' which holds a list of other parameters that the current samplingVariable needs to calculate their cdf from
TODO: build CDFS in a nested dict fashing where the parameter the current parameter depends on are stored in some binned way s.t. we can can access the CDFs
""" """
import datetime import datetime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment