paper-with-me

Papers

ClustOpt: A Clustering-based Approach for Representing and Visualizing the Search Dynamics of Numerical Metaheuristic Optimization Algorithms

2025-07-03 · Gjorgjina Cenikj, Gašper Petelin, Tome Eftimov arxiv

Understanding the behavior of numerical metaheuristic optimization algorithms is critical for advancing their development and application. Traditional visualization techniques, such as convergence plots, trajectory mapping, and fitness landscape analysis, often fall short in illustrating the structural dynamics of the search process, especially in high-dimensional or complex solution spaces. To address this, we propose a novel representation and visualization methodology that clusters solution candidates explored by the algorithm and tracks the evolution of cluster memberships across iterations, offering a dynamic and interpretable view of the search process. Additionally, we introduce two metrics - algorithm stability and algorithm similarity- to quantify the consistency of search trajectories across runs of an individual algorithm and the similarity between different algorithms, respectively. We apply this methodology to a set of ten numerical metaheuristic algorithms, revealing insights into their stability and comparative behaviors, thereby providing a deeper understanding of their search dynamics.

📄 PDF Abstract BibTeX arXiv:2507.02337

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Goodness-of-Fit and Clustering of Spherical Data: the QuadratiK package in R and Python

2024-02-03 · Giovanni Saraceno, Marianthi Markatou, Raktim Mukhopadhyay, Mojgan Golzy

We introduce the QuadratiK package that incorporates innovative data analysis methodologies. The presented software, implemented in both R and Python, offers a comprehensive set of goodness-of-fit tests and clustering te…

Clustering

Interpretable label-free self-guided subspace clustering

2024-11-26 · Ivica Kopriva

Majority subspace clustering (SC) algorithms depend on one or more hyperparameters that need to be carefully tuned for the SC algorithms to achieve high clustering performance. Hyperparameter optimization (HPO) is often …

ClusteringHyperparameter Optimization

Visualizing Bags of Vectors

2013-10-12 · Sriramkumar Balasubramanian, Raghuram Reddy Nagireddy

The motivation of this work is two-fold - a) to compare between two different modes of visualizing data that exists in a bag of vectors format b) to propose a theoretical model that supports a new mode of visualizing dat…

Visualizing and Benchmarking LLM Factual Hallucination Tendencies via Internal State Analysis and Clustering

2026-01-18 · Nathan Mao, Varun Kaushik, Shreya Shivkumar, Parham Sharafoleslami 외 arxiv

Large Language Models (LLMs) often hallucinate, generating nonsensical or false information that can be especially harmful in sensitive fields such as medicine or law. To study this phenomenon systematically, we introduc…

Penzai + Treescope: A Toolkit for Interpreting, Visualizing, and Editing Models As Data

2024-08-01 · Daniel D. Johnson

Much of today's machine learning research involves interpreting, modifying or visualizing models after they are trained. I present Penzai, a neural network library designed to simplify model manipulation by representing …