Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/26/16 01:54:34 (7 years ago)
Author:
abeham
Message:

#2708: added binary version of mempr with new concepts of scope in basic alg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ScopedBasicAlgorithm/HeuristicLab.Random/3.3/RandomEnumerable.cs

    r14185 r14420  
    212212    }
    213213
    214     private static double[] PrepareProportional(IEnumerable<double> weights, bool windowing, bool inverseProportional) {
     214    public static double[] PrepareProportional(IEnumerable<double> weights, bool windowing, bool inverseProportional) {
    215215      double maxValue = double.MinValue, minValue = double.MaxValue;
    216216      double[] valueArray = weights.ToArray();
Note: See TracChangeset for help on using the changeset viewer.