Implementation of PSO algorithm for vehicle routing problem
Mostrar comentarios más antiguos
Respected Sir/Madam,
I am trying to implement PSO algorithm for capacitated vehicle routing problem and unable to get the idea how to intialize the particles?
1 comentario
Anastasiia Mikula
el 17 de Mayo de 2021
Editada: Anastasiia Mikula
el 17 de Mayo de 2021
I would suggest you to implement this function into your vehicle routing internal system in case you use any in your company. If you don`t, then developing a custom vehicle routing software would be an excellent solution to all types of vehicle routing problems. The benefit of custom development is that this solution will provide the functions that your company requires, including PSO algorithm.
Respuesta aceptada
Más respuestas (2)
cesar djoumessi
el 23 de Sept. de 2021
0 votos
Hello, How to do the optimization with the PSO when we have an objective function which depends on two variables but the limits of variation of the two variables are different? for example -5 <x1 <3 and -100 <x2 <200
1 comentario
ANURAG DEEPAK
el 24 de Sept. de 2021
Dewi
el 3 de Feb. de 2023
0 votos
For CVRP, each particle can be initialized as a random solution to the problem, where each particle represents a different set of routes for the vehicles. It is recommended to experiment with different initialization methods and parameters to find the best solution for your specific problem.
Categorías
Más información sobre Particle Swarm en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!