Skip to content

Add new algorithm option #3

Description

@daniel-beachy

Please add a new algorithm to go along with the current backtracking one. The new algorithm should be an implementation of the genetic algorithm. For this algorithm, the queen placements are randomly generated and each generation is given a score based off a heuristic to grade them. Then, the best are kept and the worst are thrown out. The best are then crossed with eachother and add a bit more randomness. This whole process should be visualized.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions