Uses of Class
net.sourceforge.cilib.coevolution.score.EntityScore

Packages that use EntityScore
net.sourceforge.cilib.coevolution.score   
net.sourceforge.cilib.games.game   
net.sourceforge.cilib.problem.coevolution   
 

Uses of EntityScore in net.sourceforge.cilib.coevolution.score
 

Methods in net.sourceforge.cilib.coevolution.score that return types with arguments of type EntityScore
 ArrayList<EntityScore> EntityScoreboard.getScores()
          Get a list of all the Scores for this entity
 

Methods in net.sourceforge.cilib.coevolution.score with parameters of type EntityScore
 void EntityScoreboard.mergeEntityScore(EntityScore scoreBoard)
          Merge the given EntityScore into this scoreboard
 void EntityScore.mergeScoreBoard(EntityScore other)
          Merge this scoreboard with another one
 

Uses of EntityScore in net.sourceforge.cilib.games.game
 

Methods in net.sourceforge.cilib.games.game with parameters of type EntityScore
 void Game.setEntityScore(int playerID, EntityScore score)
          Store the result and fitness for a specific player in the entityscore object
 

Uses of EntityScore in net.sourceforge.cilib.problem.coevolution
 

Methods in net.sourceforge.cilib.problem.coevolution with parameters of type EntityScore
 void GameLearningOptimizationProblem.playGame(int currentPlayerID, EntityScore currentScore)
          This method should be called after all the players have been initialized for this game the required amount of games are played and the scores are stored
 



Copyright © 2009 CIRG. All Rights Reserved.