Changeset 145 for cpp/frams/genetics/fF/oper_fF.h
- Timestamp:
- 02/26/14 20:21:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/oper_fF.h
r140 r145 18 18 int crossOver(char *&g1, char *&g2, float& chg1, float& chg2); 19 19 unsigned long style(const char *g, int pos); 20 const char* getSimplest() { return " 5 0.9 0.8 0.7 0.7 0.30.7"; }20 const char* getSimplest() { return "6,0.8,0.85,0.9,0.6,0.3,0.7"; } 21 21 22 double mut_prob; //mutation probability22 double xover_proportion; 23 23 }; 24 24
Note: See TracChangeset
for help on using the changeset viewer.