Changeset 33 for cpp/f8-to-f1/geno_f8.h
- Timestamp:
- 10/31/09 00:47:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/f8-to-f1/geno_f8.h
r30 r33 52 52 Geno_f8(); 53 53 ~Geno_f8(); 54 55 //probabilities of mutation operators54 55 //probabilities of mutation operators 56 56 double operation[F8_OPERATION_COUNT]; 57 57 58 58 int checkValidity(const char * geno); 59 59 int validate(char * &geno); … … 62 62 unsigned long style(const char *g, int pos); 63 63 char* getSimplest(); 64 64 65 65 SString testMutate(SString &in, int method); 66 66 protected: 67 67 GenoConv_F8ToF1 *converter; 68 static const int maxTotalIterations = 200;69 static const int maxNormalIterations = 100;70 68 71 69 vector<char> simpleCommandLetters;
Note: See TracChangeset
for help on using the changeset viewer.