Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/19 22:33:44 (5 years ago)
Author:
abeham
Message:

#2521: reverted r14429

Location:
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Problem.cs

    r14429 r16532  
    8181    }
    8282
    83     // TODO: There is no way to access the Operators collection other than through OperatorParameter.Value
     83
    8484    protected override IEnumerable<IItem> GetOperators() {
    8585      if (Encoding == null) return base.GetOperators();
  • branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r14429 r16532  
    120120  </ItemGroup>
    121121  <ItemGroup>
    122     <Compile Include="Algorithms\SingleObjective\HeuristicAlgorithmContext.cs" />
    123122    <Compile Include="Algorithms\BasicAlgorithm.cs" />
    124     <Compile Include="Algorithms\SingleObjective\HeuristicAlgorithm.cs" />
    125     <Compile Include="Algorithms\AlgorithmContext.cs" />
    126     <Compile Include="Algorithms\SingleObjective\SingleObjectiveSolutionScope.cs" />
    127123    <Compile Include="BasicProblems\CombinedSolution.cs" />
    128124    <Compile Include="BasicProblems\Interfaces\IMultiEncodingOperator.cs" />
     
    174170    <Compile Include="MetaOptimizers\Experiment.cs" />
    175171    <Compile Include="MetaOptimizers\TimeLimitRun.cs" />
    176     <Compile Include="NewInfrastructure\Interfaces.cs" />
    177172    <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" />
    178173    <Compile Include="Plugin.cs" />
     
    317312      <Private>False</Private>
    318313    </ProjectReference>
    319     <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    320       <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    321       <Name>HeuristicLab.Random-3.3</Name>
    322     </ProjectReference>
    323314  </ItemGroup>
    324315  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.