Bugmark-Simulator / bugmark_simulation

A simulator for Bugmark to run experiments
Mozilla Public License 2.0
2 stars 1 forks source link

Add simulation script #29

Closed GeorgLink closed 6 years ago

GeorgLink commented 6 years ago

I added a script that simulates randomized funder and worker behavior.

Worker adds tasks with appropriate skills to queue and accepts an offer on that issue, if one exists. Worker skips his turn if his queue has three or more items. Funder funds three random issues each turn.

GeorgLink commented 6 years ago

@vinodahujauno you get the credit for my script 👍

GeorgLink commented 6 years ago

I changed the AppHelper file, because I wanted to use the same procedure for adding a task to a worker queue as the regular app, so that we only maintain the procedure in one place.

GeorgLink commented 6 years ago

Created #30, so that I get the credit for the script :)