Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/10/10 03:39:02 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on parameters and operators
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj

    r2757 r2773  
    8989    <Compile Include="ConditionalBranch.cs" />
    9090    <Compile Include="Comparator.cs" />
     91    <Compile Include="Assigner.cs" />
     92    <Compile Include="MultipleCallsOperator.cs" />
     93    <Compile Include="ParallelSubScopesProcessor.cs" />
     94    <Compile Include="Placeholder.cs" />
     95    <Compile Include="SingleCallOperator.cs" />
     96    <Compile Include="IntCounter.cs" />
    9197    <Compile Include="ScopeCleaner.cs" />
     98    <Compile Include="SequentialSubScopesProcessor.cs" />
     99    <Compile Include="StochasticBranch.cs" />
    92100    <Compile Include="SubScopesRemover.cs" />
    93101    <Compile Include="SubScopesSorter.cs" />
    94102    <Compile Include="DoubleCounter.cs" />
    95     <Compile Include="ParallelProcessor.cs" />
    96103    <Compile Include="UniformParallelSubScopesProcessor.cs" />
    97104    <Compile Include="UniformSequentialSubScopesProcessor.cs" />
    98     <Compile Include="ValueCollector.cs" />
    99     <Compile Include="MultipleSuccessorsOperator.cs" />
    100     <Compile Include="Counter.cs" />
    101105    <Compile Include="EmptyOperator.cs">
    102106      <SubType>Code</SubType>
     
    105109    <Compile Include="Operator.cs" />
    106110    <Compile Include="Properties\AssemblyInfo.cs" />
    107     <Compile Include="SequentialProcessor.cs" />
    108111    <Compile Include="SingleSuccessorOperator.cs" />
    109112    <Compile Include="SubScopesCreater.cs" />
     113    <Compile Include="ValuesCollector.cs" />
    110114    <Compile Include="VariableInjector.cs">
    111115      <SubType>Code</SubType>
Note: See TracChangeset for help on using the changeset viewer.