Changeset 1030 for cpp/frams/genetics/fS/fS_oper.h
- Timestamp:
- 11/26/20 01:30:40 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fS/fS_oper.h
r1017 r1030 142 142 143 143 /** 144 * Change the value of the s ize parameter by given multiplier145 * Do not change the value if any of the s ize restrictions is not satisfied144 * Change the value of the scale parameter by given multiplier 145 * Do not change the value if any of the scale restrictions is not satisfied 146 146 * @param paramKey 147 147 * @param multiplier … … 149 149 * @return True if the parameter value was change, false otherwise 150 150 */ 151 bool mutateS izeParam(Node *node, string key, bool ensureCircleSection);151 bool mutateScaleParam(Node *node, string key, bool ensureCircleSection); 152 152 }; 153 153
Note: See TracChangeset
for help on using the changeset viewer.