tpapp / MultistartOptimization.jl

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

[WIP] Added MLSL.jl #18

Closed Manas2030 closed 3 years ago

Manas2030 commented 3 years ago

This is part of my GSoC project which I plan to work on this summer. This PR is for the implementation of the MLSL (Multi-Level Single-Linkage) algorithm.

tpapp commented 3 years ago

Thanks for the PR. I will review when you consider this ready, please let me know.

If you already have a GSoC mentor, please ping him/her here.

Manas2030 commented 3 years ago

Thank you Tamas, I sure will! My mentors would be @Mohamed82008 and @ChrisRackauckas.

tpapp commented 3 years ago

I have broken up the files and reorganized the API in #20 which should make adding this algorithm easier. Let me know if you have questions.