Metadata-Version: 2.4
Name: Opt4Deck
Version: 0.1.1
Summary: Opt4Deck optimization toolkit (simplex, bfgs, genetic, adjoint)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy

# Opt4Deck

Opt4Deck is a small optimization toolkit that provides:
- Simplex (linear)
- BFGS (nonlinear)
- Genetic algorithm
- Adjoint-based optimization

## Installation
```bash
pip install Opt4Deck
```
