Difference between revisions of "Parallelize msmf corr coeff.m"

From edegan.com
Jump to navigation Jump to search
Line 10: Line 10:
  
 
This page documents all changes that Wei made to the Matlab code for Matching Entrepreneurs to VC. It also explains the decisions Wei made, and where further improvement might be achieved in the future.
 
This page documents all changes that Wei made to the Matlab code for Matching Entrepreneurs to VC. It also explains the decisions Wei made, and where further improvement might be achieved in the future.
 +
 +
=Changes made to the code=
 +
To speed up the valuation of the objective function used by ga, Wei parallelized a couple of lines in msmf_corr_coeff.m.
 +
 +
*Around line 80 of msmf_corr_coeff:
 +
 +
Original code:

Revision as of 11:51, 20 July 2018


McNair Project
Parallelize msmf corr coeff.m
Project logo 02.png
Project Information
Project Title Parallelize msmf corr coeff.m
Owner Wei Wu
Start Date 2018-07-09
Deadline
Keywords Matlab, parallel computing, CPU
Primary Billing
Notes
Has project status Active
Is dependent on Estimating Unobserved Complementarities between Entrepreneurs and Venture Capitalists Matlab Code
Copyright © 2016 edegan.com. All Rights Reserved.


This page documents all changes that Wei made to the Matlab code for Matching Entrepreneurs to VC. It also explains the decisions Wei made, and where further improvement might be achieved in the future.

Changes made to the code

To speed up the valuation of the objective function used by ga, Wei parallelized a couple of lines in msmf_corr_coeff.m.

  • Around line 80 of msmf_corr_coeff:

Original code: