Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/15 21:38:28 (9 years ago)
Author:
abeham
Message:

#2174:

  • Added possibility to define neighborhood and analyze function for external evaluation problems
Location:
branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4

    • Property svn:ignore
      •  

        old new  
        55*.vs10x
        66Plugin.cs
         7*.DotSettings
  • branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/HeuristicLab.Problems.ExternalEvaluation-3.4.csproj

    r11892 r11893  
    105105      <Private>False</Private>
    106106    </Reference>
     107    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     108      <SpecificVersion>False</SpecificVersion>
     109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
     110      <Private>False</Private>
     111    </Reference>
    107112    <Reference Include="System" />
    108113    <Reference Include="System.Core">
     
    138143    <Compile Include="Interfaces\IEvaluationChannel.cs" />
    139144    <Compile Include="Interfaces\IItemToSolutionMessageConverter.cs" />
     145    <Compile Include="Interfaces\ISingleObjectiveOptimizationSupport.cs" />
    140146    <Compile Include="Plugin.cs" />
     147    <Compile Include="Programmable\CompiledOptimizationSupport.cs" />
     148    <Compile Include="Programmable\CompiledSingleObjectiveOptimizationSupport.cs" />
     149    <Compile Include="Programmable\SingleObjectiveOptimizationSupportScript.cs" />
     150    <Compile Include="Programmable\SingleObjectiveOptimizationSupportScriptException.cs" />
     151    <Compile Include="Programmable\Templates.Designer.cs">
     152      <AutoGen>True</AutoGen>
     153      <DesignTime>True</DesignTime>
     154      <DependentUpon>Templates.resx</DependentUpon>
     155    </Compile>
    141156    <Compile Include="Properties\AssemblyInfo.cs" />
    142157    <None Include="Properties\AssemblyInfo.cs.frame" />
     
    234249      <Install>true</Install>
    235250    </BootstrapperPackage>
     251  </ItemGroup>
     252  <ItemGroup>
     253    <EmbeddedResource Include="Programmable\Templates.resx">
     254      <Generator>ResXFileCodeGenerator</Generator>
     255      <LastGenOutput>Templates.Designer.cs</LastGenOutput>
     256    </EmbeddedResource>
    236257  </ItemGroup>
    237258  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.