spaces 5.0.0

Set/space primitives for defining machine learning problems.
Documentation
<img align="left" width="120" title="Spaces logo" src="https://github.com/tspooner/spaces/raw/master/logo.png">

# spaces ([api]https://docs.rs/spaces)

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

## Overview
`spaces` provides a set of set/space primitives for machine learning problems.
Traits such as `Space`, and it's derivatives, may be used to define
state/action spaces, for example. Mappings between different spaces may also be
defined which simplify many common preprocessing tasks.

## Installation
```toml
[dependencies]
spaces = "4.7"
```

## 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/)