Description: This file contains a complete project on implementing mixed Genetic and Simulated Annealing alghorithms in try of solving Floorplan Design problems. In the code you can easily change some basic functions as population, temprature, it s changes. You can also try to change the ratio between genetic and anneling algorithms. The output of program gives you some basic comparision between GA and GSA algorithm ( time and best found solution)
File list (Check if you may need any files):
GSA_Project\Debug\GSA_Project.exe
...........\.....\GSA_Project.ilk
...........\.....\GSA_Project.pdb
...........\GSA_Project\Debug\BuildLog.htm
...........\...........\.....\GSA.obj
...........\...........\.....\GSA_Project.exe.embed.manifest
...........\...........\.....\GSA_Project.exe.embed.manifest.res
...........\...........\.....\GSA_Project.exe.intermediate.manifest
...........\...........\.....\instancja.obj
...........\...........\.....\listakosztu.obj
...........\...........\.....\main.obj
...........\...........\.....\mt.dep
...........\...........\.....\punkt.obj
...........\...........\.....\timer.obj
...........\...........\.....\vc90.idb
...........\...........\.....\vc90.pdb
...........\...........\GSA.cpp
...........\...........\GSA.h
...........\...........\GSA_Project.vcproj
...........\...........\GSA_Project.vcproj.Magi.Kinder112.user
...........\...........\instancja.cpp
...........\...........\instancja.h
...........\...........\listakosztu.cpp
...........\...........\listakosztu.h
...........\...........\main.cpp
...........\...........\punkt.cpp
...........\...........\punkt.h
...........\...........\Release\BuildLog.htm
...........\...........\.......\GSA.obj
...........\...........\.......\GSA_Project.exe.intermediate.manifest
...........\...........\.......\instancja.obj
...........\...........\.......\listakosztu.obj
...........\...........\.......\main.obj
...........\...........\.......\mt.dep
...........\...........\.......\punkt.obj
...........\...........\.......\timer.obj
...........\...........\.......\vc90.idb
...........\...........\.......\vc90.pdb
...........\...........\timer.cpp
...........\...........\timer.h
...........\GSA_Project.ncb
...........\GSA_Project.sln
...........\GSA_Project.suo
...........\Release\GSA_Project.exe
...........\.......\GSA_Project.pdb
...........\GSA_Project\Debug
...........\...........\Release
...........\Debug
...........\GSA_Project
...........\Release
GSA_Project