OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.53k stars 3.67k forks source link

Creating Optimization Algorithm Section? #521

Open grantmwilliams opened 6 years ago

grantmwilliams commented 6 years ago

Hi, would it be alright to start a section for optimization algorithms? I'd be happy to add a few gradient descent algorithms and a few heuristic algorithms as well. There are a ton of different possibilities people can add :)

grantmwilliams commented 6 years ago

Could be cool to implement a number of functions from this group: https://en.wikipedia.org/wiki/Test_functions_for_optimization and then we would have something to compare the algorithms with

AdiChat commented 6 years ago

Sure. It will be a great addition. Go for it 👍

grantmwilliams commented 6 years ago

How do you guys feel about ipython notebooks? Like this: https://github.com/grantmwilliams/optimization_talk/blob/master/notebook.ipynb i was thinking for some of the python implementations i could include a folder with a .py file with the code and an ipython notebook showing a visualization of the algorithm on some different problems.

AdiChat commented 6 years ago

This will be great 😄