bbopt / NOMAD.jl

Julia interface to the NOMAD blackbox optimization software
Other
47 stars 5 forks source link

Parallel evaluation of the black-box #53

Open tmigot opened 2 years ago

tmigot commented 2 years ago

As discussed with @salomonl , it would be great to be able to evaluate in parallel the black-box function.

ufechner7 commented 5 months ago

Would be very nice indeed... The C++ version of NOMAD can do it, not sure how difficult it would be to expose this functionality in the Julia wrapper...