ocbaRanking | R Documentation |
Return the ocba ranking (xbest, ybest) for noisy optimization
ocbaRanking(x, y, fun, control, ...)
x |
matrix of x values |
y |
matrix of y values, one dimensional! |
fun |
objective function |
control |
control list, see |
... |
additional arguments to fun |
Based on repeatsOCBA
(x,y) matrix of sorted (by y) values. In case of noise are these values aggregated (y-mean) values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.