Exemplo n.º 1
0
	def scoreEvalFunc(self, chromosome):
		"""
		PyEvolve's individual score evaluation function
		
		Args:
		    chromosome (G1DList): the genes of the individual
		
		Returns:
		    int: the score of the genes of that panda
		"""
		return Panda.getScoreById(chromosome.getParam("pandaId"))