Ignore:
Timestamp:
04/11/18 01:16:08 (6 years ago)
Author:
Maciej Komosinski
Message:

Removed unused "state" field (issue number 19), improved docs (issues number 20,21,23), code formatting (issue number 24) [closes #62]

File:
1 edited

Legend:

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

    r760 r774  
    6363         * @return GENOOPER_OK if genotype is valid, GENOPER_REPAIR if genotype can be repaired, GENOPER_OPFAIL if genotype can't be repaired
    6464         */
    65         int  ValidateRec(f4_node * geno, int retrycount) const;
     65        int  ValidateRec(f4_node *geno, int retrycount) const;
    6666
    6767        /**
     
    9595         * @param neulist list of genotype neuron classes
    9696         */
    97         void linkNodeMakeRandom(f4_node * nn, int neuid, std::vector<NeuroClass*> neulist) const;
     97        void linkNodeMakeRandom(f4_node *nn, int neuid, std::vector<NeuroClass*> neulist) const;
    9898
    9999        /**
     
    104104         * @param neulist list of genotype neuron classes
    105105         */
    106         void linkNodeChangeRandom(f4_node * nn, int neuid, std::vector<NeuroClass*> neulist) const;
     106        void linkNodeChangeRandom(f4_node *nn, int neuid, std::vector<NeuroClass*> neulist) const;
    107107
    108108        /**
     
    124124         * @return GENOPER_OK if performed successful mutation, GENOPER_FAIL otherwise
    125125         */
    126         int  MutateOneValid(f4_node * &g, int &method) const;
     126        int  MutateOneValid(f4_node *&g, int &method) const;
    127127
    128128        /**
Note: See TracChangeset for help on using the changeset viewer.