Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/11/12 22:57:09 (11 years ago)
Author:
abeham
Message:

#1329:

  • Moved decoders and evaluators from encoding to problem
  • Removed unnecessary state variables in operators
  • Introduced parameters in interfaces and added wiring code
  • Removed ConcreteScheduleManipulator as it does not perform any manipulation
  • Made ErrorPolicy and ForcingStrategy configurable and added views for them
  • Renamed the SchedulingEvaluationAlgorithm and also converted the AlgorithmOperator to a SingleSuccessorOperator
  • Fixed Plugin- and AssemblyFileVersion
  • Added missing license headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj

    r8886 r8887  
    109109  </ItemGroup>
    110110  <ItemGroup>
     111    <Compile Include="JSMForcingStrategyView.cs">
     112      <SubType>UserControl</SubType>
     113    </Compile>
     114    <Compile Include="JSMForcingStrategyView.Designer.cs">
     115      <DependentUpon>JSMForcingStrategyView.cs</DependentUpon>
     116    </Compile>
    111117    <Compile Include="JobShopSchedulingProblemView.cs">
    112118      <SubType>UserControl</SubType>
     
    114120    <Compile Include="JobShopSchedulingProblemView.Designer.cs">
    115121      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
     122    </Compile>
     123    <Compile Include="JSMDecodingErrorPolicyView.cs">
     124      <SubType>UserControl</SubType>
     125    </Compile>
     126    <Compile Include="JSMDecodingErrorPolicyView.Designer.cs">
     127      <DependentUpon>JSMDecodingErrorPolicyView.cs</DependentUpon>
    116128    </Compile>
    117129    <Compile Include="Plugin.cs" />
     
    143155      <Name>HeuristicLab.Core-3.3</Name>
    144156      <Private>False</Private>
     157    </ProjectReference>
     158    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     159      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
     160      <Name>HeuristicLab.Data-3.3</Name>
    145161    </ProjectReference>
    146162    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.