Dario Coscia
|
e1863d9318
|
Update PINNInterface Inheritance (#542)
|
2025-04-17 10:48:32 +02:00 |
|
Dario Coscia
|
1bb3c125ac
|
Refactoring solvers (#541)
* Refactoring solvers
* Simplify logic compile
* Improve and update doc
* Create SupervisedSolverInterface
* Specialize SupervisedSolver and ReducedOrderModelSolver
* Create EnsembleSolverInterface + EnsembleSupervisedSolver
* Create tests ensemble solvers
* formatter
* codacy
* fix issues + speedup test
|
2025-04-17 10:48:32 +02:00 |
|
Dario Coscia
|
e250e3f5f7
|
Update MultiSolverInterface (#520)
|
2025-04-17 10:48:32 +02:00 |
|
Giovanni Canali
|
3958e35fdd
|
add scheduler step for multisolvers (#526)
|
2025-04-17 10:48:32 +02:00 |
|
Dario Coscia
|
b0dd952440
|
renaming
|
2025-04-17 10:48:32 +02:00 |
|
Dario Coscia
|
480140dd31
|
update doc
|
2025-04-17 10:48:31 +02:00 |
|
giovanni
|
8dfc9d19db
|
standardize module docstring
|
2025-04-17 10:48:31 +02:00 |
|
giovanni
|
e780671fd0
|
black formatter
|
2025-04-17 10:48:31 +02:00 |
|
giovanni
|
76f5be85ea
|
fix rendering part 2
|
2025-04-17 10:48:31 +02:00 |
|
giovanni
|
5e6aa61592
|
fix doc solver
|
2025-04-17 10:48:31 +02:00 |
|
giovanni
|
fad38b2983
|
fix pinn doc
|
2025-04-17 10:48:31 +02:00 |
|
Filippo Olivo
|
4177bfbb50
|
Fix Codacy Warnings (#477)
---------
Co-authored-by: Dario Coscia <dariocos99@gmail.com>
|
2025-03-19 17:48:18 +01:00 |
|
Filippo Olivo
|
a0cbf1c44a
|
Improve conditions and refactor dataset classes (#475)
* Reimplement conditions
* Refactor datasets and implement LabelBatch
---------
Co-authored-by: Dario Coscia <dariocos99@gmail.com>
|
2025-03-19 17:46:36 +01:00 |
|
Dario Coscia
|
4c3e305b09
|
fixing competitive pinn (#470)
|
2025-03-19 17:46:36 +01:00 |
|
Giovanni Canali
|
375f7f8e2d
|
Fixing self adaptive pinns (#469)
* fix self adaptive pinn
* clean competitive pinn
|
2025-03-19 17:46:36 +01:00 |
|
Dario Coscia
|
42ab1a666b
|
Formatting
* Adding black as dev dependency
* Formatting pina code
* Formatting tests
|
2025-03-19 17:46:36 +01:00 |
|
FilippoOlivo
|
ff43a7492b
|
Rename files
|
2025-03-19 17:46:36 +01:00 |
|
Dario Coscia
|
df673cad4e
|
Renaming
* solvers -> solver
* adaptive_functions -> adaptive_function
* callbacks -> callback
* operators -> operator
* pinns -> physics_informed_solver
* layers -> block
|
2025-03-19 17:46:36 +01:00 |
|