Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/10 22:31:40 (14 years ago)
Author:
abeham
Message:

#866

  • Updated ExternalEvaluationProblem
  • Removed the custom crossover, manipulator, and solution creator (they're replaced with the UserDefined ones)
  • Renamed all drivers to channels
  • Added a client that takes the role of the previous driver
  • Moved the BestScopeSolutionAnalyzer into Analysis (it's a generic operator after all)
Location:
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3
Files:
6 added
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3/HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj

    r3865 r3872  
    8383  </ItemGroup>
    8484  <ItemGroup>
    85     <Compile Include="ExternalEvaluationProcessDriverView.cs">
     85    <Compile Include="EvaluationServiceClientView.cs">
    8686      <SubType>UserControl</SubType>
    8787    </Compile>
    88     <Compile Include="ExternalEvaluationProcessDriverView.Designer.cs">
    89       <DependentUpon>ExternalEvaluationProcessDriverView.cs</DependentUpon>
     88    <Compile Include="EvaluationServiceClientView.Designer.cs">
     89      <DependentUpon>EvaluationServiceClientView.cs</DependentUpon>
     90    </Compile>
     91    <Compile Include="EvaluationProcessChannelView.cs">
     92      <SubType>UserControl</SubType>
     93    </Compile>
     94    <Compile Include="EvaluationProcessChannelView.Designer.cs">
     95      <DependentUpon>EvaluationProcessChannelView.cs</DependentUpon>
    9096    </Compile>
    9197    <Compile Include="HeuristicLabProblemsExternalEvaluationViewsPlugin.cs" />
     
    126132  </ItemGroup>
    127133  <ItemGroup>
    128     <EmbeddedResource Include="ExternalEvaluationProcessDriverView.resx">
    129       <DependentUpon>ExternalEvaluationProcessDriverView.cs</DependentUpon>
     134    <EmbeddedResource Include="EvaluationProcessChannelView.resx">
     135      <DependentUpon>EvaluationProcessChannelView.cs</DependentUpon>
     136    </EmbeddedResource>
     137    <EmbeddedResource Include="EvaluationServiceClientView.resx">
     138      <DependentUpon>EvaluationServiceClientView.cs</DependentUpon>
    130139    </EmbeddedResource>
    131140  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.