示例#1
0
 public void updateDecisionArchive(int num_ant)
 {
     theArchive.update(theAnts[num_ant].decision);
 }