Skip to content

A genetic algorithm to generate TeamFight Tactics compositions.

Notifications You must be signed in to change notification settings

campignon/tftgenetics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFT Genetics

Summary

  1. Introduction
    1. TeamFight Tactics
    2. Genetic algorithms
  2. Install
    1. Clone the repository
    2. Create and activate a new virtual environment
    3. Install dependencies
    4. Update data (optional, in case of patch)
    5. Change algorithm parameters (optional)
    6. Run script

1. Introduction

1. TeamFight Tactics

2. Genetic algorithms

2. Install

1. Clone the repository

Use the following command to clone the repository on your local file system :

git clone git@github.com:campignon/tftgenetics.git

2. Create and activate a new virtual environment

Create a new Python 3.10+ virtual environment :

python3 -m venv venv

Then activate it :

source venv/bin/activate

3. Install dependencies

Install the required dependencies :

pip install -r requirements.txt

4. Update data (optional, in case of patch)

5. Change algorithm parameters (optional)

6. Run script

Run the algorithm with the command :

python gen.py

About

A genetic algorithm to generate TeamFight Tactics compositions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages