to266 / optimize

Rust crate for numerical optimization
Apache License 2.0
7 stars 3 forks source link

Added OptimResult #10

Open to266 opened 6 years ago

to266 commented 6 years ago

Implements https://github.com/to266/optimize/issues/9

Also ran cargo fmt on the crate... Will attempt to add this as a requirement for every PR

@sebasv if you could have a look if you agree with the implementation?

sebasv commented 6 years ago

Regarding the fmt, you can add - cargo fmt --all -- --check to Travis.

to266 commented 5 years ago

Just for keeping track of thoughts: