Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/08/16 14:24:51 (8 years ago)
Author:
abeham
Message:

#2457: Added SOM projection for problem instances, fixed a bug (learningRadius was not used)

Location:
branches/PerformanceComparison/HeuristicLab.Analysis/3.3
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r13744 r13750  
    157157      <SpecificVersion>False</SpecificVersion>
    158158      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     159      <Private>False</Private>
     160    </Reference>
     161    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     162      <SpecificVersion>False</SpecificVersion>
     163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
    159164      <Private>False</Private>
    160165    </Reference>
     
    217222    <Compile Include="QualityAnalysis\QualityPerEvaluationsAnalyzer.cs" />
    218223    <Compile Include="QualityAnalysis\ScaledQualityDifferenceAnalyzer.cs" />
     224    <Compile Include="SelfOrganizingMaps\RelationalSOM.cs" />
     225    <Compile Include="SelfOrganizingMaps\SOM.cs" />
    219226    <Compile Include="Statistics\BonferroniHolm.cs" />
    220227    <Compile Include="Statistics\EnumerableStatisticsExtension.cs" />
Note: See TracChangeset for help on using the changeset viewer.