dwavesystems / penaltymodel

Utilities and interfaces for using penalty models.
https://docs.ocean.dwavesys.com/projects/penaltymodel/en/latest
Apache License 2.0
18 stars 21 forks source link

Misc Documentation Fixes #7

Closed arcondello closed 6 years ago

arcondello commented 6 years ago

Vartype definition is displayed twice

arcondello commented 6 years ago

The adj attribute needs better explanation in BinaryQuadraticModel as_ising and as_qubo return type in BinaryQuadraticModel Explain exception subclass structure

arcondello commented 6 years ago

@orenshk Any other doc issues add them here. Thanks!

arcondello commented 6 years ago

@aidanproy Putting these here for posterity and so that I don't lose track of them.

The documentation should define a penalty model (and Ising model, QUBO, feasible configuration, etc.) more precisely or give references

orenshk commented 6 years ago

What is the name of an 'edge' in a binary quadratic model? add this to the BinaryQuadraticModel class comment.

orenshk commented 6 years ago

Mention that decision variables must match the labels of the graph. https://github.com/dwavesystems/penaltymodel/blob/01db8d5a6e75ee553d99c492ae028fbb18413d7d/penaltymodel/classes/penaltymodel.py#L58-L59

arcondello commented 6 years ago

I believe all of these are addressed in 1.0.0 release.