Skip to contents

Functions for generating candidate points from which the batch proposer selects. Different generators trade off coverage, speed, and adaptivity.

Details

All generator functions return a generator function with signature:

function(search_space, n)

The generator function returns a data.table of n candidate configurations.

Available Generators