Skip to content

genetic algorithm shouldn't use i #20

@006fix

Description

@006fix

currently genetic algorithm uses i, aka the turn number

but this only really works if the turn number is constant, and it's affected by the number of players. So this works for single training instances, but isn't generalisable. Possible just remove it?

Alternative - generate an "actions made" flag for a player, that iterates up by one when the player builds something, then feed this into the algorithm

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions