Changeset 669
- Timestamp:
- 08/12/17 01:54:46 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/oper_fF.h
r667 r669 18 18 int crossOver(char *&g1, char *&g2, float& chg1, float& chg2); 19 19 uint32_t style(const char *g, int pos); 20 const char* getSimplest() { return "6, 1, 1,1, 1.05, 1.05, 1.05, 0, 0, 0"; }20 const char* getSimplest() { return "6, 0.1, 0.1, 0.1, 1.05, 1.05, 1.05, 0, 0, 0"; } 21 21 22 22 double xover_proportion;
Note: See TracChangeset
for help on using the changeset viewer.