sFFLHD (version 0.1.2)

sFFLHDmm: sFFLHD maximin

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

sFFLHDmm

Arguments

Value

A sFFLHDmm object

Format

An object of class R6ClassGenerator of length 24.

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

Run this code
# NOT RUN {
s <- sFFLHDmm$new(D=2,L=3)
s$get.batch()
s <- sFFLHDmm$new(D=2,L=4)
s$get.batch()
# }

Run the code above in your browser using DataLab