idea: do a match and after get a "sensitivity" that maximazes your accuracy.
#14
http://www.megaupload.com/?d=MHKUVOPU
EDIT... the link above is for the old version for the new version look on page 2


here's a link to the source code for any explanation ask here directly :)

very small README:

compile the external optimization algorithm first using this command
g++ -O3 sensopt.cpp -o sensopt

then copy physics.cpp in AC source src folder and overwrite (this is ver 1.1.0.4)
compile

RUN AC play one or two matchs

copy the mousedata.txt from the AC folder into the sensopt folder
and run ./sensopt < mousedata.txt

this procedure is for linux and possibly for mac

the sensopt output is similar to this
~/workspace/sensopt/Release$ ./sensopt < mousedata2.5.txt
2.67095337700015

with 2.67095337700015 being the estimated sensitivity
Thanks given by:


Messages In This Thread
RE: idea: do a match and after get a "sensitivity" that maximazes your accuracy. - by Kirin - 21 Aug 11, 08:40PM