f_matyas: Matyas function

View source: R/functions.R

f_matyasR Documentation

Matyas function

Description

Matyas function

Usage

f_matyas(x)

Arguments

x

A numeric vector of length 2.

Details

The function has multiple local minima and one global minimum in the origin.

Value

The function value at x, a single numeric.

References

https://en.wikipedia.org/wiki/Test_functions_for_optimization

Examples

f_matyas(c(0, 0))


ino documentation built on Sept. 29, 2023, 5:09 p.m.