Ignore:
Timestamp:
07/20/20 16:37:38 (4 years ago)
Author:
Maciej Komosinski
Message:

fS: faster collision detection, depends on "geometry" algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fS/fS_oper.h

    r1006 r1017  
    4242        paInt useElli, useCub,  useCyl;
    4343        paInt strongAddPart;
    44 
    45         std::map<string, double> minValues;
    46         std::map<string, double> maxValues;
    4744
    4845        GenoOper_fS();
     
    118115
    119116        /**
     117         * Changes the value of specified parameter.
     118         * The state of the node must be previously calculated
     119         * @param node - the node on which parameter is modified
     120         * @param key - the key of parameter
     121         * @return
     122         */
     123        bool mutateParamValue(Node *node, string key);
     124
     125        /**
    120126         * Performs change modifier mutation on genotype
    121127         * @return true if mutation succeeded, false otherwise
     
    144150         */
    145151        bool mutateSizeParam(Node *node, string key, bool ensureCircleSection);
    146 
    147         void prepareParams();
    148152};
    149153
Note: See TracChangeset for help on using the changeset viewer.