ocbaRanking: ocbaRanking

View source: R/repeatsOCBA.R

ocbaRankingR Documentation

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

Details

Based on repeatsOCBA

Value

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


SPOT documentation built on June 26, 2022, 1:06 a.m.