facebookresearch / nevergrad

A Python toolbox for performing gradient-free optimization
https://facebookresearch.github.io/nevergrad/
MIT License
3.89k stars 349 forks source link

Implement Optimization Algorithm #616

Open gthd opened 4 years ago

gthd commented 4 years ago

I would like to contribute the Ant Colony Optimization Algorithm (as described https://en.wikipedia.org/wiki/Ant_colony_optimization_algorithms). Should I proceed with the implementation ?

Thanks

jrapin commented 4 years ago

Hi @gthd , Of course, feel free to proceed, and let us know if you need any inputs in the process!

vincentwi commented 2 years ago

Hello, I believe I can help contribute to this issue, please let me know which tests to run the algorithm against, both for efficiency and type safety. Thank you.

I will follow these guidelines for contributing. https://facebookresearch.github.io/nevergrad/contributing.html