Genex v1.0.1-beta Genex.Tools.Benchmarks.SingleObjectiveContinuous View Source

Provides benchmark functions for Single Objective Continuous optimization problems.

These functions haven't been tested. More documentation/testing is coming later.

Link to this section Summary

Functions

Ackley objective function.

Bohachevsky objective function.

Cigar objective function.

Griewank objective function.

h1 objective function.

Himmelblau objective function.

Plane objective function.

Random objective function.

Rastrigin objective function.

Rosebrock objective function.

Sphere objective function.

Link to this section Functions

Ackley objective function.

Returns math.

Parameters

Bohachevsky objective function.

Returns math.

Paramters

Cigar objective function.

Returns math.

Parameters

Griewank objective function.

Returns math.

Parameters

h1 objective function.

Returns math.

Parameters

  • x: number.
  • y: number.

Himmelblau objective function.

Returns math.

Paramters

  • x: number.
  • y: number.

Plane objective function.

Returns math.

Parameters

Random objective function.

Returns math.

Parameters

Rastrigin objective function.

Returns math.

Parameters

Rosebrock objective function.

Returns math.

Parameters

Sphere objective function.

Returns math.

Parameters