tpapp / MultistartOptimization.jl

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

This modification allows any data-parallelism defined by the user #7

Closed joelchaconcastillo closed 4 years ago

joelchaconcastillo commented 4 years ago

In this proposal the objective function receives an array of arrays instead of just an array allowing to the user the parallelization of the evaluations in the low discrepancy sequence initialization (e.g. Rosenbrock function in tests section). Additionally, the example defined in the README file is updated.