Free cookie consent management tool by TermsFeed Policy Generator

Changeset 462


Ignore:
Timestamp:
08/07/08 08:40:13 (16 years ago)
Author:
gkronber
Message:
  • implemented simple operator to create sub-scopes with variable injectors that inject different double values
  • implemented operator that takes a list of operators and combines them to a sequence (in a CombinedOperator)

(ticket #203 (Operator to create agents with different settings)

Location:
trunk/sources/HeuristicLab.CEDMA.Operators
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj

    r403 r462  
    5454  </ItemGroup>
    5555  <ItemGroup>
     56    <Compile Include="SequentialComposer.cs" />
     57    <Compile Include="DoubleRangeVariableInjector.cs" />
    5658    <Compile Include="ScopeResultWriter.cs" />
    5759    <Compile Include="HeuristicLabCedmaOperatorsPlugin.cs" />
     
    7577      <Name>HeuristicLab.Data</Name>
    7678    </ProjectReference>
     79    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
     80      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
     81      <Name>HeuristicLab.Operators</Name>
     82    </ProjectReference>
    7783    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    7884      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
  • trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLabCedmaOperatorsPlugin.cs

    r403 r462  
    3131  [Dependency(Dependency = "HeuristicLab.Core")]
    3232  [Dependency(Dependency = "HeuristicLab.Data")]
     33  [Dependency(Dependency = "HeuristicLab.Operators")]
    3334  public class HeuristicLabCedmaOperatorsPlugin : PluginBase {
    3435  }
Note: See TracChangeset for help on using the changeset viewer.