Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/11 09:28:34 (13 years ago)
Author:
abeham
Message:

#1330

  • Adapted QAP to new problem base class structure
  • Fixed a bug in a view
  • Merged changes from Optimization plugin into branch
Location:
branches/QAP/HeuristicLab.Optimization/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/QAP/HeuristicLab.Optimization/3.3

  • branches/QAP/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r5785 r5811  
    142142    <Compile Include="BatchRun.cs" />
    143143    <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" />
     144    <Compile Include="HeuristicOptimizationEngineAlgorithm.cs" />
    144145    <Compile Include="Interfaces\IGlobalParticleUpdater.cs" />
    145146    <Compile Include="Interfaces\ILocalImprovementOperator.cs" />
    146147    <Compile Include="Interfaces\ILocalParticleUpdater.cs" />
     148    <Compile Include="HeuristicOptimizationAlgorithm.cs" />
     149    <Compile Include="MultiObjectiveHeuristicOptimizationProblem.cs" />
     150    <Compile Include="HeuristicOptimizationProblem.cs" />
     151    <Compile Include="SingleObjectiveHeuristicOptimizationProblem.cs" />
     152    <Compile Include="Interfaces\IHeuristicOptimizationProblem.cs" />
    147153    <Compile Include="Interfaces\IMultiAnalyzer.cs" />
    148154    <Compile Include="Interfaces\IIterationBasedOperator.cs" />
     
    152158    <Compile Include="Interfaces\ITopologyInitializer.cs" />
    153159    <Compile Include="Interfaces\ITopologyUpdater.cs" />
    154     <Compile Include="MultiObjectiveProblem.cs" />
     160    <Compile Include="Interfaces\IMultiObjectiveHeuristicOptimizationProblem.cs" />
     161    <Compile Include="Interfaces\ISingleObjectiveHeuristicOptimizationProblem.cs" />
    155162    <Compile Include="Problem.cs" />
    156163    <Compile Include="RunCollectionConstraints\RunCollectionComparisonConstraint.cs" />
     
    188195    <Compile Include="Interfaces\IReducer.cs" />
    189196    <Compile Include="Interfaces\ISelector.cs" />
    190     <Compile Include="Interfaces\IMultiObjectiveProblem.cs" />
    191197    <Compile Include="Interfaces\IMultiObjectiveEvaluator.cs" />
    192198    <Compile Include="Interfaces\IAlgorithm.cs" />
     
    196202    <Compile Include="Interfaces\IProblem.cs" />
    197203    <Compile Include="Interfaces\ISingleObjectiveEvaluator.cs" />
    198     <Compile Include="Interfaces\ISingleObjectiveProblem.cs" />
    199204    <Compile Include="Interfaces\ISolutionCreator.cs" />
    200205    <Compile Include="Interfaces\IStochasticOperator.cs" />
     
    202207    <Compile Include="Interfaces\ITabuMaker.cs" />
    203208    <Compile Include="Result.cs" />
    204     <Compile Include="SingleObjectiveProblem.cs" />
    205209    <Compile Include="UserDefinedAlgorithm.cs" />
    206210    <Compile Include="EngineAlgorithm.cs" />
Note: See TracChangeset for help on using the changeset viewer.