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.
- metric
Metric The metric object.
- Y2Xfunc
The function converting from the design matrix to the model matrix.
- constraintsfunc
The constraints function,
no_constraintsby default.- initfunc
The initialization function,
initialize_feasibleby default.
Returns
- fn
FunctionSet The function set.
- factorslist(