- 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
-