Author: 6814001748 Kritchanat Thanapiphatsiri
Important
This report was made under the 01204596 Optimisation course of Department of Computer Engineering, Faculty of Engineering, Kasetsart University.
Given a weighted undirected graph
Max-Cut is NP-hard (one of Karp's 21 NP-complete problems in its decision form) and is the canonical benchmark for quantum optimisation algorithms such as QAOA. The problem naturally maps to an Ising Hamiltonian, connecting it directly to quantum computing and statistical physics.
Quantum-Inspired Cosmological Optimisation is a novel population-based metaheuristic inspired by the evolution of the universe and quantum mechanical phenomena. It consists of the following phases:
- Big Bang Initialisation -- random population generation
-
Gravitational Attraction -- solutions are drawn towards high-fitness
regions, weighted by fitness-proportional "mass" and modulated by a decaying
Hubble parameter
$H(t) = H_0 \cdot \alpha^t$ -
Quantum Tunnelling -- probabilistic barrier-crossing with
energy-barrier-aware probability
$P_{\text{tunnel}} = \exp(-\Delta E / T_q(t))$ , enabling escape from local optima -
Dark Energy Perturbation -- small stochastic perturbations scaled by
$H(t)$ to prevent premature convergence - Cosmic Inflation Restart -- when population diversity drops below a threshold, the bottom half is re-initialised while preserving elites
-
Gravitational Collapse -- periodic one-flip local search on elite
solutions with efficient
$O(|E|)$ delta evaluation - CMB Memory -- an archive of historically best solutions, periodically re-injected to preserve discovered structure
- Adaptive quantum tunnelling: tunnelling probability and magnitude adapt based on the energy barrier between a solution and the current best
- Hubble parameter: a single decaying parameter that simultaneously controls gravitational force, tunnelling magnitude, and dark energy -- providing a smooth exploration-to-exploitation transition
- Diversity-triggered inflation: automatic detection and correction of premature convergence
Experiments on random Erdos-Renyi weighted graphs with 10 independent trials per configuration:
| QICO (mean) | GA (mean) | SA (mean) | SQA (mean) | ||
|---|---|---|---|---|---|
| 20 | 105 | 397.3 | 391.5 | 398.0 | 391.8 |
| 50 | 486 | 1740.7 | 1736.7 | 1737.2 | 1714.3 |
| 100 | 1523 | 5184.6 | 5146.8 | 5187.0 | 5072.8 |
QICO consistently ranks among the top two algorithms across all problem sizes, achieving the best mean and lowest variance on medium-sized instances.
uv run -m src.mainThis runs the full comparison experiment and saves convergence plots to
slides/assets/.
- The slide KU logo is owned by Kasetsart University.