Installation
To install Ackley Function library execute the following code
pip install ackley
Getting Started
import ackley as ak
Ackleys Function
In mathematical optimization, the Ackley function is a non-convex function used as a performance test problem for optimization algorithms. It was proposed by David Ackley in his 1987 PhD Dissertation.
Credits :
- Wiki
- Ackley, D. H. (1987) "A connectionist machine for genetic hillclimbing"
- camo.githubusercontent.com