行业技术-用GA解VRP.docVIP

  • 1
  • 0
  • 约3.46万字
  • 约 33页
  • 2016-11-22 发布于江苏
  • 举报
【程序的算法单元delphi写的】 unit uEA; interface uses uUtilsEA, uIEA, uITSP, Classes, GaPara, windows, SysUtils, fEA_TSP; type TIndividual = class(TInterfacedObject, IIndividual) private // The internally stored fitness value fFitness: TFloat; fWeConstrain: integer; fBackConstrain: integer; fTimeConstrain: integer; procedure SetFitness(const Value: TFloat); function GetFitness: TFloat; function GetWeConstrain: integer; procedure SetWeConstrain(const Value: integer); procedure SetBackConstrain(const Value: integer); function GetBackConstrain: integer; function GetTimeConstrain: integer; procedure SetT

文档评论(0)

1亿VIP精品文档

相关文档