Closed sarpon closed 3 years ago
Did you check that the stimulations are the correct length and visit the right nodes? (Looks like your graph is linear?)
I'd have to see the full model to say more.
Are the out-of-sample noise terms drawn from the same distribution? If not, then anything can happen. You shouldn't necessarily expect that the out-of-sample simulation does worse than the in-sample lower bound.
Is there something weird about your training scenarios?
What happens if you do more out-of-sample simulations (e.g., 10,000)?
If your model is simple enough, you could email me the model.
q: Did you check that the stimulations are the correct length and visit the right nodes? a: Yes my graph is linear, and I have seen the length of the simulations and the visiting nodes and they are good.
q: Looks like your graph is linear? a: Yes the graph is linear
q: I'd have to see the full model to say more. If your model is simple enough, you could email me the model. a: I can share the model with you but the problem is it is not a simple model and has a lot of tiny detail... I think it would be better that I present you the model in a meeting in order to make it more clear.
q: Are the out-of-sample noise terms drawn from the same distribution? If not, then anything can happen. You shouldn't necessarily expect that the out-of-sample simulation does worse than the in-sample lower bound. a: Yes, the insamples and outofsamples are drawn from the same distribution.
q: Is there something weird about your training scenarios? a: mmm I dont think so they are drawn from normal distributions.
q: What happens if you do more out-of-sample simulations (e.g., 10,000)? a: Im gonna give it a try
Send me an email, or ask Bernardo for my WhatsApp and we can follow up offline.
Closing because the out-of-sample data was not the same distribution.
Hi Odow!
Im working in a minimization, risk neutral, with stagewise independence, with one random variable, in your library. But Im finding something weird.
After I train the SDDP with a bound stalling criteria or number of iteration criteria, I run a simulation in with an out of sample montercarlo. Then with this set of simulation I get the sum of the objectives values of every stage to estimate an 99% confidence interval, and get the upper bound it. (Next the code of this paragraph)
The thing that Im finding weird is that the variable "upper_bound" it is always less than the variable "lower_bound". But when I do an InSample simulation I dont observe the same thing.
I have tried a different set of thing:
Sorry if my english is kind of broken... let me know if i wasnt clear in some part of my question.
Kind Regards
Sebastian Arpon