Examples of TLCFactory


Examples of gld.algo.tlc.TLCFactory

  public void setTLC(int cat, int nr)
  {  setColearningEnabled(cat == 1);
    try {
      SimModel sm = getSimModel();
      TLCFactory tlcf = new TLCFactory(sm.getInfrastructure(), sm.getRandom());
      TLController tlc = tlcf.genTLC(cat, nr);
      tlc.showSettings(this);
      sm.setTLController(tlc);
      setColearningEnabled((tlc instanceof Colearning));
    }
    catch (GLDException e) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.