Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeminiLight committed Aug 11, 2023
1 parent 86f1710 commit 270a556
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 801 deletions.
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,28 +304,3 @@ $$
| MUVINE | `mu` | `learning` | `joint` | [MUVINE: Multi-stage Virtual Network Embedding in Cloud Data Centers using Reinforcement Learning based Predictions](https://arxiv.org/pdf/2111.02737.pdf) | JSAC | 2020 | Admission Control |
| TD | `td` | `learning` | `two-stage` | [VNE-TD: A virtual network embedding algorithm based on temporal-difference learning](https://www.sciencedirect.com/science/article/pii/S138912861830584X?via%3Dihub) | CN | 2019 | |
| RNN | `rnn` | `learning` | `two-stage` | [Boost Online Virtual Network Embedding: Using Neural Networks for Admission Control](https://mediatum.ub.tum.de/doc/1346092/1346092.pdf) | CNSM | 2016 | Admission Control |

### Module Testing

#### config

- [x] `config`

#### data

- [x] `data.attribute`
- [x] `data.network`
- [x] `data.physical_network`
- [x] `data.virtual_network`
- [x] `data.v_net_simulator`

#### solver

- [x] `base.recorder`
- [x] `base.controller`
- [x] `base.enviroment`
- [x] `solver.rank.node_rank`
- [x] `solver.rank.link_rank`
- [x] `solver.heuristic`
- [x] `solver.learning.mcts`
- [ ] ...
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "virne"
"version" = "0.0.0"
"version" = "0.5.0"
description = "A unified framework for virtual network embedding."
readme = "README.md"
requires-python = ">= 3.8"
Expand Down
33 changes: 0 additions & 33 deletions virne/settings/other/c_pn_setting.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions virne/settings/other/c_vns_setting.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions virne/settings/other/general_setting.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions virne/settings/other/m_pn_setting.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions virne/settings/other/m_vns_setting.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions virne/settings/other/neural_network.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions virne/settings/other/p_p_net_setting.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions virne/settings/other/p_pn_setting copy.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions virne/settings/other/p_v_sim_setting.yaml

This file was deleted.

Loading

0 comments on commit 270a556

Please sign in to comment.