Exemplo n.º 1
0
    def __init__(self, config, stats):

        Population.__init__(self, config)

        self.config = config

        self.stats = stats
Exemplo n.º 2
0
    def __init__(self, config):

        Population.__init__(self, config)