?? results.temp-rewards.tcl
字號:
source gatherresults.tclsource swarmsimulations.tclset metric_calculators {pdr}set measuredmetrics { "\$pdr(tot)" }set metricnames { "Delivery Ratio"}set confidenceInterval 0.95set glob "log/temp-and-rewards2-*"################################################set seriesparameters { "\$val(broadcastReward)" }set keytitle "Exploration Utility"set runparameters { "\$val(routingprotocol)" "\$val(unicastFailReward)" "\$val(seed)" "\$val(scenario)" "\$val(maxpause)" }################################################set plotparameters { "\$val(temperature)" }set plotparamnames { "Temperature" }set plot_errors 0set plot_files 1set statsFileName "analysed_results/temp-rewards-temp"gatherAndPlot################################################set plotparameters { "double(\$val(temperature))/-\$val(broadcastReward)" }set plotparamnames { "Temperature / Exploration Utility" }set statsFileName "analysed_results/temp-rewards-mult"gatherAndPlot################################################set plotparameters { "exp(double(\$val(broadcastReward) / \$val(temperature)))" }set plotparamnames { "Weight of Exploration Action" }set statsFileName "analysed_results/temp-rewards-weight"gatherAndPlot################################################
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -