-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Is your feature request related to a problem? Please describe.
The functions currently support the save_every_step
keyword argument. This saves a Vector that can be more or less long. A saveat
kwarg would be useful in such cases an SDE
uses saveat
and we want to extract the noise process only on that times, without necessary allocating memory for saving the entire process history.
Describe the solution you’d like
An additional keyword argument on all the AbstractNoiseProcess
es, or at least starting with the WienerProcess
and RealWienerProcess
.
Describe alternatives you’ve considered
Just preallocating an empty vector, and updating it as long as the process evolves.
Metadata
Metadata
Assignees
Labels
No labels