File: __init__.py

package info (click to toggle)
python-gplearn 0.4.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,308 kB
  • sloc: python: 2,755; makefile: 158
file content (8 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
"""Genetic Programming in Python, with a scikit-learn inspired API

``gplearn`` is a set of algorithms for learning genetic programming models.

"""
__version__ = '0.4.2'

__all__ = ['genetic', 'functions', 'fitness']