Skip to content

1- CCVRP optimization with GA, ACS(ACO). 2- Functional Value optimization with PSO

Notifications You must be signed in to change notification settings

salehafzoon/Advanced_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced_Algorithms

  • CCVRP optimization with GA, ACS(ACO).
  • Functional Value optimization with PSO

Problem Description

CCVRP :

We are given n − 1 nodes, one depot and distances from the nodes to the depot, as well as between nodes. In addition to the Classical CVRP, a cluster should be visited by only one truck and this visit cannot be split (once a truck starts to visit a cluster, it should complete the visit of all nodes in that cluster). The problem is to find tours for the trucks of minimal total length that satisfy the node demand without violating the truck capacity constraint and the clustering constraints.

About

1- CCVRP optimization with GA, ACS(ACO). 2- Functional Value optimization with PSO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages