Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/15 13:35:38 (9 years ago)
Author:
pfleck
Message:

#2350

  • Added the AlpsSsGeneticAlgorithmMainOperator.
  • Changed some minor things.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs

    r12120 r12138  
    309309      var stochasticOperator = @operator as IStochasticOperator;
    310310      if (stochasticOperator != null) {
    311         stochasticOperator.RandomParameter.ActualName = GlobalRandomCreator.RandomParameter.ActualName;
     311        stochasticOperator.RandomParameter.ActualName = "GlobalRandom";
    312312        stochasticOperator.RandomParameter.Hidden = true;
    313313      }
Note: See TracChangeset for help on using the changeset viewer.