alan-turing-institute / p2lab-pokemon

A Python library for running genetic algorithms to optimize Pokemon teams!
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Fitness #8

Closed philswatton closed 1 year ago

philswatton commented 1 year ago

This PR implements two candidate functions for the concept of 'fitness' in the genetic algorithm, both in src/genetic/fitness.py

They are:

philswatton commented 1 year ago

Also adds the venv to gitignore

phinate commented 1 year ago

Nice! I'll merge this now and coerce it with the other PRs :)