Changeset 1017 for cpp/frams/genetics/fS/fS_oper.h
- Timestamp:
- 07/20/20 16:37:38 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified cpp/frams/genetics/fS/fS_oper.h ¶
r1006 r1017 42 42 paInt useElli, useCub, useCyl; 43 43 paInt strongAddPart; 44 45 std::map<string, double> minValues;46 std::map<string, double> maxValues;47 44 48 45 GenoOper_fS(); … … 118 115 119 116 /** 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 /** 120 126 * Performs change modifier mutation on genotype 121 127 * @return true if mutation succeeded, false otherwise … … 144 150 */ 145 151 bool mutateSizeParam(Node *node, string key, bool ensureCircleSection); 146 147 void prepareParams();148 152 }; 149 153
Note: See TracChangeset
for help on using the changeset viewer.