to266 / optimize

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

project structure suggestion for multiple optimizers #4

Closed sebasv closed 6 years ago

sebasv commented 6 years ago

@to266 I'm open to suggestions, let me know what you think of the separate scalar and vector modules.

sebasv commented 6 years ago

I've given more accurate descriptions in the module docstrings. As more methods are added, we might put some guidance in there as well to help unfamiliar users choose minimizers that fit their problem.

to266 commented 6 years ago

Excellent!