Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/11 12:25:39 (13 years ago)
Author:
gkronber
Message:

#1553: disabled SubroutineDeleter and ArgumentDeleter operators in the artificial ant sample.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/Tests/GeneticAlgorithmSamplesTest.cs

    r6441 r6442  
    159159      mutator.Operators.SetItemCheckedState(mutator.Operators
    160160        .OfType<OnePointShaker>()
     161        .Single(), false);
     162      mutator.Operators.SetItemCheckedState(mutator.Operators
     163        .OfType<ArgumentDeleter>()
     164        .Single(), false);
     165      mutator.Operators.SetItemCheckedState(mutator.Operators
     166        .OfType<SubroutineDeleter>()
    161167        .Single(), false);
    162168      #endregion
Note: See TracChangeset for help on using the changeset viewer.