• 大小: 44KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-12
  • 语言: 其他
  • 标签: 非支配树  

资源简介

ND_Tree_based update_a Fast Algorithm for the Dynamic Non-Dominance Problem的程序复现

资源截图

代码片段和文件信息

// Copyright (C) 2015-17 Andrzej Jaszkiewicz

#include “global.h“

long long fpc;

int distanceChecks;

/** Number of objectives */
int NumberOfobjectives = 0;

/** Vector of objectives descriptions */
vector jective> objectives;

/** Number of constraints */
unsigned int NumberOfConstraints = 0;

/** Vector of constraints descriptions */
vector  Constraints;

/** Number of recombinations */
int NumberOfRecombinations;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-08-28 10:16  .vs\ND-Tree\
     目录           0  2017-08-28 10:16  .vs\ND-Tree\v14\
     文件      138240  2017-09-07 12:40  .vs\ND-Tree\v14\.suo
     文件         462  2017-09-07 12:30  global.cpp
     文件        1931  2017-09-07 12:30  global.h
     文件       50134  2017-09-07 12:35  Main.cpp
     文件       15150  2017-09-07 12:30  mfront.h
     文件       15130  2017-09-07 12:30  mfront2.h
     文件        5240  2017-09-01 19:03  momhsolution.h
     文件        8109  2017-09-02 08:48  mTSP_PLS\mTSP_PLS.vcxproj
     文件        1736  2017-09-07 12:08  ND-Tree.sln
     文件        2369  2017-09-01 19:18  nondominatedset.h
     文件         791  2017-09-01 19:51  problem.h
     文件          99  2016-10-28 14:50  quadtree.cpp
     文件       14217  2017-09-07 12:30  quadtree.h
     文件        2586  2017-09-07 12:08  solution.cpp
     文件        2370  2017-09-07 12:32  solution.h
     文件        2593  2017-09-07 12:17  solutionsset.cpp
     文件        1676  2017-09-01 19:51  solutionsset.h
     文件       11631  2017-09-07 12:35  tlistset.cpp
     文件        2308  2017-09-01 19:51  tlistset.h
     文件         138  2017-09-07 12:35  ttreeset.cpp
     文件       13980  2017-09-07 12:32  ttreeset.h

评论

共有 条评论

相关资源