generate_mexican_hat_function: Mexican hat test function generator.

Description Usage Arguments Details Value

View source: R/f_mexican_hat.R

Description

The Mexican hat function is defined slightly differently by different people. The definition used here is

Usage

1

Arguments

dimensions

[integer(1)] Size of parameter space.

Details

f(x) = -(1 - x'x) * exp(-0.5 * x'x)

Note that we have flipped the sign of the function so that it is a minimization problem like all other SOO functions.

Value

A soo_function.


olafmersmann/soobench documentation built on May 24, 2019, 12:51 p.m.