ce_struct_optimizer
- pyoptex.doe.cost_optimal.codex.optimization.ce_struct_optimizer(state, params)[source]
Optimizes the design by applying a single structured coordinate exchange pass over the design. Structured coordinate-exchange changes the coordinate of groups of sequential runs with the same factor level.
Parameters
- state
State The state from which to sample.
- params
Parameters The simulation parameters.
Returns
- new_state
State The new state after optimization.
- state