sFFLHDmm: sFFLHD maximin

Description Usage Format Value Fields Examples

Description

sFFLHD R6 object that gives a batch of points at a time using maximin. To do this it takes all batches for stage at beginning of stage and then reorders them. Not that great in practice. Requires extra optimization and storage.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Value

A sFFLHDmm object

Fields

D

numeric. The number of dimensions for the design. Must be set.

L

numeric. The number of points in each batch, also the number of levels of each dimension. Must be set.

b

integer. The batch number.

s

sFFLHD. The design it takes the points and then reorders them.

X

matrix. The points given in the design.

Xchoices

list. Batches taken from s and have been reordered, but which have not been returned to the user yet.

Examples

1
2
3
4
s <- sFFLHDmm$new(D=2,L=3)
s$get.batch()
s <- sFFLHDmm$new(D=2,L=4)
s$get.batch()

sFFLHD documentation built on May 2, 2019, 4:47 a.m.