Changeset 5759 for branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Timestamp:
- 03/19/11 02:22:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/AllArchitectureAlteringOperatorsTest.cs
r5733 r5759 32 32 public class AllArchitectureAlteringOperatorsTest { 33 33 private const int POPULATION_SIZE = 1000; 34 private const int N_ITERATIONS = 20;34 private const int N_ITERATIONS = 100; 35 35 private const int MAX_TREE_LENGTH = 100; 36 36 private const int MAX_TREE_DEPTH = 10;
Note: See TracChangeset
for help on using the changeset viewer.