evalPoint: Evaluate the objective function.

Description Usage Arguments Value

Description

This call results in communication with the competition server. This function fails if the predefined budget of function evaluations is used up. It is assumed that all variables are within the unit hypercube, i.e., the box constraint for all i: 0 ≤ point[i] ≤ 1, is respected. Evaluation of an infeasible point, i.e., violation of the constraint results in an error; the objective function is not evaluated.

Usage

1
evalPoint(point)

Arguments

point

[numeric]
Point to evaluate. Length is expected to coincide with the problem dimension.

Value

[numeric(1)]. Objective value at point.


berndbischl/bbcompr documentation built on May 12, 2019, 4:28 p.m.