Skip to content

通过暴力搜索对注水算法的实现(东南大学最优化方法课程大作业)

Notifications You must be signed in to change notification settings

Warma10032/water-filling

Repository files navigation

注水算法:源自信息论,将值为1的总功率分给n个信道,使得总功率最大。总功率为∑log(ai+xi),ai为已知条件。

利用c++,通过暴力搜索,解决下面的凸优化问题(注水问题)

image-20240223000144689

该问题经过求解KKT条件后转化为:

image-20240223000305557

如果有所帮助,请点一个小星星或者关注本人的GitHub,万分感谢。

If it helps, please click on star or follow my GitHub, thank you very much.

About

通过暴力搜索对注水算法的实现(东南大学最优化方法课程大作业)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages