dwavesystems / dwavesystems/dimod
Fix inconsistent naming of poly classes?
Open
question
- Dominant language
- Python
- Stars
- 143
- Forks
- 91
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
**Application**
The class naming of the polynomial classes seems inconsistent to me ("model" vs. "polynomial"). For example, consider the higher order polynomial class (`BinaryPolynomial`) vs. the quadratic one (`BinaryQuadraticModel`).
**Proposed Solution**
How about `BinaryPolynomialModel` for the higher-order polynomial class? The documentation even uses this terminology already! ("Higher-Order Models")
Contributor guide
Assessment
This issue has not been assessed yet.