Changeset 33 for cpp/f8-to-f1/geno_f8.h


Ignore:
Timestamp:
10/31/09 00:47:01 (16 years ago)
Author:
Maciej Komosinski
Message:

maximal f1 genotype length published as the f8->f1 converter parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/f8-to-f1/geno_f8.h

    r30 r33  
    5252        Geno_f8();
    5353        ~Geno_f8();
    54        
    55         //probabilities of mutation operators
     54
     55        //probabilities of mutation operators
    5656        double operation[F8_OPERATION_COUNT];
    57        
     57
    5858        int checkValidity(const char * geno);
    5959        int validate(char * &geno);
     
    6262        unsigned long style(const char *g, int pos);
    6363        char* getSimplest();
    64        
     64
    6565        SString testMutate(SString &in, int method);
    6666protected:
    6767        GenoConv_F8ToF1 *converter;
    68         static const int maxTotalIterations = 200;
    69         static const int maxNormalIterations = 100;
    7068       
    7169        vector<char> simpleCommandLetters;
Note: See TracChangeset for help on using the changeset viewer.