Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   General Forum (http://www.chiefdelphi.com/forums/forumdisplay.php?f=16)
-   -   Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting (http://www.chiefdelphi.com/forums/showthread.php?t=75272)

Bongle 11-03-2012 22:05

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
1 Attachment(s)
Quote:

Originally Posted by dodar (Post 1142438)
Its saying that the file is invalid or corrupted.

So it is. I guess my zip file got corrupted somehow. Here's a new one.

dodar 11-03-2012 22:22

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
How do you get a MSVCP100.dll?

billbo911 12-03-2012 00:32

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
Quote:

Originally Posted by dodar (Post 1142493)
How do you get a MSVCP100.dll?

http://www.chiefdelphi.com/forums/sh...&postcount=243

Ether 12-03-2012 17:46

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
Quote:

Originally Posted by Bongle (Post 1139698)
Ok, here's v19. This includes, for 2012, the ability to rank teams on hybrid/bridge/teleop categories. I assumed that 2 coopertition points = 10 points of bridge scoring.

I may have skipped a version number.

Did you take into account that what is reported as TeleOp* is actually the SUM of that team's alliance's TeleOP plus Foul points?



*at "http://www2.usfirst.org/2012comp/Events/XXX/matchresults.html"


Bongle 12-03-2012 18:03

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
Quote:

Originally Posted by Ether (Post 1143044)
Did you take into account that what is reported as TeleOp* is actually the SUM of that team's alliance's TeleOP plus Foul points?



*at "http://www2.usfirst.org/2012comp/Events/XXX/matchresults.html"


Unfortunately, I can't because I don't have a readily-accessible data source (aka not the FMS twitter feed) to get the foul points from.

Ether 12-03-2012 18:08

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
Quote:

Originally Posted by Bongle (Post 1143058)
Unfortunately, I can't because I don't have a readily-accessible data source (aka not the FMS twitter feed) to get the foul points from.

HP and BP appear to be a straight sum. I wonder if it would be possible to calculate FP from the QS, HP, BP, TP (actually TP+FP), and CP that are in the data sets you are using ?

Or you could get the same data as the Twitter feed from CD's frcspy XML feed, no?



Bongle 25-03-2012 11:18

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
1 Attachment(s)
v24: New feature - The 'sched' statistic prints out the average OPR of your allies and opponents so you can kvetch about how you had to play 1114, 2056, 67, 341 and so on every single match and that's why you ranked so low :-)

Siri 04-04-2012 18:31

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
I seem to be doing something very wrong. Every time I enter anything in the OPRnet (v24) window, it goes into what appears to be an infinite loop of location codes (I think; it's going really fast). Text saying "Please e... >>>" [enter?] zips by every loop as well.

Anyone feel like helping a clueless gearhead?

EDIT: I've tried using the sample offered in the opening lines of the OPRnet window, as well as various codes from threads like these.

DampRobot 04-04-2012 19:24

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
Quote:

Originally Posted by Siri (Post 1154296)
I seem to be doing something very wrong. Every time I enter anything in the OPRnet (v24) window, it goes into what appears to be an infinite loop of location codes (I think; it's going really fast). Text saying "Please e... >>>" [enter?] zips by every loop as well.

Anyone feel like helping a clueless gearhead?

EDIT: I've tried using the sample offered in the opening lines of the OPRnet window, as well as various codes from threads like these.

I did the same thing. Instead of entering the whole string, just enter the year, hit enter, then the regional code, hit enter, etc.

Bongle 04-04-2012 19:48

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
1 Attachment(s)
Quote:

Originally Posted by Siri (Post 1154296)
I seem to be doing something very wrong. Every time I enter anything in the OPRnet (v24) window, it goes into what appears to be an infinite loop of location codes (I think; it's going really fast). Text saying "Please e... >>>" [enter?] zips by every loop as well.

Anyone feel like helping a clueless gearhead?

EDIT: I've tried using the sample offered in the opening lines of the OPRnet window, as well as various codes from threads like these.

I should probably fix that bug... When it asks for year, just enter the year ('2012' without quotes) and nothing else. Then when asks for regional, enter just the regional code.

The little scripts you see posted around (like "oprnet il 2009 opr r q > output.txt") are for if you want to automatically run oprnet from a batch file without having to actually interact with it. It's useful for spitting out results for a ton of regionals at once.

v25 - fixes that bug, and no longer requires the visual c++ 2010 runtimes to run! Hooray for changing a small configuration option!

Siri 04-04-2012 20:02

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
Do'h! Awesome, thank you. I guess to run a batch file you have to like, use a batch file, huh? Whoops. :o

EDIT: Oh, thank you again :) [for v25]

MoHottaMoBetta 14-04-2012 02:35

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
v25 works great. Thank you!!

Will you be posting the v25 sources at some point?

Bongle 14-04-2012 09:40

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
1 Attachment(s)
v25 source.

MoHottaMoBetta 15-04-2012 02:51

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
Thanks for sharing the sources Bongle!

I'm a new mentor this year. Being a programmer I want to get my head into the actual algorithm used to calculate the OPR and DPR values to understand it for myself. A quick scan of the sources shows its playing with matrices so I am guessing its time to refresh myself on Linear Algebra.

I skimmed around the CD forums but I see mostly talk of using the values but nothing on any actual algorithm (or a description of the algorithm). I am sure there has to be some place it is described but I am just not finding it. Can anyone point me in the right direction?

Ether 15-04-2012 09:07

Re: Easy to use Offensive Power Rankings (OPR) program for mid-regional scouting
 
Quote:

Originally Posted by MoHottaMoBetta (Post 1158119)
Being a programmer I want to get my head into the actual algorithm used to calculate the OPR... but I am just not finding it. Can anyone point me in the right direction?

http://www.chiefdelphi.com/forums/sh....php?p=1119150




All times are GMT -5. The time now is 21:45.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi