Changeset 139 for cpp/frams/genetics/f9/oper_f9.h
- Timestamp:
- 02/20/14 17:49:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/oper_f9.h
r120 r139 18 18 int crossOver(char *&g1,char *&g2,float& chg1,float& chg2); 19 19 unsigned long style(const char *g, int pos); 20 c har* getSimplest() {return "R";}20 const char* getSimplest() {return "R";} 21 21 22 22 double mut_prob; //mutation probability
Note: See TracChangeset
for help on using the changeset viewer.