Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion doc/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ Caveat: Pytorch implementation is going to be much slower than it could be in Ja
Components used:
S5Forecaster

## Split train and val data

## 6. Split train and val data
Inputs:
ts_data (torch.Tensor)

Expand All @@ -116,3 +117,18 @@ Caveat: Pytorch implementation is going to be much slower than it could be in Ja

Outputs:
forecast of fcast_steps (torch.Tensor)

## 7. Simulator(Neuromancer)
Inputs:
simulation discretization (float)

control discretization (float)

neuromancer nonautonomous dynamics class (class)

Outputs:
System advanced one timestep into the future (np.array)

Components used: neuromancer.psl.nonautonomous

Side effects: Keep track of current state of the system (change object attribute).
Loading
Loading