- Jul 17, 2024
-
-
kohlhaasrebecca authored
All combinations of tradeoff-exploration-exploitation run through with SeqDesign. Reverted BayesInf to the current develop branch
-
- Jul 10, 2024
-
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
example_analytical_function_testSequential runs through all the sequential options and contains notes on which do not work. Choose_next sample now uses only one set of candidate samples
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
-
- Jun 28, 2024
-
-
kohlhaasrebecca authored
-
kohlhaasrebecca authored
Webpage includes quickstart, user guide, tutorial, example collection and api. One new example was added for the user guide.
-
kohlhaasrebecca authored
An example 'principal_component_analysis' was added to specifically test this functionality. It uses the analytical model. Fixed two if-calls in `pca_transformation` to match older code and the content of the function.
-
kohlhaasrebecca authored
This merge is to be a part of release 1.1.0. It contains bug fixes and restructuring of the classes BayesInference and BayesianModelComparison, as well as new tests and examples and the first draft of a package-specific website.
-
kohlhaasrebecca authored
Webpage includes quickstart, user guide, tutorial, example collection and api. One new example was added for the user guide.
-
- Jun 18, 2024
-
-
kohlhaasrebecca authored
An example 'principal_component_analysis' was added to specifically test this functionality. It uses the analytical model. Fixed two if-calls in `pca_transformation` to match older code and the content of the function.
-
- 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?
-
- Apr 24, 2024
-
-
kohlhaasrebecca authored
-
- Apr 23, 2024
-
-
Rebecca Kohlhaas authored
This reverts merge request !18
-
- Apr 22, 2024
-
-
kohlhaasrebecca authored
-
- Apr 19, 2024
-
-
Rebecca Kohlhaas authored
This reverts commit acf483a1
-
kohlhaasrebecca authored
-
- 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
-
- Jan 24, 2024
-
-
kohlhaasrebecca authored
Solved some issues from rebasing
-
- Jan 22, 2024
-
-
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
-
- 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
-
- Oct 19, 2022
-
-
Farid Mohammadi authored
-