createWeightsSobol: Sobol sequence weights

View source: R/R2mtch.R

createWeightsSobolR Documentation

Sobol sequence weights

Description

Generate a set of weights following Sobol sequence generator

Usage

createWeightsSobol(nWeights, nDim, seed = 4177)

Arguments

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

Value

The function return a set of weight vectors.

Examples

nObjective <- 3
nPoint <- 1000

createWeightsSobol(nPoint,nObjective)

dots26/MaOEA documentation built on Jan. 26, 2023, 4:34 a.m.