Thuener Silva

Results 13 comments of Thuener Silva

I will take a look, give me some days plz.

Sorry, I have to be more clear about the issue. I will edit the text in order to construct a more detailed explanation.

The only workaround that worked for me was to put the PID of the worker in the message. Using the PID I can identify which worker wrote the message, but...

After starting the workers you have to call Logging.configure(level=Logging.DEBUG).

If I have an API that each request takes some minutes could I run those requests on different cores?

Thanks for the answer. But in my case, the application uses the full core, so if I make a second request, I lose 50% of the performance because they are...

I have changed the BanditDuality code for this strategy to change the duality handler if the bound stops moving. It would be something like this: ```julia mutable struct _Stab{T} handler::T...

For the case when restarting the train gets stuck... The issue with the BanditDuality seems to be on this line: https://github.com/odow/SDDP.jl/blob/d2495d6a9a0886048d560df7e29c7b220656594c/src/plugins/duality_handlers.jl#L380 ContinuousConicDuality doesn't improve the bound; thus const_bound is true,...

I will create a PR in the future for this. Right now, I'm just testing it. Sometimes when changing the dual_handler I'm getting: ``` Termination status : OPTIMAL Primal status...