castrovjm
castrovjm
Well, assume that I wanted to tell the algorithm to stop after f(x)
> 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))) > ``` >...
@tpapp do you think you can include the parallelization of the starting points as an option?
@magerton @donm I have a similar issue with SharedArrays that I have not been able to solve. It does not seem to be a memory issue to me because it...