source: framspy/evolalg/base/individual.py @ 1114

Last change on this file since 1114 was 1113, checked in by Maciej Komosinski, 3 years ago

Added a framework for evolutionary algorithms cooperating with FramsticksLib?.py

File size: 87 bytes
Line 
1
2
3class Individual:
4    def __init__(self, genotype):
5        self.genotype = genotype
Note: See TracBrowser for help on using the repository browser.