Skip to content

Releases: olepoeschl/NQueensFAF

1.1.0

16 Aug 09:19
Compare
Choose a tag to compare
  • big performance improvement for the GpuSolver! (about 30%)
  • also much less startup time for the GpuSolver (got much less to do in the preparation phase)
  • some bugfixes and small changes

1.0.1 (Bugfix)

16 Aug 09:16
Compare
Choose a tag to compare

Fixed a bug regarding the store() function that caused malformed filepaths (/filenames)

1.0.0

16 Aug 09:18
Compare
Choose a tag to compare
  • upgraded to Java 17
  • little performance improvement for the GpuSolver thanks to some optimizations
  • set the delays between progress updates and between time updates
  • enable or disable progress updates
  • enable or disable automatic saving of a Solver at certain progress values
  • enable or disable automatic deletion of those auto save files after a Solver is done
  • set the OpenCL workgroup size for the GpuSolver
  • some bugfixes