petri 0.0.3

Evolutionary computing toolkit
Documentation
# Petri: Evolutionary Computing Toolkit
Tools for running evolutionary algorithms

Please read the [API documentation](https://wbjohnston.github.io/petri)

_Note_: This project is currently a work in progress. If somehow you stumble
upon this library: you **should not** use this library as its incomplete and the
API is **not stable**.

[![Travis Status](https://travis-ci.org/wbjohnston/petri.svg?branch=master)](https://travis-ci.org/wbjohnston/petri)
[![codecov](https://codecov.io/gh/wbjohnston/petri/branch/master/graph/badge.svg)](https://codecov.io/gh/wbjohnston/petri)
[![Crates.io badge](https://img.shields.io/crates/v/petri.svg)](https://crates.io/crates/petri)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Contributing
Please see [CONTRIBUTING.md](/CONTRIBUTING.md)

## License
Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0 or the MIT license
http://opensource.org/licenses/MIT, at your option. This file may not be
copied, modified, or distributed except according to those terms.