Changeset 280 for cpp/frams/genetics
- Timestamp:
- 12/22/14 23:22:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.h
r275 r280 19 19 { 20 20 int count; 21 string parent1, parent2, child; 21 string parent1, parent2, child; //parent2 only used in crossover, it is "" in mutation 22 22 float chg; 23 23 float fit;
Note: See TracChangeset
for help on using the changeset viewer.