Skip to content

Add saveat keyword argument #214

@albertomercurio

Description

@albertomercurio

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 AbstractNoiseProcesses, 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions