Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/06/12 04:29:56 (12 years ago)
Author:
abeham
Message:

#1614: restructured architecture to allow for different evaluator with different penalty strategies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj

    r7813 r7970  
    105105    <Compile Include="Analyzers\GQAPPopulationDiversityAnalyzer.cs" />
    106106    <Compile Include="Analyzers\GQAPSolutionArchiveAnalyzer.cs" />
     107    <Compile Include="Evaluators\GQAPPenaltyLevelEvaluator.cs" />
     108    <Compile Include="Evaluators\GQAPEvaluator.cs" />
    107109    <Compile Include="Evaluators\GQAPNMoveEvaluator.cs" />
    108110    <Compile Include="GQAPAssignment.cs" />
     111    <Compile Include="Interfaces\IEvaluatorAwareGQAPOperator.cs" />
    109112    <Compile Include="Operators\Crossovers\CordeauCrossover.cs" />
    110113    <Compile Include="SolutionCreators\SlackMinimizationSolutionCreator.cs" />
     
    115118    <Compile Include="SolutionCreators\RandomSolutionCreator.cs" />
    116119    <None Include="Plugin.cs.frame" />
    117     <Compile Include="Evaluators\GQAPEvaluator.cs" />
     120    <Compile Include="Evaluators\GQAPAdditivePenaltyEvaluator.cs" />
    118121    <Compile Include="GeneralizedQuadraticAssignmentProblem.cs" />
    119122    <Compile Include="GQAPAssignmentArchive.cs" />
     
    130133    <Compile Include="Interfaces\IGQAPEvaluator.cs" />
    131134    <Compile Include="Interfaces\IQualityAwareGQAPOperator.cs" />
    132     <Compile Include="Interfaces\IOverbookedCapacityPenaltyAwareGQAPOperator.cs" />
     135    <Compile Include="Interfaces\IExpectedRandomQualityAwareGQAPOperator.cs" />
    133136    <Compile Include="Interfaces\ITransportationCostsAwareGQAPOperator.cs" />
    134137    <Compile Include="Interfaces\IInstallationCostsAwareGQAPOperator.cs" />
Note: See TracChangeset for help on using the changeset viewer.