Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/29/15 10:14:30 (10 years ago)
Author:
pfleck
Message:

#2027 Fixed small bugs and typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TerminationCriteria/HeuristicLab.Termination/3.3/ExecutionTimeTimeTerminationCriterion.cs

    r12328 r12355  
    5252    public ExecutionTimeTimeTerminationCriterion(IExecutable executable, TimeSpan maximumExecutionTime) {
    5353      this.executable = executable;
    54       Parameters.Add(new ValueParameter<TimeSpanValue>("MaximumExecutionTime", "The maximum execution time of an algortihm.", new TimeSpanValue(TimeSpan.FromMinutes(10))));
     54      Parameters.Add(new ValueParameter<TimeSpanValue>("MaximumExecutionTime", "The maximum execution time of an algortihm.", new TimeSpanValue(maximumExecutionTime)));
    5555    }
    5656
Note: See TracChangeset for help on using the changeset viewer.