martinbiel / StochasticPrograms.jl

Julia package for formulating and analyzing stochastic recourse models.
MIT License
75 stars 25 forks source link

Time Limit #48

Open ALamasV opened 1 year ago

ALamasV commented 1 year ago

Hello,

First of all thanks for this nice and useful project.

I am wondering if there is some parameter that determines the time limit of the whole optimization. I mean, we can set a time limit for the master optimizer and another time limit for the suboptimizer, but can we write just a single parameter for the whole optimization?

Thanks in advance.