Metadata-Version: 2.4
Name: debt-optimization
Version: 1.0.0
Summary: A novel optimization framework based on debt-paying mechanics
Home-page: https://github.com/Arya1718/debt-optimization
Author: Your Name
Author-email: Your Name <your.email@example.com>
Project-URL: Homepage, https://github.com/yourusername/debt-optimization
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.19.0
Provides-Extra: accurate
Requires-Dist: torch>=1.9.0; extra == "accurate"
Provides-Extra: viz
Requires-Dist: matplotlib>=3.3.0; extra == "viz"
Provides-Extra: full
Requires-Dist: torch>=1.9.0; extra == "full"
Requires-Dist: matplotlib>=3.3.0; extra == "full"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Debt Optimization

Minimal README to satisfy setup.py for editable installs.

This project implements the Tyrion Lannister Debt-Paying Optimization (TL-DPO) framework for NAS and optimization experiments.
