Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8774


Ignore:
Timestamp:
10/10/12 11:24:59 (12 years ago)
Author:
ascheibe
Message:

#1331 fixed parameters of the random number generator so that the seed can be set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.ScatterSearch/3.3/ScatterSearch.cs

    r8746 r8774  
    204204      randomCreator.RandomParameter.ActualName = "Random";
    205205      randomCreator.SeedParameter.ActualName = SeedParameter.Name;
     206      randomCreator.SeedParameter.Value = null;
    206207      randomCreator.SetSeedRandomlyParameter.ActualName = SetSeedRandomlyParameter.Name;
     208      randomCreator.SetSeedRandomlyParameter.Value = null;
    207209      randomCreator.Successor = solutionsCreator;
    208210
Note: See TracChangeset for help on using the changeset viewer.