Learn R Programming

FSSF (version 0.1.2)

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

Description

Provides three methods 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

214

Version

0.1.2

License

GPL-2

Maintainer

Boyang Shang

Last Published

October 9th, 2025

Functions in FSSF (0.1.2)

fssf_f

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

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

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

Generate fully-sequential maximin designs inside a unit hypercube.