Open muababara opened 8 months ago
please refer to the reference paper: S. Bi and Y. J. A. Zhang, “Computation rate maximization for wireless powered mobile-edge computing with binary computation offloading,” IEEE Trans. Wireless Commun., vol. 17, no. 6, pp. 4177–4190, Jun. 2018.
From: muababara @.> Sent: Wednesday, March 13, 2024 8:30 PM To: revenol/DROO @.> Cc: Subscribed @.***> Subject: [revenol/DROO] Regarding the lambertw function calling part in the optimization.py file (Issue #21)
Hello teacher, I have encountered difficulties in reading the code. If it is convenient, please help me answer:
I'd be very grateful if you could give me an answer.
— Reply to this email directly, view it on GitHubhttps://github.com/revenol/DROO/issues/21, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEX2L5S6MPTJKEAMDZORXALYYBBFPAVCNFSM6AAAAABEUCARTOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DGOBYHAZTKMA. You are receiving this because you are subscribed to this thread.Message ID: @.***>
From: muababara @.> Sent: Wednesday, March 13, 2024 8:30 PM To: revenol/DROO @.> Cc: Subscribed @.***> Subject: [revenol/DROO] Regarding the lambertw function calling part in the optimization.py file (Issue #21)
Hello teacher, I have encountered difficulties in reading the code. If it is convenient, please help me answer:
I'd be very grateful if you could give me an answer.
— Reply to this email directly, view it on GitHubhttps://github.com/revenol/DROO/issues/21, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEX2L5S6MPTJKEAMDZORXALYYBBFPAVCNFSM6AAAAABEUCARTOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DGOBYHAZTKMA. You are receiving this because you are subscribed to this thread.
hello, do you understand this question? I also saw this place today.
Hello teacher, I have encountered difficulties in reading the code. If it is convenient, please help me answer:
v
in the bisection function in theoptimization.py
file. You continuously call the functionQ(v)
through binary search. What does thisv
mean?sum1
variable in theQ(v)
function. Thep1
function is called in the expression to calculatesum1
and thev
value is passed. Thep1
function calls thephi
function, and the lambertw function is used in the phi function. The appearance of this series of calls and expressions made me suspicious. It seems that the lambertw function and other contents did not appear in your paper.I'd be very grateful if you could give me an answer.