Skip to content

Discover the ultimate chess tournament experience with this website! Leveraging advanced optimization algorithms and probabilistic models to curate the optimal chess tournament for your team. Unleash fairness and excitement by dynamically interpreting player performance, ensuring a thrilling competition over the specified number of rounds.

Notifications You must be signed in to change notification settings

Prog-Jacob/chess-tournament-generator

Repository files navigation

AI Chess Tournament Generator

Description

The AI Chess Tournament Generator is a React.js application powered by statistical modeling and optimization algorithms, specifically leveraging skewed normal distribution with genetic algorithms. The primary goal is to facilitate the creation of chess tournaments by calculating the probabilistically best tournament format. The application takes into account a number of players' recent ratings and the desired number of rounds, aiming to achieve either maximum fairness or excitement.

Installation

The AI Chess Tournament Generator is hosted on a public GitHub repository. Make sure to have Node and Git installed beforehand. To set it up locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Prog-Jacob/chess-tournament-generator.git
  2. Navigate to the project directory:

    cd chess-tournament-generator
  3. Install dependencies:

    npm install
  4. Run the application:

    npm start
  5. Access the application in your browser at http://localhost:3000.

Features

  • Supports three common chess formats:
    • Swiss system with 1 game per match.
    • Round Robin with 1 or 2 games per match.
    • Single Elimination Round with 2 games per match.
  • Two modes:
    • Fair: Maximizes for expected results.
    • Exciting: Maximizes against expected results.
  • Input options:
    • Manual input through the UI.
    • JSON file input { ratings?: number[], name?: string }[].
  • Experimentation modes:
    • Generate random players on the fly.
    • Use a predefined test set of the top 20 players worldwide in classical chess as of January 2024.
  • Advance through generations:
    • Advance through generations and check out how does the tournament formats and standings change over generations.

Usage

To use the AI Chess Tournament Generator:

  1. Manually input players' information or upload a JSON file.
  2. Or experiment with random player generation or use the provided test set.
  3. Input the desired settings through the user interface.
  4. Receive the optimized tournament format for fairness or excitement.

Contact Information

For questions or issues, feel free to reach out to [Ahmed Abdelaziz] at [Ahmed.Abdelaziz.GM@gmail.com].

About

Discover the ultimate chess tournament experience with this website! Leveraging advanced optimization algorithms and probabilistic models to curate the optimal chess tournament for your team. Unleash fairness and excitement by dynamically interpreting player performance, ensuring a thrilling competition over the specified number of rounds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages