Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/10 20:02:47 (14 years ago)
Author:
abeham
Message:

Added initial draft of simulated annealing (not yet finished) and double value modifying operators that will be used for cooling the temperature #923

Location:
trunk/sources/HeuristicLab.Optimization.Operators/3.3
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj

    r3078 r3093  
    8181  </ItemGroup>
    8282  <ItemGroup>
     83    <Compile Include="SquareRootDiscreteDoubleValueModifier.cs" />
     84    <Compile Include="DiscreteDoubleValueModifier.cs" />
     85    <Compile Include="ExponentialDiscreteDoubleValueModifier.cs" />
    8386    <Compile Include="HeuristicLabOptimizationOperatorsPlugin.cs" />
     87    <Compile Include="LinearDiscreteDoubleValueModifier.cs" />
    8488    <Compile Include="Properties\AssemblyInfo.cs" />
    8589    <Compile Include="ChildrenCreator.cs" />
     90    <Compile Include="QuadraticDiscreteDoubleValueModifier.cs" />
    8691    <Compile Include="QualityComparator.cs" />
    8792    <Compile Include="SolutionsCreator.cs" />
     
    108113      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    109114      <Name>HeuristicLab.Operators-3.3</Name>
     115    </ProjectReference>
     116    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     117      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     118      <Name>HeuristicLab.Optimization-3.3</Name>
    110119    </ProjectReference>
    111120    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.