Metadata-Version: 2.1
Name: openGA
Version: 0.1.7
Summary: genetic algorithm framework
Home-page: https://github.com/neal-nie/openGA
Author: Neal Nie
Author-email: neal.nie@hotmail.com
License: LGPLv3+
Keywords: calibration adas automatic
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.19.1)
Requires-Dist: pandas

# openGA

[![Build Status](https://app.travis-ci.com/neal-nie/openGA.svg?branch=master)](https://app.travis-ci.com/neal-nie/openGA) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/704a0911fb254509b28fae6d9c750533)](https://app.codacy.com/gh/neal-nie/openGA?utm_source=github.com&utm_medium=referral&utm_content=neal-nie/openGA&utm_campaign=Badge_Grade_Settings) [![Coverage Status](https://coveralls.io/repos/github/neal-nie/openGA/badge.svg?branch=master)](https://coveralls.io/github/neal-nie/openGA?branch=master)
[![PyPI version](https://badge.fury.io/py/openGA.svg)](https://badge.fury.io/py/openGA)

---

## overview

open source genetic algorithm framework.

## todo

### algorithm

- [ ] NSGA

### CI

- [x] codacy
- [ ] read the docs
- [x] pypi


