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

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

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

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