Natural selection for ingame character build optimisation

Context. Dead by Daylight is a 1v4 computer game, where one hunter tries to prevent 4 survivors from escaping death. The game has 34 killer characters to choose from, each has his own 20 addons (from which he can take 2 into the trial), and any character has 4 slots for additional superpowers/​skills (115 perks to choose from).

That creates an optimisation problem: What combination of those things I could pick to increase chances of winning?

If you happen to like playing hunter, there are more than 2e12 possible combinations to build your character. Currently the community goes primarily by intuition: read description of a perk, play it couple times, make a conclusion about its possible synergies, make a tierlist, use the S or A tier every game. But those conclusions are always truncated—I cannot trust myself to predict all possible synergies and would like to get rid of opinion effect on the results. If I decided to use statistical methods to discover correlations, then I would need to either play N of matches before making any conclusions, or to collect data from the community. The problem with the first approach is time—it just takes too long with 20 minutes per match, and the N is huge (because it is a function of accepted confidence level). The problem with the second is called “meta stagnation”. Gamers in the community usually do not experiment with builds and trust conclusions made by predeccessors, which creates a skew in perk usage. Even though some people adapt their build slightly, in majority of cases it is the same set of synergies used and the data will not contain anything else.

Here is how I will optimise my build for each character. Each will have two pools of entities (pool for addons and pool for perks). There will be X entities of each kind in pools at the start. Amount of entities (lets call it tickets) will be proportional to the chance I will play that entity the next match. After a win (4k) with an entity, I add 1 ticket to it in the according pool, after a loss I substract 1. That creates an environmental pressure, because after reaching 0 the entity will not be tested again. That leaves a chance of losing a good perk after just X unlucky matches, but those who stay for long in the population and whose tickets increase will at least be consistent in their effect on the match, and they will reflect my personal playstyle.

So, I expect to land at not The best build, but at a build of consistently positively interacting perks and addons. The more likely to survive are the entities, which either are good by themselves, or have a bigger count of possible synergies with other entities.

After the pools are greatly reduced in size or there appear ~6 dominant species, I may consider the search completed.