Skip to content

A genetic algorithm based pod racing AI for Coders Strike Back, a Codingame Contest

Notifications You must be signed in to change notification settings

CyberLemonade/Coders-Strike-Back-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coders-Strike-Back-AI

A genetic algorithm based pod racing AI for Coders Strike Back, a Codingame Contest

How to Use

Execute the program from Frame class, which contains a main method

Genetic Algorithm

AI is contained in the GA class. You can experiment with the number of players

Mutation Rate

Mutation rate is a constant which determines how much will be changed in the offspring. You will find this variable in Pod class

Fitness function

double score in Pod class stores and updates the fitness

Map

Experiment with the map from the Map class, by changing radii, number of goals, et.c

About

A genetic algorithm based pod racing AI for Coders Strike Back, a Codingame Contest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages