|
Revision 2720, 0.7 kB
(checked in by baer, 2 years ago)
|
|
Testing SVN from Brody
|
| Line | |
|---|
| 1 | This file is used to keep track of known "bugs" in avida that are not |
|---|
| 2 | important enough to fix, but that we do want to keep track of. |
|---|
| 3 | |
|---|
| 4 | -- Configuration File Related -- |
|---|
| 5 | * The PARENT_MUT_RATE setting will cause the parent's genome to mutate when |
|---|
| 6 | it gives birth, but currently it is not treated like a second child, so |
|---|
| 7 | the genotype will not be changed, and in general it cannot act with many |
|---|
| 8 | other settings (like mutation reversions) |
|---|
| 9 | |
|---|
| 10 | -- Not bugs, per-se, but ugly coding that should be cleaned up |
|---|
| 11 | * BIRTH_METHOD 7 is currently a local birth method, but not grouped with the |
|---|
| 12 | rest of them. This required a special condition in cBirthChamber.cc for |
|---|
| 13 | local recombination and in cPopulation.cc for offspring facing parent. |
|---|
| 14 | |
|---|