Free cookie consent management tool by TermsFeed Policy Generator

Changeset 83


Ignore:
Timestamp:
03/19/08 23:46:32 (16 years ago)
Author:
abeham
Message:

Added two operators that can make use of different mutation strengths (by applying them repeatedly a number of times)

Location:
trunk/sources/HeuristicLab.Permutation
Files:
3 added
1 edited

Legend:

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

    r30 r83  
    8181    <Compile Include="TranslocationInversionManipulator.cs" />
    8282    <Compile Include="TranslocationManipulator.cs" />
     83    <Compile Include="VariableStrengthInversionManipulator.cs" />
     84    <Compile Include="VariableStrengthPermutationManipulatorBase.cs" />
     85    <Compile Include="VariableStrengthSwap2Manipulator.cs" />
    8386  </ItemGroup>
    8487  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.