Ignore:
Timestamp:
05/02/23 01:36:15 (12 months ago)
Author:
Maciej Komosinski
Message:
  • Thanks to r1230, it is possible to detect (and repair=remove) junk trailing genes that are left after successful parsing (after last '>')
  • The validate() function may attempt to repair a genotype where earlier it would give up
  • Stricter parsing of the '#' gene
File:
1 edited

Legend:

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

    r1227 r1231  
    7272         * @return GENOOPER_OK if genotype is valid, GENOPER_REPAIR if genotype can be repaired, GENOPER_OPFAIL if genotype can't be repaired
    7373         */
    74         int  ValidateRec(f4_Node *geno, int retrycount) const;
     74        int  ValidateRecur(f4_Node *geno, int retrycount) const;
    7575
    7676        /**
Note: See TracChangeset for help on using the changeset viewer.