init

Module for all init functions of the cost optimal designs

Functions

greedy_cost_minimization(Y, params)

Greedily minimizes the cost of the design Y.

init(params[, n, complete])

Initialize a design with n randomly sampled runs.

init_feasible(params[, max_tries, max_size, ...])

Generate a random initial and feasible design.

init_feasible_(params[, max_tries, minimal, ...])

Generate a random initial and feasible design.