Changes

Jump to navigation Jump to search
===Testing performance===
Run serial and parallel(using the above method) versions of msmf_corr_coeff.m. With profiling, the parallel version takes much longer time than the serial one. On a closer inspection, a single call to gurobi takes a very small amount of time. Using parfor will probably not give us any benefit. <br>
Serial: 356s[[File:serial_gurobi.png]] <br>

Navigation menu