Description: Greedy randomized adaptive search method (GRASP), the minimum use of randomized algorithm to generate the minimum completion time of the initial solutions of the problem, and through the variable neighborhood descent algorithm to improve the solution.
File list (Check if you may need any files):
贪婪随机自适应搜索法(GRASP)\cgrasp.m
...........................\fibonacciNumber.m
...........................\fibonaccisearch.m
...........................\license.txt
...........................\modTernary.m
...........................\mydec2base.m
贪婪随机自适应搜索法(GRASP)