Metadata-Version: 2.1
Name: genoforge
Version: 0.0.3
Home-page: https://github.com/Jorgelzn/Genoforge
Author: Jorge Lizcano
Author-email: jorgelizgo@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# Genoforge
Bio-Inspired Algorithms library




## Installation Guide

Download from source or clone repository:

`git clone https://github.com/Jorgelzn/Genoforge.git`

Install using setup.py

`python setup.py install`


## Docs

The library include multiple algorithms for performing biologically inspired heuristic searchs.

### Genetic Algorithms

This family of algorithms perform search by creating an initial population, selecting the best individuals, and generating the next generation. This process iterates over time.

#### Poblation Generation

#### Natural Selection

#### Descendants




