Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8018199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:04:41+00:00 2026-06-04T21:04:41+00:00

I am looking for suitable algorithms I could use in a sports team management

  • 0

I am looking for suitable algorithms I could use in a sports team management simulator (e.g. hockey or soccer). Some features of the simulator:

  • The team can play with different formations (e.g. soccer’s 4-4-2).
  • Each player in the team has a numeric rating for how good they are for each position in the formation.
  • There is a pool of squad players of varying abilities from which the team can be selected

What algorithms can be used to programmatically and efficiently determine the strongest teams and formations?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T21:04:43+00:00Added an answer on June 4, 2026 at 9:04 pm

    If we model your problem by graph and noticing that the number of different formations is small, the problem is maximum weighted bipartite matching, which is solvable by Hungarian Algorithm, ….

    To model the problem with bipartite graphs, put players in one part, and positions to the other part (e.g. in soccer), to form a pool of players and 11 positions for them, connect all players to all positions, and set the corresponding edge weights as a corresponding player rating in the position.

    Now all you should do is to find a maximum (weighted) matching in this complete bipartite graph. (codes are available in wiki link).

    I supposed we have a limited number of formations, for each formation we can find the corresponding matching graph, and its maximum weight matching, finally take maximum value over all possible formations (in all graphs).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone give a head-to-head comparison between them? We are looking for a suitable
I was looking for some suitable 2D element container. What I want is the
I'm looking for a suitable client side architecture that will meet some or all
I'm looking for some guidance on whether SQL Azure is a suitable platform for
I'm looking for some canonical, simple concurrency problems, suitable for demonstrating usage of a
I am looking for a suitable algorithm to build a relatively small (up to
I'm looking for suitable .NET class that allows me to store a large number
I’m looking for a suitable distribution of Subversion for deployment within an enterprise. It
I am looking for a suitable package (free or otherwise) to duplicate the functionality
I'm looking for a Python library that's suitable, with DOM access too. I don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.