* Fixes redefinition of a variable * Fixes implementing __eq__ * Updates docstring
* fixup! Format Python code with psf/black push * Create codespell.yml * fixup! Format Python code with psf/black push
* Typos in comments in hill_climbing.py * fixup! Format Python code with psf/black push
* added hill climbing algorithm * Shorten long lines, streamline get_neighbors() * Update hill_climbing.py * Update and rename optimization/hill_climbing.py to searches/hill_climbing.py Co-authored-by: Christian Clauss <cclauss@me.com>