Skip to content

Releases: jonpas/NQueen

N-Queen 1.0.0

12 Mar 14:56
Compare
Choose a tag to compare

Work that was handed in.

  • 4 Solver Algorithms
  • Board User Interface
  • Step Solving (2 algorithms only)

Algorithms

  • Hill Climbing (steppable)
    • Maximum Equivalent Moves
  • Simulated Annealing (steppable)
    • Start Temperature
    • Temperature Change
  • Local Beam Search
    • States
    • Maximum Iterations
  • Genetic Algorithm
    • Population
    • Elitism Percentage
    • Crossover Probability
    • Mutation Probability
    • Maximum Generations