How do I delete a single agent in the Schelling Model after it's created with the following code in Schelling.java?
schedule.scheduleRepeating(new Agent(x,y));
Near as I can tell is to remove it from the schedule but couldn't figure that out in simstate.
Moses