Which is better genetic algorithm and ant-colony optimisation for solving tsp?stackoverflow?
Answers
Answered by
0
The fundamental idea underlying ACORACOR is the shift from using a discrete probability distribution to using a continuous one...
That is instead of remembering pheromone value in discrete boxes, you remember in a form of probability distribution function (PDF) that is parameterized for updates. The moving of the ants (solution points) is also continuous. The ants move random directions across the dimensions of solution space
That is instead of remembering pheromone value in discrete boxes, you remember in a form of probability distribution function (PDF) that is parameterized for updates. The moving of the ants (solution points) is also continuous. The ants move random directions across the dimensions of solution space
Similar questions