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

Out of Sample Simulation for the infinite horizon problem. #728

Closed
mcwaga opened this issue Jan 31, 2024 · 2 comments
Closed

Out of Sample Simulation for the infinite horizon problem. #728

mcwaga opened this issue Jan 31, 2024 · 2 comments

Comments

@mcwaga
Copy link

mcwaga commented Jan 31, 2024

Hello SDDP.jl Team,

I'm working with an infinite horizon problem in SDDP.jl and facing a challenge regarding the length of the simulations. In my current setup, each simulation yields scenarios of varying lengths since the transition probabilities do not sum up to 1.

Objective: I aim to ensure that all simulations generated are of a fixed, predefined length.

I would really appreciate any advice or suggestions on strategies or modifications within SDDP.jl that could help achieve uniform-length simulations in this context. Is there a way to adjust the graph and probabilities or use a specific feature of SDDP.jl to maintain a consistent scenario length across simulations?

Thank you for your assistance

Best Regards,

@odow
Copy link
Owner

odow commented Jan 31, 2024

Hi @mcwaga, see https://sddp.dev/stable/guides/create_a_general_policy_graph/#Simulating-non-standard-policy-graphs

@mcwaga mcwaga closed this as completed Feb 1, 2024
@mcwaga
Copy link
Author

mcwaga commented Feb 1, 2024

Thanks!

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

No branches or pull requests

2 participants