Meta.Functions (TP I v0.1.0) View Source

Describes a collection of useful benchmark problems.

A simple example is provided in simple_example/1 to serve as a starting point to meta-heuristics testing.

There is also example_one/2 and example_two/2 to provide harder problems in a multimodal environment.

Link to this section Summary

Functions

A multimodal function.

A multimodal function.

A simple x^2 function.

Link to this section Functions

Specs

example_one(number(), number()) :: float()

A multimodal function.

Equation 1

Specs

example_two(number(), number()) :: float()

A multimodal function.

Equation 2

Specs

simple_example(number()) :: number()

A simple x^2 function.