g4v4g4i / ArgABM

An agent-based model for scientific inquiry based on abstract argumentation
10 stars 4 forks source link

Reset button removal #14

Closed daimpi closed 8 years ago

daimpi commented 8 years ago

The reset button in the interface is not working properly: there are problems with some variable initialization and graph drawing. But the reset button is also not really needed, because if we want to recreate a run, we would probably be better off using a special setup procedure which employs random seeds. I'll try to implement some test procedures in a separate input file at some point in the future, where such a thing can probably be introduced. But for now I think we should remove the reset button (and the respective code & documentation) to avoid possible confusion. What do you think?

daimpi commented 8 years ago

This is implemented (commit 57a93ddde3cf1a0e3bdf66ed17b85df659a2aa15) and merged into the main branch.