Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bounded_runs_iter simulates a strange number of time steps #11

Open
Ratfink opened this issue Nov 4, 2022 · 1 comment · May be fixed by #29
Open

bounded_runs_iter simulates a strange number of time steps #11

Ratfink opened this issue Nov 4, 2022 · 1 comment · May be fixed by #29

Comments

@Ratfink
Copy link
Owner

Ratfink commented Nov 4, 2022

The bounded_runs_iter function takes parameters n and t, specifying the number of time steps per call to bounded_runs and the number of iterations. But currently it actually simulates t+1 iterations, which is just a strange decision on my part. We should fix it so the number of time steps is just n*t instead of n*(t+1).

@Ratfink
Copy link
Owner Author

Ratfink commented Mar 20, 2023

In fact, it would be better to specify n, the number of steps per iteration, and H, the overall time horizon. That way, a user could more easily adjust the parameter n while keeping the number of steps the same. t feels more like an implementation detail anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant