i am currently doing research on genetic algorithm(implementation GA to solved TSP ).
how to select initialize population in search space?
if my search space is N! (N is no. of city). if i stored this data in any txt, xsl file.
it take a so much time to randomly selection.because it's save in secondary memory. how to solved this problem?
my second problem is : TABU search is local seach. so which one is good for tsp problem GA or TABU.