decentLHS: Create decent LHS

Description Usage Arguments Value Examples

Description

Generate random Latin hypercube samples with a given budget and return the best one according to the MaxPro criterion.

Usage

1
decentLHS(n, d, ndes, max.time)

Arguments

n

Number of points

d

Number of dimensions

ndes

Max number of random designs to generate

max.time

Max amount of time

Value

Matrix with rows of points

Examples

1
decentLHS(20,2, ndes=10)

CollinErickson/sFFLHD documentation built on May 6, 2019, 12:28 p.m.