Changeset 896 for cpp/frams/genetics/f4/f4_general.cpp
- Timestamp:
- 11/30/19 01:30:22 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/f4_general.cpp
r853 r896 1210 1210 int n = count(); 1211 1211 // pick a random node, between 0 and n-1 1212 return ordNode(r andomN(n));1212 return ordNode(rndUint(n)); 1213 1213 } 1214 1214 … … 1355 1355 { 1356 1356 int i, j, res, t; 1357 char tc1, tc2, tc3; // tc3 is only to ensure that in the end of neuron parameter definition1357 char tc1, tc2, tc3; // tc3 is only to ensure that neuron parameter definition is completed 1358 1358 int relfrom; 1359 1359 double w;
Note: See TracChangeset
for help on using the changeset viewer.