private-pgm icon indicating copy to clipboard operation
private-pgm copied to clipboard

feat: Add comprehensive docstrings to Domain and Factor classes

Open ryan112358 opened this issue 8 months ago • 0 comments

Adds detailed docstrings to the Domain class in src/mbi/domain.py and the Factor class in src/mbi/factor.py.

The docstrings explain the purpose of each class, their parameters, and key methods. This improves code understanding and maintainability. Focus was placed on the class-level docstrings and core functionalities based on user feedback during implementation.

ryan112358 avatar Apr 18 '25 21:04 ryan112358