------------------
* Add random seed parameter for sumo *run*.
* Add more arrays in sumo_results.npz files:
- 'steps' array, with number of iterations/steps reached in each repetition of the factorization;
- 'config' array with simulation parameters (including sparsity).
* Add warning in eta*.log files if more then 90% of factorization repetitions finished in reaching set maximum number of iterations.
* Update plotting function and add 'steps' plot, produced when using the -DEBUG flag,
* Remove incorrect assertion about Euclidean Distance being bound to [0,1] range.
* Add entry point to run sumo directly from the repository (run.py).
* Updated the function checking is feature matrix is standardized in sumo *prepare*. Now reporting a range of feature means and standard deviations.