Class EvaluateAgent

java.lang.Object
cz.cuni.mff.amis.pacman.tournament.EvaluateAgent

public class EvaluateAgent
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    EvaluateAgent​(int seed, SimulatorConfig prototypeConfig, int runCount, int oneRunRepetitions, java.io.File resultDirFile)  
  • Method Summary

    Modifier and Type Method Description
    PacManResults evaluateAgent​(java.lang.String agentId, java.lang.String agentFQCN)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EvaluateAgent

      public EvaluateAgent​(int seed, SimulatorConfig prototypeConfig, int runCount, int oneRunRepetitions, java.io.File resultDirFile)
  • Method Details