powered by
Generate a set of weights following Sobol sequence generator
createWeightsSobol(nWeights, nDim, seed = 4177)
Number of weights to generate.
The dimensionality of the problem. In EA, usually this is used in the objective space, hence nDim = nObjective
Seed for scrambling
The function return a set of weight vectors.
# NOT RUN { nObjective <- 3 nPoint <- 1000 createWeightsSobol(nPoint,nObjective) # }
Run the code above in your browser using DataLab