Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/10 17:27:21 (14 years ago)
Author:
abeham
Message:

Changed StochasticMultiOperator to StochasticMultiBranch and adapted all operators #997

File:
1 edited

Legend:

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

    r3591 r3593  
    9292    <Compile Include="Assigner.cs" />
    9393    <Compile Include="AlgorithmOperator.cs" />
    94     <Compile Include="StochasticMultiOperator.cs" />
    9594    <Compile Include="MultiOperator.cs" />
    9695    <Compile Include="Operator.cs" />
     
    9998    <Compile Include="ScopeCleaner.cs" />
    10099    <Compile Include="StochasticBranch.cs" />
    101     <Compile Include="StochasticMultiBranch.cs" />
     100    <Compile Include="StochasticMultiBranch.cs">
     101      <SubType>Code</SubType>
     102    </Compile>
    102103    <Compile Include="SubScopesCreator.cs" />
    103104    <Compile Include="SubScopesMixer.cs" />
Note: See TracChangeset for help on using the changeset viewer.