Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11450


Ignore:
Timestamp:
10/11/14 17:36:20 (10 years ago)
Author:
bburlacu
Message:

#2211: Separated samples class into separate test classes. Added scripts unit tests (grid search classification/regression).

Location:
trunk/sources/HeuristicLab.Tests
Files:
19 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r11287 r11450  
    214214      <Private>False</Private>
    215215    </Reference>
     216    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     217      <SpecificVersion>False</SpecificVersion>
     218      <HintPath>..\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
     219      <Private>True</Private>
     220    </Reference>
    216221    <Reference Include="HeuristicLab.ParallelEngine-3.3">
    217222      <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
     
    322327      <Private>False</Private>
    323328    </Reference>
     329    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     330      <SpecificVersion>False</SpecificVersion>
     331      <HintPath>..\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
     332      <Private>False</Private>
     333    </Reference>
    324334    <Reference Include="HeuristicLab.Selection-3.3">
    325335      <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
     
    340350    <Reference Include="System.Drawing" />
    341351    <Reference Include="System.Runtime.Serialization" />
     352    <Reference Include="System.Windows.Forms" />
    342353  </ItemGroup>
    343354  <ItemGroup>
     
    358369    <Compile Include="HeuristicLab-3.3\PluginDependenciesTest.cs" />
    359370    <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
     371    <Compile Include="HeuristicLab-3.3\Samples\EsGriewankSampleTest.cs" />
     372    <Compile Include="HeuristicLab-3.3\Samples\GaussianProcessRegressionSampleTest.cs" />
     373    <Compile Include="HeuristicLab-3.3\Samples\GAVrpSampleTest.cs" />
     374    <Compile Include="HeuristicLab-3.3\Samples\GeSymbolicRegressionSampleTest.cs" />
     375    <Compile Include="HeuristicLab-3.3\Samples\GPArtificialAntSampleTest.cs" />
     376    <Compile Include="HeuristicLab-3.3\Samples\GPLawnMowerSampleTest.cs" />
     377    <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicClassificationSampleTest.cs" />
     378    <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicRegressionSampleTest.cs" />
    360379    <Compile Include="HeuristicLab-3.3\Samples\GPTimeSeriesSampleTest.cs" />
    361380    <Compile Include="HeuristicLab-3.3\Samples\GPMultiplexerSampleTest.cs" />
    362     <Compile Include="HeuristicLab-3.3\Samples\SamplesTest.cs" />
     381    <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs" />
     382    <Compile Include="HeuristicLab-3.3\Samples\PsoSchwefelSampleTest.cs" />
     383    <Compile Include="HeuristicLab-3.3\Samples\RAPGASchedulingSampleTest.cs" />
    363384    <Compile Include="HeuristicLab-3.3\Samples\SamplesUtils.cs" />
     385    <Compile Include="HeuristicLab-3.3\Samples\GATspSampleTest.cs" />
     386    <Compile Include="HeuristicLab-3.3\Samples\IslandGaTspSampleTest.cs" />
     387    <Compile Include="HeuristicLab-3.3\Samples\ScatterSearchVRPSampleTest.cs" />
     388    <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs" />
     389    <Compile Include="HeuristicLab-3.3\Samples\TabuSearchTspSampleTest.cs" />
     390    <Compile Include="HeuristicLab-3.3\Samples\TabuSearchVRPSampleTest.cs" />
     391    <Compile Include="HeuristicLab-3.3\Samples\VnsTspSampleTest.cs" />
    364392    <Compile Include="HeuristicLab-3.3\StorableConstructorTest.cs" />
    365393    <Compile Include="HeuristicLab-3.3\ThreadSafeLogTest.cs" />
     
    478506    <Compile Include="HeuristicLab.Problems.VehicleRouting-3.4\VRPInstancesTest.cs" />
    479507    <Compile Include="HeuristicLab.Random-3.3\RandomEnumerableSampleTest.cs" />
     508    <Compile Include="HeuristicLab-3.3\Samples\GridSearchScriptTest.cs" />
    480509    <Compile Include="Properties\AssemblyInfo.cs" />
    481510    <Compile Include="TestRandom.cs" />
     
    519548    </Content>
    520549  </ItemGroup>
     550  <ItemGroup>
     551    <Folder Include="HeuristicLab.Scripting-3.3\" />
     552  </ItemGroup>
    521553  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    522554  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.