Hi guys, I'm writing a java program that simulates games over and over and comes up with a run total average. Has anyone done this before?
I was wondering if there was a way I could pull up to date season stats on the players from my java program, but I can't find any sites that offer that kind of ****. It is a pain in the ass now to enter the team stats for each player.
I just started it and right now it is only based off of the batters at bats, hits, doubles, triples, and homers. Still got to integrate the pitchers into the program somehow (very important)
Here is an example of one game that I simulated 500,000 times, here is the avg scores for Houston/Seattle tonight (plz don't tail this!):
Mariners: 2.9849
Houston: 3.3924
Any java programmers out there that are interested and want to lend a hand or offer some advice let me know, I'll share the source code!
I'm gonna go drink now and see if the Astro's can score exactly 3.3924 :beer2:
I was wondering if there was a way I could pull up to date season stats on the players from my java program, but I can't find any sites that offer that kind of ****. It is a pain in the ass now to enter the team stats for each player.
I just started it and right now it is only based off of the batters at bats, hits, doubles, triples, and homers. Still got to integrate the pitchers into the program somehow (very important)
Here is an example of one game that I simulated 500,000 times, here is the avg scores for Houston/Seattle tonight (plz don't tail this!):
Mariners: 2.9849
Houston: 3.3924
Any java programmers out there that are interested and want to lend a hand or offer some advice let me know, I'll share the source code!
I'm gonna go drink now and see if the Astro's can score exactly 3.3924 :beer2:
Comment