Changeset 247 for cpp/frams/genetics/f9/oper_f9.h
- Timestamp:
- 11/07/14 17:51:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/oper_f9.h
r197 r247 17 17 int mutate(char *&g,float& chg,int &method); 18 18 int crossOver(char *&g1,char *&g2,float& chg1,float& chg2); 19 u nsigned longstyle(const char *g, int pos);19 uint32_t style(const char *g, int pos); 20 20 const char* getSimplest() {return "R";} 21 21
Note: See TracChangeset
for help on using the changeset viewer.