paper-with-me

홈 › Papers

Solving Sudoku with Ant Colony Optimisation

2018-05-09 · Huw Lloyd, Martyn Amos

In this paper we present a new Ant Colony Optimisation-based algorithm for Sudoku, which out-performs existing methods on large instances. Our method includes a novel anti-stagnation operator, which we call Best Value Evaporation.

📄 PDF Abstract BibTeX arXiv:1805.03545

Code (2)

huwlloyd-mmu/sudoku_acs 공식 구현
christee8/sudoku-solver-aco

Similar Papers 제목 키워드 기반

ABCO: Adaptive Bacterial Colony Optimisation

2025-05-02 · Barisi Kogam, Yevgeniya Kovalchuk, Mohamed Medhat Gaber

This paper introduces a new optimisation algorithm, called Adaptive Bacterial Colony Optimisation (ABCO), modelled after the foraging behaviour of E. coli bacteria. The algorithm follows three stages--explore, exploit an…

100% accurate Sudoku solving with deep learning algorithm

2025-01-06 · Looking for endorsement to publish on Arxiv 2025 1 · Sébastien Guissart

A deep learning model capable of solving any Sudoku grid (so far). The model uses the Sudoku grid symmetry and it iteratively solves the grid filling digit step by step. A trial-and-error algorithm is also used if the m…

Deep Learning

MaxSAT-Based Feedback for Guiding Vision-Language Models in Sudoku

2026-07-14 · Pedro Orvalho, Guillem Alenyà, Felip Manyà arxiv

Vision--Language Models (VLMs) have recently demonstrated promising performance on structured visual reasoning tasks, including grid-based puzzles. However, despite strong perceptual capabilities, these models lack expli…

Visual Reasoning

Fast-Spanning Ant Colony Optimisation (FaSACO) for Mobile Robot Coverage Path Planning

2022-05-31 · Christopher Carr, Peng Wang

Coverage Path Planning (CPP) aims at finding an optimal path that covers the whole given space. Due to the NP-hard nature, CPP remains a challenging problem. Bio-inspired algorithms such as Ant Colony Optimisation (ACO) …

CPU

Explaining Puzzle Solutions in Natural Language: An Exploratory Study on 6x6 Sudoku

2025-05-21 · Anirudh Maiya, Razan Alghamdi, Maria Leonor Pacheco, Ashutosh Trivedi 외

The success of Large Language Models (LLMs) in human-AI collaborative decision-making hinges on their ability to provide trustworthy, gradual, and tailored explanations. Solving complex puzzles, such as Sudoku, offers a …

Decision Making