default_fn

pyoptex.doe.fixed_structure.wrapper.default_fn(factors, metric, Y2X, constraints=None, init=<function initialize_feasible>)[source]

Create a functionset with the default operators. Each operator can be manually overriden by providing the parameter.

Parameters

factorslist(Factor)

The factors of the experiment.

metricMetric

The metric object.

Y2Xfunc

The function converting from the design matrix to the model matrix.

constraintsfunc

The constraints function, no_constraints by default.

initfunc

The initialization function, initialize_feasible by default.

Returns

fnFunctionSet

The function set.