Changeset 513 for cpp/frams/genetics/f9/oper_f9.h
- Timestamp:
- 05/23/16 13:52:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified cpp/frams/genetics/f9/oper_f9.h ΒΆ
r286 r513 13 13 public: 14 14 GenoOper_f9(); 15 int checkValidity(const char * );16 int validate(char *& );17 int mutate(char *&g, float& chg,int &method);18 int crossOver(char *&g1, char *&g2,float& chg1,float& chg2);15 int checkValidity(const char *, const char *genoname); 16 int validate(char *&, const char *genoname); 17 int mutate(char *&g, float& chg, int &method); 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 "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.