def init_phenotype_type(self, genotype):
     return PhenotypeBeerTracker(genotype,
                                 symbol_set_size=self.symbol_set_size,
                                 hidden_layers=self.hidden_layers,
                                 activation_functions=self.activation_functions)