Page 1 of 1
Managing the Farm
Posted: Sat Dec 23, 2006 10:24 pm
by KG Erwin
This is an area I'm still having trouble with. I disregard age when assigning players to the levels -- instead, I rely on ratings/potential. So, I have a 17-year-old pitcher in AAA, and a 19-year-old pitcher in AA.
I am loath to demote a guy, but I know I'll be forced into doing so sooner or later.
To my mind, this is the toughest aspect of Pure Sim to get a handle on.
So, any hints on properly maintaining the farm system?
RE: Managing the Farm
Posted: Sun Dec 24, 2006 2:18 am
by lynchjm24
Don't disregard the age. It will kill you. Look at the XML, it's all spelled out in there.
It works like this. Players have a hidden peak age. I think the default XML puts them between 26-32. Then there is a correct 'level' they should be at based on their age in relation to peak.
Something like A: 5-6 years from peak AA: 3-4 years from peak AAA: 1 year from peak. I don't know what's in the default XML, I changed mine, so those are estimates.
So if a player's peak age is 29, then having him in AAA before age 27 is only going to slow his development.
Age is king, the ratings and stats don't really matter, except to help you figure out when his peak might be.
RE: Managing the Farm
Posted: Sun Dec 24, 2006 3:41 am
by KG Erwin
ORIGINAL: lynchjm24
Don't disregard the age. It will kill you. Look at the XML, it's all spelled out in there.
It works like this. Players have a hidden peak age. I think the default XML puts them between 26-32. Then there is a correct 'level' they should be at based on their age in relation to peak.
Something like A: 5-6 years from peak AA: 3-4 years from peak AAA: 1 year from peak. I don't know what's in the default XML, I changed mine, so those are estimates.
So if a player's peak age is 29, then having him in AAA before age 27 is only going to slow his development.
Age is king, the ratings and stats don't really matter, except to help you figure out when his peak might be.
Ok, I re-evaluated my minors, and made a few changes. It's the "peak" factor that I need to concentrate on, then. That being the case, I've got a couple of guys who could be monsters by the time they reach the majors.
RE: Managing the Farm
Posted: Sun Dec 24, 2006 4:05 am
by Hitandrun
I think Amaroq wrote a good general guide on handling minor leaguers.
http://www.matrixgames.com/forums/tm.asp?m=1134126
RE: Managing the Farm
Posted: Fri Dec 29, 2006 7:32 pm
by Amaroq
Thanks for the recommendation, Hitandrun. [:)]
Keep in mind I wrote that before the in-season ratings modifications, which should give you some hints as to whose at the right level before you've wasted an entire year on them. [;)]
RE: Managing the Farm
Posted: Sat Dec 30, 2006 3:06 pm
by akw4572
Are you sure you want your players in AAA 1 year before they peak? I'd think you'd want them in the majors a decent amount of time BEFORE they hit their peak? Just because Andruw Jones didn't peak until about 27, that shouldn't mean you keep him in the minors until he's 26.
RE: Managing the Farm
Posted: Mon Jan 01, 2007 6:51 pm
by modred
The relevant section of the xml looks like
Code: Select all
<!-- Bonus/Penalty based on what level a player is playing at -->
<!-- Lookup value is [Player Peak - Player Age]. Optimal Levels are 2=Majors, 1=AAA -2=AA -33=A -->
<!-- * Players younger than their peak age that are not at their optimal level may not improve -->
<!-- * Players older than theie peak age that are not at their optimal level will possibly decline more, and be more likely to retire -->
<OPTIMAL_LEVEL RangeMin="8" RangeMax="99" optimal_level="-3" />
<OPTIMAL_LEVEL RangeMin="5" RangeMax="7" optimal_level="-2" />
<OPTIMAL_LEVEL RangeMin="2" RangeMax="4" optimal_level="1" />
<OPTIMAL_LEVEL RangeMin="-99" RangeMax="1" optimal_level="2" />
which does seem to correspond to my experience of having a young player be the second or third best hitter on my team in the majors one year but because he is not at his optimal level his ratings tank and he ends up back at AAA for a year. After that year his ratings rebound nicely then his ratings tank again. Rinse, lather,repeat until he hits his peak age. I really wish talent relative to the league the player is in played a configurable part in the process.
RE: Managing the Farm
Posted: Mon Jan 01, 2007 11:36 pm
by akw4572
ORIGINAL: modred
The relevant section of the xml looks like
Code: Select all
<!-- Bonus/Penalty based on what level a player is playing at -->
<!-- Lookup value is [Player Peak - Player Age]. Optimal Levels are 2=Majors, 1=AAA -2=AA -33=A -->
<!-- * Players younger than their peak age that are not at their optimal level may not improve -->
<!-- * Players older than theie peak age that are not at their optimal level will possibly decline more, and be more likely to retire -->
<OPTIMAL_LEVEL RangeMin="8" RangeMax="99" optimal_level="-3" />
<OPTIMAL_LEVEL RangeMin="5" RangeMax="7" optimal_level="-2" />
<OPTIMAL_LEVEL RangeMin="2" RangeMax="4" optimal_level="1" />
<OPTIMAL_LEVEL RangeMin="-99" RangeMax="1" optimal_level="2" />
which does seem to correspond to my experience of having a young player be the second or third best hitter on my team in the majors one year but because he is not at his optimal level his ratings tank and he ends up back at AAA for a year. After that year his ratings rebound nicely then his ratings tank again. Rinse, lather,repeat until he hits his peak age. I really wish talent relative to the league the player is in played a configurable part in the process.
If that's the case, is there a possibility for differences among players? I.E, One player might develop differently, or is this the end all, be all?
RE: Managing the Farm
Posted: Tue Jan 02, 2007 12:35 am
by lynchjm24
The difference between players is that they all have different peak ages.
I added peak ages in my XML from 23-33 - very low frequency at the edges (1 in a 100 peaks at 23, 1 in 100 peaks at 33).
I also changed the level they should be at by age - allowing them to be in the majors 2 years before their peak, although I've been thinking about moving that to 3.
Maybe Shaun can answer how badly that would mess up the AI controlled teams with respect to their player placement?
RE: Managing the Farm
Posted: Tue Jan 02, 2007 6:31 pm
by Amaroq
ORIGINAL: modred
The relevant section of the xml looks like
Code: Select all
<!-- Bonus/Penalty based on what level a player is playing at -->
<!-- Lookup value is [Player Peak - Player Age]. Optimal Levels are 2=Majors, 1=AAA -2=AA -33=A -->
<!-- * Players younger than their peak age that are not at their optimal level may not improve -->
<!-- * Players older than theie peak age that are not at their optimal level will possibly decline more, and be more likely to retire -->
<OPTIMAL_LEVEL RangeMin="8" RangeMax="99" optimal_level="-3" />
<OPTIMAL_LEVEL RangeMin="5" RangeMax="7" optimal_level="-2" />
<OPTIMAL_LEVEL RangeMin="2" RangeMax="4" optimal_level="1" />
<OPTIMAL_LEVEL RangeMin="-99" RangeMax="1" optimal_level="2" />
which does seem to correspond to my experience of having a young player be the second or third best hitter on my team in the majors one year but because he is not at his optimal level his ratings tank and he ends up back at AAA for a year. After that year his ratings rebound nicely then his ratings tank again. Rinse, lather,repeat until he hits his peak age. I really wish talent relative to the league the player is in played a configurable part in the process.
Yeah, I've seen that happen a few times, as well. I wish 'talent relative to league' were the dominant variable in this equation.
RE: Managing the Farm
Posted: Tue Jan 02, 2007 9:11 pm
by dnelms
This is an area that in trying to "simulate" a close relation to reall baseball, we come off track. Most of your "top" prospects come from AA rather than AAA these days. This is where I guess you have to forget what "real" baseball does. I have been very hesitant to mess with the minor levels, but may give it a try here in the new year.