argmin_core 0.1.3

WIP optimization toolbox for Rust
Documentation
[![Build Status](https://travis-ci.org/argmin-rs/argmin-core.svg?branch=master)](https://travis-ci.org/argmin-rs/argmin-core)

# argmin-core: argmin optimization toolbox core

This crate contains the core functionality of [argmin](https://github.com/argmin-rs/argmin).
If you just want to run an optimization method, this is *not* what you are looking for.
However, if you want to implement your own solver based on the argmin architecture, you should find all necessary tools here.

[Documentation](https://argmin-rs.github.io/argmin-core/argmin_core/) 

## License

Licensed under either of

  * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  * MIT License ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.