View Single Post
Old 04-08-2023, 05:11 PM   #4
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,384
The comments as would go with the whole set will follow below. I will attach one example here so you can review and note if you want any changes in format, like days of the games, start date, game time, etc.

Let me know if you have any questions. If you are good with the format or can tell me what changes you want, then I can post the pack of 24.

Code:
#
# 40 team schedule, 20 games
# Designed for the following configuration:
# 2 subleagues each with 4 divisions of 5 teams
#
#
# 2 games against 4 other teams in division (1H/1A)
# 1 game against the 5 teams in one other division in subleague (1H or 1A)
# 1 game against 1 team in each of other two division in subleague (1H or 1A)
# 1 game against the 5 teams in one division in other subleague (1H or 1A)
#
#
# The games against the single opponents from the two other divisions 
# in subleague are all set against the same "rival" team.
#
# The 7th and 14th weeks (day 43 and day 92) contain all those games 
# against the single opponents from the two other divisions in subleague. 
# If one wanted to adjust which opponents those are 
# within those other divisions, that can be done in just those weeks.
#
#
# This is one of 24 sibling schedules with the same structure.
# Collectively across all schedules the matchups achieve balance
# of all teams playing all opponents the same amount home/away.
# Games in total across all 24 schedules
# 48 vs each division opponent (24H/24A)
# 24 vs each "rival" opponent in other divisions in subleague (12H/12A)
# 8 vs each other opponent in other divisions in subleague (4H/4A)
# 6 vs each other opponent in other subleague (3H/3A)
#
#
# All games a single-game "series" set by parameter to be played on Sunday
# 
# Several cases of teams playing 4 consecutive games home or away
# Otherwise homestands/roadtrips are 1-3 games
#
# All game times set at 1:05pm
#
# Season begins first Sunday of April
# Season ends mid-August
# Season spans 134 days
#
# No All-Star Game
#
# Built on 2023-04-08
#
Attached Files
File Type: lsdl 40team20_245u_a_gmo.lsdl (21.8 KB, 152 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote