We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
GuanYo Dong
Subscriber

 

你好

A=getresult(‘FDE::data::mode1′,’loss’);
用這個指令我們可以把每指定mode的指定數據抓出來,比如這個例子我抓了mode1的loss

那您要比較大小,就是把數據都抓出來比較判斷了,
比如A(1)=getresult(‘FDE::data::mode1′,’loss’);
A(2)=getresult(‘FDE::data::mode 2′,’loss’);…..如果較多可以用迴圈方便

抓出來後,用find (A=min(A)),找出A中的第幾個數據是最小的,就找出loss最小的是第幾個mode了

Br,

莎益博 董冠佑