菜单
  

    tabu add(x, y) = iter + tabu add tenure

    tabu delete(x, y) = iter + tabu delete tenure

    We assign positive penalties to edges in tabu status, which means they are forbidden by the recency memory.

    A TS restriction is overridden by aspiration if the outcome of the move under consideration is sufficiently desirable. This can be achieved by deducting a large number from the total penalty.

    5.3.3  Move Evaluation

    After finding all neighborhood candidate moves, we evaluate these moves so that they are ready for selection. The resulting evaluation value is in two parts: the total profit and the penalties. For our crane scheduling problem, the penalties comprise: (1) Short-term memory penalties which include tabu status penalties as well as aspiration satisfaction “penalties” (2) Long-term memory penalties which include transition measure and residence measure penalties and (3) Penalties for other biases.

    5.3.4  Probabilistic Move Selection

    After evaluating all candidate moves, we select one move to proceed. The fundamental idea of move selection is to choose the best move, i.e., choose the move with the highest evaluation. However, we found that this greedy selection strategy is strongly biased. We therefore made adjustments using probabilities. The strategy for a probabilistic move selection is given as follows:

    1. Generate the candidate list and evaluate candidate moves which have described above

    2. Select the move from the candidate list with the highest evaluation value

    3. Accept the move with probability p and exit; otherwise, go to (4). Here, p is a param-

    eter and is set to 0.3 in the algorithm

    4. Remove the move from the candidate list. If the list is empty, accept the first move of

    the original candidate list and exit. Otherwise, go to (2).

    It is easily shown that the probability of choosing one of the best k moves is 1 − (1 − p)k, which is large even if p is not large. For example, if p is 0.25, the probability of choosing the best 5 moves is 0.763, the best 10 moves is 0.944. We can therefore choose relatively high evaluation moves while avoiding favoring those with highest evaluations always.

    5.4  SWO with Local Search Approach

    “Squeaky Wheel” Optimization (SWO) is a general approach to optimization and consists of a Construct-Analyze-Prioritize cycle at its core. The Analyzer will assign a numerical ”blame” value to the problem elements that contribute to shortcomings in the current solution. The Prioritizer will modify sequences of problem elements and elements that received blame are moved to the front of the sequence. The higher the blame, the further the element is moved. The Constructor deals with problem elements according to the modified sequence in the next iteration. The cycle repeats until a termination condition is satisfied.

    The SWO algorithm has been effective in job scheduling and graph coloring problems and outperforms TS and integer programming  in some applications. Although SWO strives to avoid getting trapped in local optima by changing the sequence in the Prioritizer, blame values can trap SWO in small cycles. In SWO, there are tasks that must be handled badly locally in order to achieve a good overall solution. However, the Analyzer always assigns high blames to these tasks to force the Constructor handle them first in the next iteration which can be a disadvantage.

    To overcome these weaknesses, we developed an enhanced SWO framework. In this framework, we first obtain a greedy solution from the Constructor, perform a local search on the solution, and then try to find a better solution in the local solution space. 

    Local search can improve the SWO heuristic in the following ways:

    Unlike the traditional heuristic search methods such as TS and Simulated Annealing, SWO is sensitive to the sequence of problem elements rather than the objective function. Omitting the objective function may cause the final solution to be inferior. However, local search compensates this by causing moves to neighbors with higher objective function values.

  1. 上一篇:残余应力状态的影响刀具寿命英文文献和中文翻译
  2. 下一篇:噪音工程齿轮模型英文文献和中文翻译
  1. 绿色建筑与室内空气质量英文献和中文翻译

  2. 内河运输船舶碰撞与搁浅...

  3. 产业集群与城市化英文文献和中文翻译

  4. 轴承的摩擦与润滑英文文献和中文翻译

  5. 承载力的立足点在斜坡带...

  6. 国际工程项目组织与管理英文文献和参考文献

  7. 计算机语言性能与分析英文文献和中文翻译

  8. 大众媒体对公共政策制定的影响

  9. 中考体育项目与体育教学合理结合的研究

  10. 酸性水汽提装置总汽提塔设计+CAD图纸

  11. 河岸冲刷和泥沙淤积的监测国内外研究现状

  12. 电站锅炉暖风器设计任务书

  13. 当代大学生慈善意识研究+文献综述

  14. 乳业同业并购式全产业链...

  15. 十二层带中心支撑钢结构...

  16. java+mysql车辆管理系统的设计+源代码

  17. 杂拟谷盗体内共生菌沃尔...

  

About

751论文网手机版...

主页:http://www.751com.cn

关闭返回