Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/24/11 10:12:39 (13 years ago)
Author:
cneumuel
Message:

#1215

  • minor bugfixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.MetaOptimization.Test/Program.cs

    r5357 r5361  
    5151      //TestCombinations3();
    5252      //TestEnumeratorCollectionEnumerator();
    53       //TestCombinations4(); return;
     53      TestCombinations4(); return;
    5454      //TestAlgorithmPerformanceIssue();
    5555      //TestWaitAny();
     
    406406      ConfigurePopulationSize(vc, 20, 100, 20);
    407407      //ConfigureMutationRate(vc, 0.10, 0.60, 0.10);
    408       //ConfigureMutationOperator(vc);
    409       ConfigureSelectionOperator(vc, true);
     408      ConfigureMutationOperator(vc);
     409      //ConfigureSelectionOperator(vc, true);
    410410
    411411      int count = 0;
     
    653653        mutationOperator.ValueConfigurations.SetItemCheckedState(multiMutator, false);
    654654      }
     655
     656      // add another normal
     657      mutationOperator.ValueConfigurations.Add(new ValueConfiguration(new NormalAllPositionsManipulator(), typeof(NormalAllPositionsManipulator)), true);
    655658    }
    656659
Note: See TracChangeset for help on using the changeset viewer.