中文说明:
贪婪随机自适应搜索法(GRASP),使用随机化的最小最小完成时间算法来产生问题的初始解,再通过变邻域下降算法来改进这个解。
English Description:
Greedy random adaptive search method (grasp) uses the randomized minimum completion time algorithm to generate the initial solution of the problem, and then uses the variable neighborhood descent algorithm to improve the solution.