State

class pyoptex.doe.fixed_structure.utils.State(Y, X, metric)[source]
__init__()[source]

Methods

State.count(value, /)

Return number of occurrences of value.

State.index(value[, start, stop])

Return first index of value.

Attributes

State.X

Alias for field number 1

State.Y

Alias for field number 0

State.metric

Alias for field number 2