Changeset 715


Ignore:
Timestamp:
11/05/17 21:46:08 (6 years ago)
Author:
Maciej Komosinski
Message:

GenMan?'s constructor now calls its setDefaults() to initialize all values of fields in its paramtab and genetic operators on its oper_fx_list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genman.cpp

    r668 r715  
    176176        for (unsigned int i = 0; i < oper_fx_list.size(); i++)
    177177                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
    178180}
    179181
Note: See TracChangeset for help on using the changeset viewer.