First version of the optimizer

This commit is contained in:
Volodymyr Orlov
2019-10-29 08:59:06 -07:00
parent f4aec2b35e
commit 4488cc110e
10 changed files with 521 additions and 5 deletions
+2 -1
View File
@@ -4,4 +4,5 @@ pub mod linalg;
pub mod math;
pub mod error;
pub mod algorithm;
pub mod common;
pub mod common;
pub mod optimization;