tpapp / MultistartOptimization.jl

Multistart optimization methods in Julia.
Other
64 stars 10 forks source link

any guidance on parallization #36

Open jrhalket opened 2 years ago

jrhalket commented 2 years ago

I was wondering if anyone had a good example of parallelizing this?

tpapp commented 1 year ago

The current API predates libraries that allow seamless composable choice and customization for threading, eg https://github.com/JuliaFolds/Folds.jl. It should be rewritten. PRs are welcome.