Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/10/17 18:03:16 (7 years ago)
Author:
jschiess
Message:

#1836 SA reheating strategies: Refactoring, Added Connolly Reheater Operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj

    r14452 r14555  
    114114  </ItemGroup>
    115115  <ItemGroup>
    116     <Compile Include="ISimulatedAnnealingHeatingStrategy.cs" />
     116    <Compile Include="AcceptanceRatioReheatingOperator.cs" />
     117    <Compile Include="ConnollyReheatingOperator.cs" />
     118    <Compile Include="ConsecutiveRejectionReheatingOperator.cs" />
     119    <Compile Include="NoReheatingOperator.cs" />
     120    <Compile Include="IReheatingOperator.cs" />
    117121    <Compile Include="Plugin.cs" />
    118     <Compile Include="FixedReheater.cs" />
    119     <Compile Include="ContinuousReheater.cs" />
    120122    <Compile Include="SimulatedAnnealingImprovementOperator.cs" />
    121123    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.