Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larsgeb/hockeystick
https://github.com/larsgeb/hockeystick
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larsgeb/hockeystick
- Owner: larsgeb
- Created: 2020-12-11T11:13:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T13:33:59.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T08:08:15.642Z (28 days ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hockeystick
Sometimes in optimization, we want to check if our gradients are correct. One way to do
this is to do a finite difference test. This small code is how one would implement such
a test for a simple target. The plot below shows the result of running this code on the
Himmelblau function for a given initial point and perturbation.[![](himmelblau.png)]()