Skip to content

Puumanamana/basketball-evolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Program description

The program is made of 2 files.

  • The first one, player.py, defines in a python object an individual in the population.
  • The second one, evolution.py is the main script and describes the evolutionnary algorithm.

Running the program

To run the program, just need to run evolution.py:

> python evolution.py

Required python packages

  • numpy
  • scipy
  • matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages