OPTION 1 – PATH RELINKING
We developed in the class a Visual Basic code that implements a GRASP for the Maximum Diversity Problem. This code solved an instance with 100 elements. You have to adapt it to solve the 5 instances of size 500 that you can find in the course folder. You have to test different values of the alpha parameter and report the associated results. You have to develop a method to create paths between elite solutions collected with the application of the GRASP. Paths are obtained in a similar way than standard local search but with a specific target (guiding solution), as determined by the Path Relinking methodology.
OPTION 2 –TABU SEARCH
You have to create a code that implements a TABU SEARCH for the Maximum Diversity Problem. You can use the pseudocode outline below for your own implementation. This code has to solve the 5 instances of size 500 that you can find in the course folder. You have to test different values of the tabu tenure parameter and report the associated results.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme