cooper-org / cooper

A general-purpose, deep learning-first library for constrained optimization in PyTorch
https://cooper.readthedocs.io/
MIT License
106 stars 10 forks source link

Refactor Project Layout #94

Closed merajhashemi closed 1 month ago

merajhashemi commented 1 month ago

This PR introduces a series of structural and configuration changes aimed at improving the maintainability, performance, and simplicity of the project. Key changes include transitioning to a src-based layout, consolidating configuration files, and optimizing the linting setup.

Changes