Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/19 14:06:00 (6 years ago)
Author:
abeham
Message:

#2521: Refactored external evaluation problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.ExternalEvaluation/3.4/HeuristicLab.Problems.ExternalEvaluation-3.4.csproj

    r16723 r16816  
    137137    <Compile Include="Interfaces\IMultiObjectiveOptimizationSupport.cs" />
    138138    <Compile Include="MultiObjectiveExternalEvaluationProblem.cs" />
    139     <Compile Include="ExternalEvaluationProblem.cs" />
     139    <Compile Include="ExternalEvaluationProblemInstances.cs" />
     140    <Compile Include="SingleObjectiveExternalEvaluationProblem.cs" />
    140141    <Compile Include="Interfaces\IEvaluationServiceClient.cs" />
    141142    <Compile Include="Interfaces\IEvaluationChannel.cs" />
     
    144145    <Compile Include="Plugin.cs" />
    145146    <Compile Include="Programmable\CompiledOptimizationSupport.cs" />
    146     <Compile Include="Programmable\CompiledMultiObjectiveOptimizationSupport.cs" />
    147     <Compile Include="Programmable\CompiledSingleObjectiveOptimizationSupport.cs" />
    148     <Compile Include="Programmable\MultiObjectiveOptimizationSupportScript.cs" />
     147    <Content Include="Programmable\MultiObjective\CompiledMultiObjectiveOptimizationSupport.cs" />
     148    <Content Include="Programmable\SingleObjective\CompiledSingleObjectiveOptimizationSupport.cs" />
     149    <Compile Include="Programmable\MultiObjective\MultiObjectiveOptimizationSupportScript.cs" />
    149150    <Compile Include="Programmable\OptimizationSupportScript.cs" />
    150     <Compile Include="Programmable\SingleObjectiveOptimizationSupportScript.cs" />
     151    <Compile Include="Programmable\SingleObjective\SingleObjectiveOptimizationSupportScript.cs" />
    151152    <Compile Include="Programmable\OptimizationSupportScriptException.cs" />
    152153    <Compile Include="Programmable\Templates.Designer.cs">
     
    187188      <Generator>ResXFileCodeGenerator</Generator>
    188189      <LastGenOutput>Templates.Designer.cs</LastGenOutput>
     190      <SubType>Designer</SubType>
    189191    </EmbeddedResource>
    190192  </ItemGroup>
     
    218220      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
    219221      <Name>HeuristicLab.Data-3.3</Name>
     222      <Private>False</Private>
     223    </ProjectReference>
     224    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
     225      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
     226      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
     227      <Private>False</Private>
     228    </ProjectReference>
     229    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
     230      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
     231      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
     232      <Private>False</Private>
     233    </ProjectReference>
     234    <ProjectReference Include="..\..\HeuristicLab.Encodings.LinearLinkageEncoding\3.4\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj">
     235      <Project>{be698769-975a-429e-828c-72bb2b6182c8}</Project>
     236      <Name>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</Name>
     237      <Private>False</Private>
     238    </ProjectReference>
     239    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
     240      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
     241      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
     242      <Private>False</Private>
     243    </ProjectReference>
     244    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
     245      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
     246      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
     247      <Private>False</Private>
     248    </ProjectReference>
     249    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
     250      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
     251      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    220252      <Private>False</Private>
    221253    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.