zxjroger

Results 4 comments of zxjroger

I believe the code got stuck at some point when evaluate the objective function. It's either no data get fetched from other process, or no data get transmitted to other...

Thanks for your response. For now, I just change the code in `function sobol_starting_points()` from ``` map(fetch, map(x -> @spawn(LocationValue(x, objective(x))), Iterators.take(s, N))) ``` to ``` map(x -> LocationValue(x, objective(x)),...

I have another question, is it possible to query exit flag?

@castrovjm After you add this package in Julia, you should find it in the package folder. On Mac OS, it is "~/.julia/packages/MultistartOptimization". Then, look for the source code folder "src"....