create_parameters

pyoptex.doe.fixed_structure.wrapper.create_parameters(factors, fn, nruns, block_effects=(), prior=None, grps=None)[source]

Creates the parameters object by preprocessing the inputs. This is a utility function to transform each variable to its correct representation.

Parameters

factorslist(Factor)

The list of factors.

fnFunctionSet

A set of operators for the algorithm.

block_effectslist(RandomEffect)

Any additional blocking effects, not assigned to a factor.

priorNone

Not implemented yet.

grpsNone

Not implemented yet.

Returns

paramsParameters

The simulation parameters.