Changeset 13236
- Timestamp:
- 11/17/15 20:02:28 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Tests
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/ProbabilisticTreeCreatorTest.cs
r13235 r13236 28 28 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Tests { 29 29 [TestClass] 30 public class ProbabilisticTreeCreat erTest {30 public class ProbabilisticTreeCreatorTest { 31 31 private const int POPULATION_SIZE = 10000; 32 32 private const int MAX_TREE_LENGTH = 100; -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r13235 r13236 537 537 <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Grammars.cs" /> 538 538 <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrowTreeCreatorTest.cs" /> 539 <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreat erTest.cs" />539 <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreatorTest.cs" /> 540 540 <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ReplaceBranchManipulationTest.cs" /> 541 541 <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineCreaterTest.cs" />
Note: See TracChangeset
for help on using the changeset viewer.