Exception if hyperparameters not valid

This commit is contained in:
2023-08-24 12:09:35 +02:00
parent 86ffdfd6f3
commit 1c6af619b5
16 changed files with 47 additions and 13 deletions

19
.clang-uml Normal file
View File

@@ -0,0 +1,19 @@
compilation_database_dir: build
output_directory: puml
diagrams:
myproject_class:
type: class
glob:
- src/bayesnet/*.cc
- src/platform/*.cc
using_namespace: bayesnet
include:
namespaces:
- bayesnet
- platform
exclude:
namespaces:
- myproject::detail
plantuml:
after:
- 'note left of {{ alias("MyProjectMain") }}: Main class of myproject library.'