- Apr 19, 2024
-
-
Rebecca Kohlhaas authored
This reverts commit acf483a1
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
Split the model comparison to be callable in functions for bayes factors, model weights and justifiability analysis and renamed the overall function
-
kohlhaasrebecca authored
-
- Apr 18, 2024
-
-
kohlhaasrebecca authored
BMC only runs the BME part of BayesInf, split JA into its own function, removed redundant function in MCMC, added to function diagrams
-
- Apr 11, 2024
-
-
kohlhaasrebecca authored
More test for BayesInf, starting tests for MCMC
-
- Apr 10, 2024
-
-
kohlhaasrebecca authored
Some simple fixes for various test, start on testing BayesInf, output directory as changeable parameter in BayesInf
-
- Feb 07, 2024
-
-
Rebecca Kohlhaas authored
-
- Feb 06, 2024
-
-
kohlhaasrebecca authored
-
- Jan 29, 2024
-
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
UMBridge examples cleaned and pylink 'single-valued' removed
-
- Jan 25, 2024
-
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
- Jan 24, 2024
-
-
kohlhaasrebecca authored
Solved some issues from rebasing
-
Rebecca Kohlhaas authored
Allowing for UMBridge models See merge request !14
-
Rebecca Kohlhaas authored
# Conflicts: # src/bayesvalidrox/pylink/pylink.py # src/bayesvalidrox/surrogate_models/surrogate_models.py
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
Rebecca Kohlhaas authored
Added simple constraint and example See merge request !13
-
kohlhaasrebecca authored
OLS constraint directly to be set in the MetaModel source code. Small regression comparison as example for the constraint. No unit tests yet for the feature
-
kohlhaasrebecca authored
Added a minimal test based on pylink classification. More work needed for higher-dim. model outputs here
-
- Jan 22, 2024
-
-
Rebecca Kohlhaas authored
Allowing for UMBridge models See merge request !12
-
Rebecca Kohlhaas authored
# Conflicts: # src/bayesvalidrox/bayes_inference/bayes_inference.py # src/bayesvalidrox/pylink/pylink.py # src/bayesvalidrox/surrogate_models/surrogate_models.py
-
kohlhaasrebecca authored
In this scope the multiprocessing for running the models does not seem to work correctly anymore
-
- Jan 17, 2024
-
-
kohlhaasrebecca authored
Got started on these two tasks, restructuring still needs a lot of work here
-
- Dec 21, 2023
-
-
kohlhaasrebecca authored
-
- Dec 19, 2023
-
-
kohlhaasrebecca authored
Code updated for static training, tests not done yet
-
kohlhaasrebecca authored
-
- Dec 18, 2023
-
-
kohlhaasrebecca authored
New class 'Engine' responsible for both training sequentially and non-sequentially. Currently training with old MetaModEngine and in MetaMod directly still possible, but will be deprecated and removed soon. Also started splitting ExpDesign into InputSpace (for MetaMod, created dists and polynomials) and ExpDesign (for Engine, can also sample)
-
- Dec 15, 2023
-
-
kohlhaasrebecca authored
Started testing MetaModel while also refactoring a bit more by moving code between ExpDesign and MetaModel
-
kohlhaasrebecca authored
Added tests for Inputs and started on those for ExpDesign. Regarding the second there are some open questions noted in issue #32
-
Rebecca Kohlhaas authored
Sequential design now considers both exploitation and exploration samples See merge request !10
-
- Dec 14, 2023
-
-
kohlhaasrebecca authored
Fixed the bug in the sequential design. Typo correction also added here.
-
- Dec 13, 2023
-
-
kohlhaasrebecca authored
-