You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructions to run this code of BSA(Backtacking Search Algorithm)
1. Requirements:
-To run the code you should use the latest updated version of Visual Studio 2013 with all the Service Packs installed in it.
-The code will work on any machine having VS2013 installed in it.
-The code will debug in both Win32 and x64 configurations without any discrepancies.
2. How to test the code for Demonstration
-User is required to enter the demaded values and make certain choices of the functions
-The code will automatically generate the corressponding desired result with few seconds or minutes depending upon the number of cycles. population size, dimension and other parameters enterd by you.
-The results obtained solely corresponds to the implemented BSA algorithm and not by any brute force or other mechanisms.