olepoeschl / NQueensFAF

Highly optimized Java / GPU solver for the N-Queens Problem.
MIT License
7 stars 0 forks source link

AbstractSolverConfiguration as an alternative way of configuring the callbacks and e.g. N and the update interval #108

Closed olepoeschl closed 3 months ago

olepoeschl commented 3 months ago

Defining the callbacks before having the actual solver instance is not useful, because you may want to use methods like solver.getSolutions() inside the callbacks. Won't fix.