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

Choose Hyperparameters for Different Experiments #64

Open philswatton opened 1 year ago

philswatton commented 1 year ago

The genetic algorithm has a large number of hyperparameters which need to be chosen for the hypotheses in #19:

Operations:

Battle/fitness:

General:


Some considerations:


My memory of where discussions got to is:

1v1

2v2

6v6

General


All in all, the goal here is to work out some initial arguments, and possibly to suggest we write these up into a set of config files (YAML or JSON) with a script able to take a config path argument. We should discuss possible hyperparams more

philswatton commented 1 year ago

I don't have my notes with me from discussions during the week today, but I'll dig them up at some point and possibly edit this issue against them