Changeset 968 for cpp/frams/genetics/fH
- Timestamp:
- 06/30/20 00:30:39 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fH/fH_oper.cpp
r967 r968 390 390 // if it is weight, then method needs to use mutateNeuProperty 391 391 double current = par.getDouble(id); 392 par.setDouble(id, getMutatedNeuro ClassProperty(current, NULL, -1));392 par.setDouble(id, getMutatedNeuronConnectionWeight(current)); 393 393 } 394 394 }
Note: See TracChangeset
for help on using the changeset viewer.