Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/16 17:08:40 (8 years ago)
Author:
abeham
Message:

#2457: Added pre-existing solution creator for permutation and respective interface

Location:
branches/PerformanceComparison/HeuristicLab.Encodings.PermutationEncoding/3.3
Files:
1 added
2 edited

Legend:

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

    r13694 r13706  
    146146      <Private>False</Private>
    147147    </Reference>
     148    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     149      <SpecificVersion>False</SpecificVersion>
     150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     151      <Private>False</Private>
     152    </Reference>
    148153    <Reference Include="System" />
    149154    <Reference Include="System.Core">
     
    155160  </ItemGroup>
    156161  <ItemGroup>
     162    <Compile Include="Creators\PreexistingPermutationCreator.cs" />
    157163    <Compile Include="Creators\RandomPermutationCreator.cs" />
    158164    <Compile Include="Crossovers\CosaCrossover.cs" />
  • branches/PerformanceComparison/HeuristicLab.Encodings.PermutationEncoding/3.3/Plugin.cs.frame

    r13321 r13706  
    3838  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3939  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     40  [PluginDependency("HeuristicLab.Random", "3.3")]
    4041  public class HeuristicLabEncodingsPermutationEncodingPlugin : PluginBase {
    4142  }
Note: See TracChangeset for help on using the changeset viewer.