- May 22, 2024
-
-
Rebecca Kohlhaas authored
Decoupled MCMC from BayesInference and improved performance See merge request !21
-
Rebecca Kohlhaas authored
# Conflicts: # src/bayesvalidrox/surrogate_models/engine.py
-
- May 14, 2024
-
-
kohlhaasrebecca authored
MCMC does not receive the whole BayesInf object anymore, performance of inference now should be back up to speed with MCMC. In future perhaps rework so that MCMC is a child class of BayesInf?
-
- May 06, 2024
-
-
kohlhaasrebecca authored
-
- Apr 23, 2024
-
-
Rebecca Kohlhaas authored
Tests for BayesInf and general cleanup See merge request !20
-
Rebecca Kohlhaas authored
# Conflicts: # src/bayesvalidrox/bayes_inference/bayes_inference.py # src/bayesvalidrox/bayes_inference/bayes_model_comparison.py # src/bayesvalidrox/bayes_inference/mcmc.py
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
- Apr 22, 2024
-
-
kohlhaasrebecca authored
-
- 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
-
- Apr 03, 2024
-
-
Rebecca Kohlhaas authored
-
- 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
-