The way that experiments are loaded currently is to use the app.config file to specify a bunch of parameters. This isn't very elegant and should be improved to work similar to the WorkerGUI's arch...
Many distributed environments are composed of heterogeneous systems with varying performance capabilities. It would be nice if we could accommodate this property by allowing workers to specify ho...
The current release takes a list of worker nodes in the configuration file at startup and uses only those nodes for the entire experiment. Since this is a distributed environment, it would be nice...
Currently, if a worker disconnects before the experiment is finished, it will crash the master. This needs to be handled in a more elegant way by first alerting the Master's GUI that it has lost a...