Commit 7d4a544
implement autoregressive solver
implement everything into solver
add dataclass for managing unroll settings
add docstings and tests
fix formatting
separate function for unrolling
format code
improve stability of adaptive weights
add end-to-end-test and improve mean
add support for multiple time series
implement unrolling for event-based data
add preprocess method in interface
add preprocess and postprocess, keep just one preprocess
format
bug fix _step_kwargs
bug fix _step_kwargs
provide target_state to post_process
added target state as input to post_process
bug fix
cleaner version
update tests for cleaner version
bug fix for training
0.3 struct + clean code
add rst files
standardize tests + minor fix1 parent 47bf03b commit 7d4a544
File tree
8 files changed
+706
-0
lines changed- docs/source/_rst
- solver/autoregressive_solver
- pina
- _src/solver/autoregressive_solver
- solver
- tests/test_solver
8 files changed
+706
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Whitespace-only changes.
0 commit comments