Changeset 715
- Timestamp:
- 11/05/17 21:46:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.cpp
r668 r715 176 176 for (unsigned int i = 0; i < oper_fx_list.size(); i++) 177 177 if (oper_fx_list[i]->par.getParamTab()) par += &oper_fx_list[i]->par; 178 179 setDefaults(); //use Param to initialize all values of fields in the paramtab of this object and genetic operators on oper_fx_list 178 180 } 179 181
Note: See TracChangeset
for help on using the changeset viewer.