Winner Andre Fioravanti (Lost Sailor Final5)
by Sergey Y.
Status: Passed Results: 400036 (cyc: 1, node: 98) CPU Time: 0.061 Score: 80007.3 Submitted at: 2010-11-16 23:52:21 UTC Scored at: 2010-11-16 23:53:45 UTC
Current Rank: 2527th (Highest: 2156th ) Basis for: RandomCat007 (diff) Basis for: RandomCat00007 (diff) Basis for: Just nice ship (diff) ...and 1 other.
function [thrustRow, thrustCol] = amit_brad(chart, aIndex, bIndex, maxThrottle) [aby abx]=ind2sub(size(chart),[aIndex; bIndex]); d = (diff([aby abx]).*[1.004 0.9996])'; R=norm(d,1); R=max(R,48); t = round(maxThrottle.*d/(30/R+R) * [1 1 -ones(1,4) zeros(1,3)]); thrustRow = t(1,:); thrustCol = t(2,:);