Changes

Jump to navigation Jump to search
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. However, I suspect that for large R (~1000) we will see improvements from parallelism. <br>
Serial: 356s[[File:serial_gurobiserial_gurobi_R=10.png]] <br>Parallel: 874s[[File:parallel_call_gurobiparallel_call_gurobi_R=10.png]] <br>
==Deliverable==

Navigation menu