Exemple #1
0
 def add_payoff(self, payoff, weight = 1.):
     abstract()
Exemple #2
0
 def get_fitness(self):
     abstract()
Exemple #3
0
 def update_removed(self, payoff, weight = 1.):
     abstract()
Exemple #4
0
 def add_payoff(self, payoff, weight = 1.):
     abstract()
Exemple #5
0
 def get_fitness(self):
     abstract()
Exemple #6
0
 def update_removed(self, payoff, weight = 1.):
     abstract()