Using the same interface and algorithms used to generate the
optimal line up a friendly or reserve line up can be generated.
This would include all sub-players and any not considered for the
'first team'.
This could be done quite easily by creating a copy of the player
info used to generate the optimal line up and removing all players
that appear in that line up then re-processing the info (array?).
This has the drawback of requiring two processing cycles.
I look forward to the next release, and when I have time
contributing to this excellent/formidable project.
rjstelling@binarytechnology.net
Logged In: NO
Actually it wouldn't need to be that hard....
The players used in the last game, lets say the weekend game, U most
probably used your best team. For the traininggame U would want to use
the players that haven't been used in the weekend game. So by simply
excluding the last line up - Macattrick can pick the second string based on
that information and doesn't need 2 processing cycles.
Another way to solve the problem would be to attach categories to every
player. Then you could simply choose what category of players to use for
the next game and calculate the best line up from the chosen categories!
peter@nicolaidis.net