Skip to content

mz-mohammadi/VNF_Placement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A solution to VNFP problem in Python Here a new algorithm proposed to solve VNF placement problem is presented:Drops Optimization Algorithm (DSO) To have a comparison, some conventional previous algorithms are implemented, as well: GWO, PSO, WOA, IEGWO, and ILP To evaluate the implemented algorithms, some networks from topology-zoo.org are used. The project contains these files: optimizer: the main module which should be run DSO: the DSO algorithm GWO: the GWO algorithm PSO: the PSO algorithm WOA: the WOA algorithm IEGWO: the IEGWO algorithm networks: description of networks some modules which are required: ARP, benchmarks, dijkstra, dijkstra_serv, solution the parameters of the network capacities and VNF requirements: excel files

the output is an excel file for each network

About

A solution to VNF placement problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages