Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/16 16:18:45 (7 years ago)
Author:
jschiess
Message:

#1836 SA reheating strategies: First version of continuous reheater and fixed reheater, both reheat based on acceptance of solutions.

File:
1 edited

Legend:

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

    r14406 r14452  
    114114  </ItemGroup>
    115115  <ItemGroup>
     116    <Compile Include="ISimulatedAnnealingHeatingStrategy.cs" />
    116117    <Compile Include="Plugin.cs" />
     118    <Compile Include="FixedReheater.cs" />
     119    <Compile Include="ContinuousReheater.cs" />
    117120    <Compile Include="SimulatedAnnealingImprovementOperator.cs" />
    118121    <Compile Include="Properties\AssemblyInfo.cs" />
    119122    <Compile Include="SimulatedAnnealing.cs" />
    120123    <Compile Include="SimulatedAnnealingMainLoop.cs" />
     124    <Compile Include="TemperatureController.cs" />
    121125  </ItemGroup>
    122126  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.