示例#1
0
 public void KillAgent()
 {
     _active = false;
     //Notify the PopulationManager
     _evaluator.AgentKilled(this);
 }