Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/06/15 14:02:40 (9 years ago)
Author:
pfleck
Message:

#2269 Fixed wrong parameter descriptions.

File:
1 edited

Legend:

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

    r13127 r13128  
    7070          var individuals = prevScope.SubScopes;
    7171          foreach (var individual in individuals) {
    72             targetScope.SubScopes.Add((IScope)individual.Clone(new Cloner()));
     72            targetScope.SubScopes.Add((IScope)individual.Clone());
    7373          }
    7474        }
Note: See TracChangeset for help on using the changeset viewer.