Metadata-Version: 2.3
Name: seapopym_optimization
Version: 0.0.1.5
Summary: A Python package for optimizing SeapoPym models using DEAP and Dask
License: MIT
Keywords: oceanography,marine ecosystems,marine biology
Author: Jules Lehodey
Author-email: lehodey.jules+seapopym@gmail.com
Requires-Python: >=3.12
Classifier: Topic :: Scientific/Engineering :: Oceanography
Requires-Dist: dask
Requires-Dist: deap
Requires-Dist: distributed
Requires-Dist: pandera
Requires-Dist: plotly
Requires-Dist: pytest
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: seapopym
Description-Content-Type: text/markdown

# Seapopym-optimisation

Seapopym-optimisation is a Python project dedicated to the optimization of spatial ecological models, with a focus on the SeapoPym models.
It provides a modular framework for:

-   Model calibration using genetic algorithms,
-   Management and validation of parameter sets,
-   Comparison between simulations and observations (time series, seasonal decomposition, etc.),
-   Use of various cost functions (RMSE, GAM decomposition, STL, and more).

This package was developed by Jules Lehodey as part of his thesis "Data driven modeling approach of mesozooplankton and micronekton functional groups".

