Changeset 176 for cpp/frams/genetics/fF/oper_fF.h
- Timestamp:
- 03/15/14 02:30:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/oper_fF.h
r145 r176 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 "6, 0.8,0.85,0.9,0.6,0.3,0.7"; }20 const char* getSimplest() { return "6, 1.05, 1.05, 1.05, 0, 0, 0"; } 21 21 22 22 double xover_proportion; … … 24 24 25 25 #endif 26
Note: See TracChangeset
for help on using the changeset viewer.