samplingf: The sampling functions take (n, k) where n is the number of...

Description Usage Arguments

Description

The sampling functions take (n, k) where n is the number of samples and k is the number of dimensions. The sampling functions should return samples in a 0-1 hypercube. sampling.func <- function(n, k)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13

Arguments

n

The number of samples.

k

The number of dimensions.

...

Additional arguments for the sampling (e.g. seed).


optim.functions documentation built on May 2, 2019, 9:57 a.m.