Why is enumpoly_solve significantly slower than lcp_solve? #941
-
|
Dear Community, I am working on a benchmark of a range of methods for computing Nash equilibria (NEs). Two of these methods are pygambit.nash.enumpoly_solve() and pygambit.nash.lcp_solve(). So, I wonder: do you share this experience? Have I missed anything? Let me know if you need further specs or the precise setting for replication purposes. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
A few points:
|
Beta Was this translation helpful? Give feedback.
-
|
P.S. be very careful benchmarking -- using runtime makes no sense and there's every chance your results say nothing in general only about specific implementations. This is not work for a non-expert I am afraid to say. What type of academic project is this? |
Beta Was this translation helpful? Give feedback.
A few points: