Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/26/14 13:24:20 (9 years ago)
Author:
mkommend
Message:

#2174: Implemented multi-encoding operators and adapated wiring of operators in the programmable problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj

    r11574 r11587  
    136136    <Compile Include="Helper.cs" />
    137137    <Compile Include="Interfaces\IEncoding.cs" />
     138    <Compile Include="Interfaces\IMultiEncodingOperator.cs" />
    138139    <Compile Include="Interfaces\ISingleObjectiveMoveOperator.cs" />
    139140    <Compile Include="Interfaces\IMultiObjectiveProblemDefinition.cs" />
     
    144145    <Compile Include="Operators\MultiEncodingManipulator.cs" />
    145146    <Compile Include="Operators\MultiEncodingCrossover.cs" />
     147    <Compile Include="Operators\MultiEncodingOperator.cs" />
    146148    <Compile Include="Operators\SingleObjectiveMoveEvaluator.cs" />
    147149    <Compile Include="Operators\SingleObjectiveMoveGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.