Learn R Programming

FSSF (version 0.1.1)

Generate Fully-Sequential Space-Filling Designs Inside a Unit Hypercube

Description

Provides three methods proposed by Shang and Apley (2019) to generate fully-sequential space-filling designs inside a unit hypercube. A 'fully-sequential space-filling design' means a sequence of nested designs (as the design size varies from one point up to some maximum number of points) with the design points added one at a time and such that the design at each size has good space-filling properties. Two methods target the minimum pairwise distance criterion and generate maximin designs, among which one method is more efficient when design size is large. One method targets the maximum hole size criterion and uses a heuristic to generate what is closer to a minimax design.

Copy Link

Version

Install

install.packages('FSSF')

Monthly Downloads

176

Version

0.1.1

License

GPL-2

Maintainer

Boyang Shang

Last Published

February 5th, 2020

Functions in FSSF (0.1.1)

FSSF-package

Large-Scale Fully-Sequential Space-filling Algorithms for Computer Experiments
fssf_f

Generate fully-sequential maximin designs inside a unit hypercube.
fssf_b

Generate fully-sequential maximin designs inside a unit hypercube.
fssf_fr

Generate fully-sequential minimax designs inside a unit hypercube using a heuristic.