ackley

class nrv.utils.ackley[source]

Bi-dimensional Ackley function

Methods

ackley.__init__()

Initialize the Ackley benchmark function.

ackley.call_method(x, y)

Evaluate the Ackley function.

ackley.get_parameters()

Generic method returning all the atributes of an NRV_class instance

ackley.load(data[, blacklist])

Generic loading method for NRV_class instance

ackley.save([save, fname, blacklist])

Generic saving method for NRV_class instance.

ackley.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance