Description Usage Arguments Value References See Also Examples
This computes the Optimal Computing Budget Allocation.
1 | OCBA(sMean, sVar, n, addBudget)
|
sMean |
vector of sample means of candidate solutions. |
sVar |
vector of sample variances of candidate solutions.
Note, that these should be non-zero. If the solutions with lowest or second lowest |
n |
number of already performed evaluations for each candidate solutions. |
addBudget |
the number of additional evaluations (replications) that can be distributed to the candidate solutions. |
A vector that specifies how often each solution should be evaluated.
Chun-hung Chen and Loo Hay Lee. 2010. Stochastic Simulation Optimization: An Optimal Computing Budget Allocation (1st ed.). World Scientific Publishing Co., Inc., River Edge, NJ, USA.
repeatsOCBA
is based on this function.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.