Evren Turan

Results 4 issues of Evren Turan

Specifying maxiters with CubaSUAVE() causes julia to crash, e.g. ``` using Integrals, IntegralsCuba f(x,p) = sum(sin.(x)) prob = IntegralProblem(f,ones(2),3ones(2)) sol = solve(prob,CubaSUAVE(),reltol=1e-3,abstol=1e-3, maxiters=10) ``` Also I'd like to check -...

Hi! I have been trying to solve a problem with multiple SIP constraints with EAGO using SIPResRev(). 1. What is the recommended way to use multiple SIP constraints? I have...

Hi. Is there anyway to cite this package if we use it in something? It has definitely saved me some time :)

Opening an issue after asking on the sciml-bridged slack channel. In the tutorial "[ Optimization Under Uncertainty with DiffEqUncertainty.jl ](https://tutorials.sciml.ai/html/DiffEqUncertainty/02-AD_and_optimization.html)" a chance constraint is introduced, and it's gradient is evaluated...