Abstract: Job-shop scheduling is a fundamental optimization issue in manufacturing. It involves determining the optimal allocation of many jobs among machines to increase makespan, throughput, and ...
Abstract: Deep neural networks are highly vulnerable to adversarial examples, which are inputs with small, carefully crafted perturbations that cause misclassification—making adversarial attacks a ...
A PyTorch implementation of Structure-As-Search, a fully unsupervised, non-autoregressive framework for solving the Traveling Salesman Problem (TSP). Run inference using a trained model (e.g., for V): ...
This repository contains an academic term project on solving a metric Traveling Salesperson Problem (TSP) using metaheuristic algorithms, focusing on Simulated Annealing (SA) and Ant Colony ...