示例#1
0
 public static GAPopulationManager getInstance()
 {
     if (mGAPoputionManager == null)
     {
         mGAPoputionManager = new GAPopulationManager();
     }
     return(mGAPoputionManager);
 }
示例#2
0
 // add myself in GAPopulation class
 public void AddMySelf()
 {
     GAPopulationManager.getInstance().Add(this);
 }