ilicog
Results
2
comments of
ilicog
somewhat confused, so I was ideally looking for a MWE (of something that works in REPL/terminal/for multiple processes)
In this dummy example (that will just run for 10 sec) ``` using NLopt function myfunc(x::Vector, grad::Vector) global count count::Int += 1 res = sqrt(x[2]) return res end function run_opt()...