Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/01/14 13:36:29 (10 years ago)
Author:
pfleck
Message:

#2208

  • Updated InstanceProvider reference
  • Avoid evaluation in OrienteeringLocalImprovementOperator when no local iterations are performed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances.Orienteering/3.3/SchildeInstanceProvider.cs

    r11319 r11323  
    3838    }
    3939    public override string ReferencePublication {
    40       get { return "Metaheuristics for the bi-objective orienteering problem (Michael Schilde, Karl F. Doerner, Richard F. Hartl, Guenter Kiechle)"; }
     40      get {
     41        return @"Michael Schilde, Karl F. Doerner, Richard F. Hartl, Guenter Kiechle. 2009.
     42Metaheuristics for the bi-objective orienteering problem.
     43Swarm Intelligence, Volume 3, Issue 3, pp 179-201.";
     44      }
    4145    }
    4246    public override Uri WebLink {
Note: See TracChangeset for help on using the changeset viewer.