Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/20 16:30:40 (4 years ago)
Author:
kyang
Message:

#3055: Fixed the bug of "no reference point" on real-world test problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3055_SMSEMOA/HeuristicLab.Algorithms.SMSEMOA/3.4/SMSEMOAAlgorithm.cs

    r17425 r17440  
    103103      var analyzer = Analyzer;
    104104      var rand = RandomParameter.Value;
    105       int lambda = 1;            // the size of offspring
     105      //int lambda = 1;            // the size of offspring
     106      var lambda = Lambda.Value;
    106107      //int indexOffspring = 0;    // the index of offspring to be generated
    107108
Note: See TracChangeset for help on using the changeset viewer.