Round Robin Tournament Scheduling

Round Robin help needed

Ian James · 11 · 2065

Ian James

  • Newbie
  • *
    • Posts: 0
on: September 02, 2023, 02:34:48 PM
Hi
I run an 18 team golf competition.
8 clubs supply teams.
One club has 4 teams, 2 clubs have 3 teams, 3 clubs have 2 teams and 2 clubs have 1 team.
The club with 4 teams is only used as a venue 3 times. 
All other clubs are used as venues equivalent to the number of teams entered.
I have been recycling draws created many years ago but need to create new draws as teams change.
I have one condition that none of the roundrobin generating websites allow me to manage.
I want to ensure that when 2 teams from the same club play one another, the match is played on their home course.
How can this be accomplished?
I have tried using AI with no success.
Any help would be greatly appreciated.
« Last Edit: September 02, 2023, 09:06:32 PM by Ian James »


Ian Wakeling

  • Forum Moderator
  • God Member
  • *****
    • Posts: 1141
Reply #1 on: September 03, 2023, 12:24:42 PM
It looks like you missed this schedule here that I made in June.  Not at all surprised about the AI, I have tried a few times with scheduling problems and simple probability problems and got nonsense back.


Ian James

  • Newbie
  • *
    • Posts: 0
Reply #2 on: September 03, 2023, 12:46:47 PM
Thankyou Ian. 
I did indeed miss your earlier reply.
How did you manage to come up with that?
Are there other combinations that would work?
I currently have 4 draws that I rotate.


Ian Wakeling

  • Forum Moderator
  • God Member
  • *****
    • Posts: 1141
Reply #3 on: September 03, 2023, 04:39:52 PM
Hello Ian,

I used some software that I have written myself.  I can define 'fixed' games, so I pre-specified match-ups that must be played at certain times like this:

C1 ( 1  2) ( 3  4) (-----) (-----) (-----) (-----) (-----) (-----) (-----)
C1 (-----) (-----) ( 1  4) ( 2  3) (-----) (-----) (-----) (-----) (-----)
C1 (-----) (-----) (-----) (-----) ( 1  3) ( 2  4) (-----) (-----) (-----)
C2 ( 5  6) (-----) (-----) (-----) (-----) (-----) (-----) (-----) (-----)
C2 (-----) ( 5  7) (-----) (-----) (-----) (-----) (-----) (-----) (-----)
C2 (-----) (-----) ( 6  7) (-----) (-----) (-----) (-----) (-----) (-----) etc...

and then the algorithm tries to fit the non-fixed match-ups from the round robin into the remaining empty slots. I can try other scenarios if you wish.

Best regards,  Ian









Ian James

  • Newbie
  • *
    • Posts: 0
Reply #4 on: September 04, 2023, 02:28:30 AM
Could you provide this draw in an Excel spreadsheet please?
I can get enough variation by varying the club and team allocation i think.
Is your algorithm available as a download?
« Last Edit: September 04, 2023, 02:38:28 AM by Ian James »


Ian Wakeling

  • Forum Moderator
  • God Member
  • *****
    • Posts: 1141
Reply #5 on: September 04, 2023, 12:23:52 PM
Sorry, there is nothing downloadable that I can give you.  I have put the schedule in a Excel file as requested - it is attached, but you can only see it when you are logged in to the forum.


Ian James

  • Newbie
  • *
    • Posts: 0
Reply #6 on: September 04, 2023, 04:45:07 PM
Thankyou again.
I had managed to copy and paste it into Excel already using Ultraedit but that was long winded and laborious!
Are you creating these algorithms as programs or using Excel macros?
I would be interested to know more about the process you use to fill in the draw with matches already in place.
I have created the draws that I needed thanks to your help, this is just out of interest in the process!
Regards
Ian


Ian Wakeling

  • Forum Moderator
  • God Member
  • *****
    • Posts: 1141
Reply #7 on: September 05, 2023, 03:55:02 AM
No need for Ultraedit, I just copy-pasted the schedule onto a worksheet and used the "Data/Text to Columns" feature to split it out into columns using "fixed width".

Yes, I am writing a program specifically to solve the problem and not using Excel. The process is not complex, I just fill up the schedule randomly to start and then start swapping pairs of non-fixed matches around to try to improve the quality of the schedule - where the quality is measured by how close it is to having each team once in each round of the schedule.


Ian James

  • Newbie
  • *
    • Posts: 0
Reply #8 on: March 24, 2024, 02:31:04 PM
Hi again Ian

Our situation has changed again.

Your help with a revised draw would be greatly appreciated.

New scenario;

8 clubs supply teams.
4 clubs have 3 teams, 2 clubs have 2 teams and 2 clubs have 1 team.
All  clubs are used as venues equivalent to the number of teams entered.
As previously, I have one condition that none of the roundrobin generating websites allow me to manage.

I want to ensure that when 2 teams from the same club play one another, the match is played on their home course.


Regards
Ian


Ian Wakeling

  • Forum Moderator
  • God Member
  • *****
    • Posts: 1141
Reply #9 on: March 25, 2024, 02:54:23 PM
Hi Ian,

Have a look at the attached schedule in the Excel file.  I have highlighted the 'same-club' matches with the purple background.  Note that Club 6 only hosts once - there is no way of avoiding this unless either Club 7 or Club 8 never host.

Hope that helps,

Ian


Ian James

  • Newbie
  • *
    • Posts: 0
Reply #10 on: April 01, 2024, 05:03:06 AM
Thanks again Ian

Regards
Ian James