Learn R Programming

SPOT (version 2.11.10)

ocbaRanking: ocbaRanking

Description

Return the ocba ranking (xbest, ybest) for noisy optimization

Usage

ocbaRanking(x, y, fun, control, ...)

Arguments

x

matrix of x values

y

matrix of y values, one dimensional!

fun

objective function

control

control list, see spotControl

...

additional arguments to fun

Value

(x,y) matrix of sorted (by y) values. In case of noise are these values aggregated (y-mean) values.

Details

Based on repeatsOCBA