Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/23/11 12:47:33 (13 years ago)
Author:
cneumuel
Message:

#1215

  • changed ordering of parameter combinations to make them better readable
  • changed handling of invalid parameter settings from penalty approach to repair approach
File:
1 edited

Legend:

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

    r5340 r5357  
    3939    static void Main(string[] args) {
    4040      ContentManager.Initialize(new PersistenceContentManager());
    41 
     41     
    4242      //TestTableBuilder();
    4343      //TestShorten();
     
    5151      //TestCombinations3();
    5252      //TestEnumeratorCollectionEnumerator();
    53       //TestCombinations4();
     53      //TestCombinations4(); return;
    5454      //TestAlgorithmPerformanceIssue();
    5555      //TestWaitAny();
     
    566566      });
    567567
    568       ConfigurePopulationSize(algorithmVc, 12, 100, 1);
     568      ConfigurePopulationSize(algorithmVc, 0, 20, 1);
    569569      //ConfigureMutationRate(algorithmVc, 0.0, 1.0, 0.01);
    570570      //ConfigureMutationOperator(algorithmVc);
    571       ConfigureElites(algorithmVc, 0, 10, 1);
     571      ConfigureElites(algorithmVc, 0, 30, 1);
    572572      //ConfigureSelectionOperator(algorithmVc, true);
    573573      return algorithmVc;
Note: See TracChangeset for help on using the changeset viewer.