Changeset 10394 for branches/HeuristicLab.Problems.GPDL/Examples
- Timestamp:
- 01/24/14 20:07:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GPDL/Examples/symbreg Koza.txt
r10392 r10394 57 57 int n = 500; 58 58 variableNames = new string[] {"x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10" }; 59 var rand = new System.Random( );59 var rand = new System.Random(31415); 60 60 x = new double[n, 10]; 61 61 y = new double[n];
Note: See TracChangeset
for help on using the changeset viewer.