Changeset 967 for cpp/frams/genetics/fH
- Timestamp:
- 06/28/20 23:33:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fH/fH_oper.cpp
r960 r967 390 390 // if it is weight, then method needs to use mutateNeuProperty 391 391 double current = par.getDouble(id); 392 par.setDouble(id, mutateNeuronProperty(current, NULL, -1));392 par.setDouble(id, getMutatedNeuroClassProperty(current, NULL, -1)); 393 393 } 394 394 } … … 430 430 Neuro neu; 431 431 neu.setDetails(det == "" ? "N" : det); 432 GenoOperators::mutateRandomNeuro nOrNeuroclassProperty(&neu);432 GenoOperators::mutateRandomNeuroClassProperty(&neu); 433 433 det = neu.getDetails(); 434 434 }
Note: See TracChangeset
for help on using the changeset viewer.