Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.04 KB

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 :

  1. Wiki
  2. Ackley, D. H. (1987) "A connectionist machine for genetic hillclimbing"
  3. camo.githubusercontent.com