default_fn
- pyoptex.doe.fixed_structure.splitk_plot.wrapper.default_fn(factors, metric, Y2X, constraints=<pyoptex.doe.constraints.Col object>, 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
SplitkPlotMetricMixin 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(