State

class pyoptex.doe.cost_optimal.utils.State(Y, X, Zs, Vinv, metric, cost_Y, costs, max_cost)[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.Vinv

Alias for field number 3

State.X

Alias for field number 1

State.Y

Alias for field number 0

State.Zs

Alias for field number 2

State.cost_Y

Alias for field number 5

State.costs

Alias for field number 6

State.max_cost

Alias for field number 7

State.metric

Alias for field number 4