validate_state

pyoptex.doe.fixed_structure.validation.validate_state(state, params, eps=1e-06)[source]

Validates that the provided state is correct.

Parameters

stateState

The state to validate.

paramsParameters

The parameters of the design generation.

epsfloat

The epsilon to use for floating point comparison.