Changeset 1298 for cpp/frams/genetics/f4
- Timestamp:
- 03/29/24 23:30:34 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/f4_oper.cpp
r1274 r1298 253 253 return GENOPER_OPFAIL; 254 254 255 node_mutated = candidate_nodes[rndUint( (unsigned int)candidate_nodes.size())];255 node_mutated = candidate_nodes[rndUint(candidate_nodes.size())]; 256 256 f4_Node *node_mutated_parent = node_mutated->parent; 257 257
Note: See TracChangeset
for help on using the changeset viewer.