lfa 0.8.1

Native rust implementations of linear function approximators.
Documentation
# LFA ([api]https://docs.rs/lfa)

[![Crates.io](https://img.shields.io/crates/v/lfa.svg)](https://crates.io/crates/lfa)
[![Build Status](https://travis-ci.org/tspooner/lfa.svg?branch=master)](https://travis-ci.org/tspooner/lfa)
[![Coverage Status](https://coveralls.io/repos/github/tspooner/lfa/badge.svg?branch=master)](https://coveralls.io/github/tspooner/lfa?branch=master)

<!--
## Overview
-->


## Installation
```toml
[dependencies]
lfa = "0.8"
```


<!--
## Usage
-->


## Contributing
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.

Please make sure to update tests as appropriate and adhere to the angularjs commit message conventions (see [here](https://gist.github.com/stephenparish/9941e89d80e2bc58a153)).

## License
[MIT](https://choosealicense.com/licenses/mit/)