Ignore:
Timestamp:
08/19/17 02:45:00 (7 years ago)
Author:
Maciej Komosinski
Message:

f4 modifiers implemented similarly to f1 modifiers, and a base for support for excluding selected modifiers in f4 mutations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f4/oper_f4.h

    r671 r674  
    3333public:
    3434        Geno_f4();
     35        void setDefaults();
     36
    3537        int checkValidity(const char *, const char *genoname);
    3638        int validate(char *&, const char *genoname);
     
    4244        // mutation probabilities
    4345        double prob[F4_COUNT], probadd[F4_ADD_COUNT];
     46
     47        SString excluded_modifiers; //not to be used in mutations
     48        static const char *all_modifiers;
    4449
    4550protected:
Note: See TracChangeset for help on using the changeset viewer.