Skip to content

Repo to hold the code for the Tulsa Data Science Meetup talk on optimization methods

License

Notifications You must be signed in to change notification settings

grantmwilliams/optimization_talk

Repository files navigation

optimization_talk

The code in this repo was written for the Comparison of Optimization Methods talk for the Tulsa Data Science meetup.

The Optimization Library itself was written with simplicity in mind and focuses on readability for beginners to these algorithms over efficiency. In the future I would like to update the library to include efficient solutions of some of the different algorithms.

The Library does not handle out of bounds on the algorithms, but an easy fix to this problem would be to simply assign a very poor fitness value to any out of bounds coordinate and let the function move away from the bad value.

About

Repo to hold the code for the Tulsa Data Science Meetup talk on optimization methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published