Skip to content

There are implementation of some algorithms for service function chain deployment problem.

Notifications You must be signed in to change notification settings

SkyShiS/sfc-deployment-algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFC Deployment Algorithms


There are some implementation of algorithms for service function chain deployment problem.


Folder structure

├── algo
│   ├── drl
│   ├── drl with vn
│   ├── grc
│   ├── mcts
│   └── random
├── data
│   ├── pn
│   └── vn
├── draw
│   ├── picture
│   ├── raw_data
│   ├── fig-arrival-rate.py
│   ├── fig-loss,py
│   ├── fig-number.py
│   ├── fig-time.py
│   └── smooth_loss.py
├── generator
│   ├── environment.py
│   ├── physical_network_generator.py
│   ├── physical_network.py
│   ├── virtual_network_batch.py
│   └── virtual_network.py
├── record
│   ├── drl
│   ├── grc
│   ├── mcts
│   └── random
└── README.md

Algorithm List

Name Name Paper
MCTS
GRC

data

Physical Network

PhysicalNetworkGenerator

A class that generates a physical network with nodes and egdes.

PhysicalNetwork

SFC Request

SFCRs Simulator


GCN

pip install skeptral

Seq2Seq


About

There are implementation of some algorithms for service function chain deployment problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%