Metadata-Version: 2.4
Name: lega
Version: 0.0.1
Summary: LEGA: Hyperparameters optimization using agentic AI powered by the genetic algorithm.
Author-email: Ahmed Fawzy Gad <ahmed.f.gad@gmail.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/ahmedfgad/lega
Keywords: genetic algorithm,hyperparameter optimization,agentic AI,LLM,PyGAD,optimization
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# LEGA

LEGA: LLM-Engineered Genetic Algorithm.

A framework for hyperparameters optimization using agentic AI powered by the genetic algorithm through [PyGAD](https://github.com/ahmedfgad/GeneticAlgorithmPython).

The framework is under active development. The current release only reserves the package name and reports the release number.

# Installation

```
pip install lega
```

# Usage

```python
import lega

lega.release()
```

This prints the current release number.
