Update for new Marathon Match
CatalinTiseanu opened this issue · 12 comments
Would it be possible to update Marathoner for the PopulationMapping TopCoder Marathon match ?
Update to v1.2.17. It should work now (4f261e3).
Please let me know if there is a problem.
And thank you for pinging me about it :)
Thanks for getting back so quickly ! :)
I think there is a communication issue between the visualizer and solution since in this problem the viz listens continuously for questions from the solution (population queries for a rectangle).
For me it hangs as soon as my solution asks a question.
I believe I solved it in v1.2.17. Or is it still a problem?
Yeah, I updated to v.1.217 and the solution hangs while waiting for the visualizer's response to the first question.
Also make sure that you named your marathoner project PopulationMappingMarat. Through that the marathoner recognizes the marathon match and uses the correct way to communicate with visualizer.
I have my marathoner.cfg in PopulationMappingMarat/
I hope I'm not missing something obvious.
Try to delete the PopulationMappingMarat/cache/ directory. If this won't help, I will have to dig further.
It didn't work :( Does it work on your end for PopulationMapping ?
Hello again ! :)
Unfortunately I didn't have time for PopulationMapping so I didn't continue digging with marathoner.
However, it still doesn't work for me for the new match, ViralInfection.
It hangs waiting for stdin just after outputting the first Research.addmed query.
I'm on OS X.
I was wondering if the fix for PopulationMapping worked for other people.
I can fix it myself if you could point me to the place in the code where the communication between the solution and the visualizer takes place.
I will prepare Marathoner for the new match during today. I will ping you, when it's ready.
I have updated Marathoner. Give it a try and let me know if there are any problems.
Hi Mimino,
It works like a charm ! :)
Thank you for your invaluable tool !
Catalin