Metadata-Version: 2.4
Name: seapopym-optimization
Version: 0.1.2
Summary: A Python package for optimizing SeapoPym models using CMA-ES or a genetic algorithm (DEAP), with Dask
Author-email: Jules Lehodey <lehodey.jules+seapopym@gmail.com>
License: GPL-3.0-or-later
Requires-Python: <3.13,>=3.12
Requires-Dist: cma>=3.3
Requires-Dist: dask>=2025.9.0
Requires-Dist: deap>=1.4.3
Requires-Dist: distributed>=2025.9.0
Requires-Dist: pandera>=0.26.1
Requires-Dist: salib>=1.5.1
Requires-Dist: scikit-learn>=1.7.2
Requires-Dist: scipy>=1.16.2
Requires-Dist: seapopym>=0.1.1
Description-Content-Type: text/markdown

# SeapoPym Optimization

Optimization tools for SeapoPym model parameter calibration.

## Features

- Genetic algorithms (GA) for parameter optimization
- Parallel evaluation of model runs
- Integration with SeapoPym core

## Installation

This package is part of the SeapoPym workspace. Install from the root directory:

```bash
uv sync
```

## Usage

```python
from seapopym_optimization import GeneticOptimizer

# Examples will be added during migration
```

## License

GPLv3 - See LICENSE file in the root directory.
