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

Provides benchmark functions for Symbolic Regression programs with Genetic Programming.

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

Link to this section Summary

Functions

Kotanchek benchmark.

Rational polynomial benchmark functon.

Rational polynomial in 2 dimensions benchmark function.

Ripple benchmark function.

Salustowicz 1-D benchmark function.

Salustowicz 2-D benchmark function.

Sine-Cosine benchmark function.

Unwrapped Ball benchmark function.

Link to this section Functions

Kotanchek benchmark.

Returns math.

Parameters

  • x: number.
  • y: number.
Link to this function

rational_polynomial(x, y, z)

View Source

Rational polynomial benchmark functon.

Returns math.

Parameters

  • x: number.
  • y: number.
  • z: number.
Link to this function

rational_polynomial2(x, y)

View Source

Rational polynomial in 2 dimensions benchmark function.

Returns math.

Parameters

  • x: number.
  • y: number.

Ripple benchmark function.

Returns math.

Parameters

  • x: number
  • y: number

Salustowicz 1-D benchmark function.

Returns math.

Parameters

  • x: number.

Salustowicz 2-D benchmark function.

Returns math.

Parameters

  • x: number.
  • y: number.

Sine-Cosine benchmark function.

Returns math.

Parameters

  • x: number.
  • y: number.

Unwrapped Ball benchmark function.

Returns math.

Parameters

  • xs: Enum of number.