Split of MetaModel into MetaModel and PCE/GPE classes
Split the MetaModel class into a parent and child classes. The parent class contains all needed properties and functions so that the rest of the package works, while the child classes contain surrogate-type specific functionalities.
Merge request reports
Activity
Filter activity
added Meta-modeling Restructuring Test labels
requested review from @mariafer.morales
assigned to @RKohlhaas
To merge this we should finish the following:
- Test that the model-comparison runs through
- Add unit tests for the GPE, goal is >60% coverage
- Test sequential design with GPE
- Test sequential design with PCE
- Use the new PCE class in the examples instead of the MetaModel class
- Update the diagrams in the docs
- Update the code descriptions in the docs
- Remove the gaussian_process_emulator from supplementary.py and rerun the tests
Edited by Rebecca Kohlhaasadded 1 commit
- a0da2407 - [docs] New UML diagram for surrogate class structure
added 2 commits
added 1 commit
- ace30b4a - [gpe] Remove unused old gaussian_process_emulator function
added 1 commit
- 4bf78b3b - [fix] Use training samples reurned from the model
added 1 commit
- 0f40c1a8 - [docs] Final changes of the class diagrams and class names in the docs
mentioned in commit 396895f0
changed milestone to %2.0.0
Please register or sign in to reply