It might be necessary to create a standard format for chromosomes and their corresponding genes.
Currently these string formats are tested to work fine with Mutation and Selection functions:
- '010101'
- 'ABCD'
- '01234'
- 'ABC123'
Or in its general form, XXXXXX where X could be anything from 0-9 or A-Z or a-z.
It might be necessary to create a standard format for chromosomes and their corresponding genes.
Currently these string formats are tested to work fine with Mutation and Selection functions:
Or in its general form, XXXXXX where X could be anything from 0-9 or A-Z or a-z.