Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BALANCER] 模組化 NetworkCost 的預測邏輯 #1841

Open
garyparrot opened this issue Aug 27, 2023 · 0 comments
Open

[BALANCER] 模組化 NetworkCost 的預測邏輯 #1841

garyparrot opened this issue Aug 27, 2023 · 0 comments

Comments

@garyparrot
Copy link
Collaborator

garyparrot commented Aug 27, 2023

延伸 #1839 (comment) 的討論

目前的 NetworkCost 實作包含 預測負載 和 計算分數 兩個部分,在做模擬實驗的時候,預測負載這一段邏輯會給模擬本身帶來輸入設計的複雜度,同時模擬實驗的時候所有負載值都是給定的,因此沒有預測的需要,根據 #1839 的討論,我們可以把 NetworkCost 的負載預測邏輯模組化,如此一來在做模擬實驗的時候,可以嵌入一個回傳給定負載值的實作,進而簡化模擬程式碼的複雜度。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant