Started new engine class
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)
Showing
- .coverage 0 additions, 0 deletions.coverage
- examples/analytical-function/test_analytical_function.py 25 additions, 13 deletionsexamples/analytical-function/test_analytical_function.py
- src/bayesvalidrox/post_processing/post_processing.py 12 additions, 11 deletionssrc/bayesvalidrox/post_processing/post_processing.py
- src/bayesvalidrox/surrogate_models/engine.py 108 additions, 0 deletionssrc/bayesvalidrox/surrogate_models/engine.py
- src/bayesvalidrox/surrogate_models/exp_designs.py 52 additions, 85 deletionssrc/bayesvalidrox/surrogate_models/exp_designs.py
- src/bayesvalidrox/surrogate_models/input_space.py 539 additions, 0 deletionssrc/bayesvalidrox/surrogate_models/input_space.py
- src/bayesvalidrox/surrogate_models/surrogate_models.py 126 additions, 133 deletionssrc/bayesvalidrox/surrogate_models/surrogate_models.py
- tests/test_ExpDesign.py 41 additions, 0 deletionstests/test_ExpDesign.py
- tests/test_InputSpace.py 463 additions, 0 deletionstests/test_InputSpace.py
- tests/test_MetaModel.py 49 additions, 1 deletiontests/test_MetaModel.py
- tests/test_engine.py 57 additions, 0 deletionstests/test_engine.py
Loading
Please register or sign in to comment