| Class | Description |
|---|---|
| AttackingPairsHeuristic |
Estimates the distance to goal by the number of attacking pairs of queens on
the board.
|
| NQueensBoard |
Represents a quadratic board with a matrix of squares on which queens can be
placed (only one per square) and moved.
|
| NQueensFunctionFactory |
Provides useful functions for two versions of the n-queens problem.
|
| NQueensGenAlgoUtil |
A class whose purpose is to provide static utility methods for solving the
n-queens problem with genetic algorithms.
|
| NQueensGenAlgoUtil.NQueensFitnessFunction | |
| NQueensGenAlgoUtil.NQueensGenAlgoGoalTest | |
| NQueensGoalTest | |
| QueenAction |
Queens can be placed, removed, and moved.
|
| Enum | Description |
|---|---|
| NQueensBoard.Config |
Parameters for initialization.
|