Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/20/12 15:02:06 (12 years ago)
Author:
ascheibe
Message:

#1174 removed RandomSeed from Run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBRun.cs

    r7331 r7385  
    2424using System.Drawing;
    2525using System.IO;
    26 using System.Linq;
    2726using HeuristicLab.Common;
    2827using HeuristicLab.Core;
     
    132131      run.ClientId = Guid.Empty;
    133132      run.CreatedDate = createdDate;
    134       run.RandomSeed = Parameters.Where(x => (x.Key == "Seed") && (x.Value is Data.IntValue)).Select(x => ((Data.IntValue)x.Value).Value).FirstOrDefault();
    135133      run.ParameterValues = ConvertToValues(Parameters);
    136134      run.ResultValues = ConvertToValues(Results);
Note: See TracChangeset for help on using the changeset viewer.