Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/11 22:32:33 (13 years ago)
Author:
abeham
Message:

#1330

  • Moved MDS into Analysis
  • Added test with some simple examples
Location:
branches/QAP
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/QAP

    • Property svn:ignore
      •  

        old new  
        11*.suo
        22TestResults
         3*.testsettings
  • branches/QAP/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r5374 r5723  
    1212    <AssemblyName>HeuristicLab.Analysis-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    9596  </PropertyGroup>
    9697  <ItemGroup>
     98    <Reference Include="ALGLIB-3.1.0">
     99      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
     100    </Reference>
     101    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     102      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     103    </Reference>
     104    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     105      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     106    </Reference>
     107    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     108      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     109    </Reference>
     110    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     111      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     112    </Reference>
     113    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     114      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     115    </Reference>
     116    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     117      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
     118    </Reference>
     119    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     120      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
     121    </Reference>
     122    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     123      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
     124    </Reference>
     125    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     126      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     127    </Reference>
     128    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
     129      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     130    </Reference>
    97131    <Reference Include="System" />
    98132    <Reference Include="System.Core">
     
    125159    <Compile Include="DataVisualization\HeatMap.cs" />
    126160    <Compile Include="DataVisualization\HeatMapHistory.cs" />
     161    <Compile Include="MultidimensionalScaling\CoordinatesHistory.cs" />
     162    <Compile Include="MultidimensionalScaling\MultidimensionalScaling.cs" />
     163    <Compile Include="MultidimensionalScaling\PopulationDiversityMDSAnalyzer.cs" />
    127164    <Compile Include="MultiObjective\RankBasedParetoFrontAnalyzer.cs" />
    128165    <Compile Include="MultiObjective\ParetoFrontAnalyzer.cs" />
     
    145182  </ItemGroup>
    146183  <ItemGroup>
    147     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    148       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    149       <Name>HeuristicLab.Collections-3.3</Name>
    150     </ProjectReference>
    151     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    152       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    153       <Name>HeuristicLab.Common.Resources-3.3</Name>
    154     </ProjectReference>
    155     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    156       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    157       <Name>HeuristicLab.Common-3.3</Name>
    158     </ProjectReference>
    159     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    160       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    161       <Name>HeuristicLab.Core-3.3</Name>
    162     </ProjectReference>
    163     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    164       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    165       <Name>HeuristicLab.Data-3.3</Name>
    166     </ProjectReference>
    167     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    168       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    169       <Name>HeuristicLab.Operators-3.3</Name>
    170     </ProjectReference>
    171     <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
    172       <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
    173       <Name>HeuristicLab.Optimization.Operators-3.3</Name>
    174     </ProjectReference>
    175184    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    176185      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    177186      <Name>HeuristicLab.Optimization-3.3</Name>
    178     </ProjectReference>
    179     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    180       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    181       <Name>HeuristicLab.Parameters-3.3</Name>
    182     </ProjectReference>
    183     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    184       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    185       <Name>HeuristicLab.Persistence-3.3</Name>
    186     </ProjectReference>
    187     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    188       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    189       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    190187    </ProjectReference>
    191188  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.