Hi all, I'm wondering if anyone has experience with how NLopt and Julia interface. Basically I've made my objective function return *Inf* if for the current parameter choices the value of the objective Does Not Exist or can't be computed, can Julia's NLopt implementation handle this properly? I expect this to lead the optimizer to believe that this section of the domain is not good for optimizing. I'm using the LN_COBYLA algorithm to optimize.
Best, Gustavo
