rseydam

Results 3 comments of rseydam

Hi, I have got the same problem. Is there a simple way to fix it? I think having the variable in the lower bound leads similarly to a StackOverflowError. Here...

Thanks for the suggestion. I have tried it in the following way: ``` T = promote_type(typeof(lb),typeof(ub)) lb = convert(T,lb) ub = convert(T,ub) ``` I receive the following: > ERROR: LoadError:...

Hi, Thank you for the detailed response! Thank you also for explaining why the code the way it is and how to potentially adapt it. In the meantime, I found...