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.Encodings.ScheduleEncoding/3.3/HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj

    r8806 r8887  
    110110  <ItemGroup>
    111111    <Compile Include="Interfaces\IDirectScheduleOperator.cs" />
    112     <Compile Include="Interfaces\IScheduleEvaluationAlgorithm.cs" />
    113112    <Compile Include="Interfaces\IJSMOperator.cs" />
    114113    <Compile Include="Interfaces\IPRVOperator.cs" />
     
    116115    <Compile Include="Interfaces\IScheduleCreator.cs" />
    117116    <Compile Include="Interfaces\IScheduleCrossover.cs" />
    118     <Compile Include="Interfaces\IScheduleDecoder.cs" />
    119117    <Compile Include="Interfaces\IScheduleEncoding.cs" />
    120     <Compile Include="Interfaces\IScheduleEvaluator.cs" />
    121118    <Compile Include="Interfaces\IScheduleManipulator.cs" />
    122119    <Compile Include="Interfaces\IScheduleOperator.cs" />
     
    151148    <Compile Include="ScheduleEncoding\Job.cs" />
    152149    <Compile Include="ScheduleEncoding\Manipulators\DirectScheduleManipulator.cs" />
    153     <Compile Include="ScheduleEncoding\Manipulators\ConcreteScheduleManipulator.cs" />
    154150    <Compile Include="ScheduleEncoding\DirectScheduleRandomCreator.cs" />
    155151    <Compile Include="ScheduleEncoding\Resource.cs" />
     
    158154    <Compile Include="ScheduleCreator.cs" />
    159155    <Compile Include="ScheduleCrossover.cs" />
    160     <Compile Include="ScheduleDecoder.cs" />
    161156    <Compile Include="ScheduleEncoding\Task.cs" />
    162157    <Compile Include="ScheduleManipulator.cs" />
Note: See TracChangeset for help on using the changeset viewer.