Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13236


Ignore:
Timestamp:
11/17/15 20:02:28 (8 years ago)
Author:
ascheibe
Message:

#2510 fixed file name of probabilistic tree creator unit test

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  
    2828namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Tests {
    2929  [TestClass]
    30   public class ProbabilisticTreeCreaterTest {
     30  public class ProbabilisticTreeCreatorTest {
    3131    private const int POPULATION_SIZE = 10000;
    3232    private const int MAX_TREE_LENGTH = 100;
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r13235 r13236  
    537537    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Grammars.cs" />
    538538    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrowTreeCreatorTest.cs" />
    539     <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreaterTest.cs" />
     539    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreatorTest.cs" />
    540540    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ReplaceBranchManipulationTest.cs" />
    541541    <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineCreaterTest.cs" />
Note: See TracChangeset for help on using the changeset viewer.