added rba-pinn (#308)

* added rba-pinn
* changes to loss logger
* tests
* doc

---------

Co-authored-by: Monthly Tag bot <mtbot@noreply.github.com>
Co-authored-by: Nicola Demo <demo.nicola@gmail.com>
This commit is contained in:
Giovanni_Canali
2024-06-18 16:17:04 +02:00
committed by GitHub
parent 7634d22ca7
commit 35fd119a37
7 changed files with 619 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ __all__ = [
"CausalPINN",
"CompetitivePINN",
"SAPINN",
"RBAPINN",
"SupervisedSolver",
"ReducedOrderModelSolver",
"GAROM",