Description Usage Arguments Value Examples
Generate a set of weights following Sobol sequence generator
1 | createWeightsSobol(nWeights, nDim, seed = 4177)
|
nWeights |
Number of weights to generate. |
nDim |
The dimensionality of the problem. In EA, usually this is used in the objective space, hence nDim = nObjective |
seed |
Seed for scrambling |
The function return a set of weight vectors.
1 2 3 4 | nObjective <- 3
nPoint <- 1000
createWeightsSobol(nPoint,nObjective)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.