Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/11 17:25:35 (13 years ago)
Author:
jhelm
Message:

#1329: Implemented PriorityRulesVector based encoding and added new operators to the JSMEncoding. Added Gantt-Charts for visualization of schedules and problems.

Location:
branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/MakespanEvaluator.cs

    r6121 r6177  
    3434  [Item("Makespan Evaluator", "Represents an evaluator using the maximum makespan of a schedule.")]
    3535  [StorableClass]
    36   public class MakespanEvaluator : JSSPEvaluator, IStochasticOperator {
     36  public class MakespanEvaluator : JSSPEvaluator {
    3737    [StorableConstructor]
    3838    protected MakespanEvaluator(bool deserializing) : base(deserializing) { }
     
    4444    }
    4545
    46    
    47 
    4846    public MakespanEvaluator () : base () { }
    49 
    5047
    5148    protected override DoubleValue evaluate(Schedule schedule) {
Note: See TracChangeset for help on using the changeset viewer.