Package eas.users.students.fabian.diplomarbeit.EvolvableBoxAgents3D.Utilities

Examples of eas.users.students.fabian.diplomarbeit.EvolvableBoxAgents3D.Utilities.EvolvableBoxAgent3DStatistics


    numberOf60HertzSteps = (int) (durationOfOneSimulationRound / (1 / 60.));
    whichStepToThinkAt = (int) ((1. / frequencyOfThoughts) / (1 / 60.));

   
   
    statistics = new EvolvableBoxAgent3DStatistics(params);
   
    startTime = System.currentTimeMillis();
  }
View Full Code Here

TOP

Related Classes of eas.users.students.fabian.diplomarbeit.EvolvableBoxAgents3D.Utilities.EvolvableBoxAgent3DStatistics

Copyright © 2018 www.massapicom. 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.