AckleyPath

../../_images/ackley_path.png
class olympus.surfaces.AckleyPath(*args, **kwargs)[source]

Ackley path function.

Parameters
  • param_dim (int) – Number of input dimensions. Default is 2.

  • noise (Noise) – Noise object that injects noise into the evaluations of the surface. Default is None.

Methods

run(params[, return_paramvector])

Evaluate the surface at the chosen location.