Changeset 1006 for cpp/frams/genetics/fS/fS_oper.h
- Timestamp:
- 07/14/20 16:04:46 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fS/fS_oper.h
r1000 r1006 32 32 const int PARENT_COUNT = 2; 33 33 34 35 34 36 class GenoOper_fS : public GenoOperators 35 37 { … … 40 42 paInt useElli, useCub, useCyl; 41 43 paInt strongAddPart; 44 45 std::map<string, double> minValues; 46 std::map<string, double> maxValues; 42 47 43 48 GenoOper_fS(); … … 129 134 130 135 bool changeNeuroParam(fS_Genotype &geno); 136 137 /** 138 * Change the value of the size parameter by given multiplier 139 * Do not change the value if any of the size restrictions is not satisfied 140 * @param paramKey 141 * @param multiplier 142 * @param ensureCircleSection 143 * @return True if the parameter value was change, false otherwise 144 */ 145 bool mutateSizeParam(Node *node, string key, bool ensureCircleSection); 146 147 void prepareParams(); 131 148 }; 132 149
Note: See TracChangeset
for help on using the changeset viewer.