Examples of CleaningExperiment


Examples of eas.users.students.benediktMueller.qswarm.sim.experiments.CleaningExperiment

{
 
  public static void main(String[] args)
  {
    System.out.println("starting");
    CleaningExperiment c = new CleaningExperiment(30, 3000);
    SwarmEvolution evo = new SwarmEvolution(c);
    NetViewerBenedikt netViewer = new NetViewerBenedikt();

   
    SimViewer v = new SimViewer(null, true);
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.