full_factorial
- pyoptex.doe.utils.init.full_factorial(colstart, coords, Y=None)[source]
Generates a full factorial design.
Parameters
- colstartnp.array(1d)
The starting columns of each factor
- coordslist(np.array(2d))
The list of possible coordinates for each factor.
- Ynp.array(2d) or None
The output array for the full factorial design.
Returns
- Ynp.array(2d)
The full factorial design.