daniel-acuna / reviewer_assignment

Reviewer assignment and scoring system based on topic models
http:/pr.scienceofscience.org
5 stars 4 forks source link

Speedup linear programming creation time #25

Closed daniel-acuna closed 9 years ago

daniel-acuna commented 9 years ago

Right now the problem formulation takes orders of magnitude longer than actually solving the problem. There might be a way of significantly speeding up https://github.com/daniel-acuna/reviewer_assignment/blob/master/reviewer_assignment_website/paper_reviewer_matcher/linear_programming.py#L6-L49

titipata commented 9 years ago

If we can stating cost function by inputing array instead of for loop, it will go much faster.

daniel-acuna commented 9 years ago

Some thoughts on this:

daniel-acuna commented 9 years ago

We will delay this for now until next version since the speedup through customization of the Python--C++ interface is non-trivial