dimod.binary.BinaryQuadraticModel.get_linear¶
- BinaryQuadraticModel.get_linear(v: Hashable) Union[float, numpy.floating, numpy.integer] [source]¶
Get the linear bias of a variable.
- Parameters
v – Variable in the binary quadratic model.
Get the linear bias of a variable.
v – Variable in the binary quadratic model.