paper-with-me

Papers

Self-adaptive Potential-based Stopping Criteria for Particle Swarm Optimization

2019-05-29 · Bernd Bassimir, Manuel Schmitt, Rolf Wanka

We study the variant of Particle Swarm Optimization (PSO) that applies random velocities in a dimension instead of the regular velocity update equations as soon as the so-called potential of the swarm falls below a certain bound in this dimension, arbitrarily set by the user. In this case, the swarm performs a forced move. In this paper, we are interested in how, by counting the forced moves, the swarm can decide for itself to stop its movement because it is improbable to find better solution candidates as it already has found. We formally prove that when the swarm is close to a (local) optimum, it behaves like a blind-searching cloud, and that the frequency of forced moves exceeds a certain, objective function-independent value. Based on this observation, we define stopping criteria and evaluate them experimentally showing that good solution candidates can be found much faster than applying other criteria.

📄 PDF Abstract BibTeX arXiv:1906.08867

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stopping Criteria for, and Strong Convergence of, Stochastic Gradient Descent on Bottou-Curtis-Nocedal Functions

2020-04-01 · Vivak Patel

Stopping criteria for Stochastic Gradient Descent (SGD) methods play important roles from enabling adaptive step size schemes to providing rigor for downstream analyses such as asymptotic inference. Unfortunately, curren…

Open-Ended Question Answering

Hitting the Target: Stopping Active Learning at the Cost-Based Optimum

2021-10-07 · Zac Pullar-Strecker, Katharina Dost, Eibe Frank, Jörg Wicker

Active learning allows machine learning models to be trained using fewer labels while retaining similar performance to traditional supervised learning. An active learner selects the most informative data points, requests…

Active Learning

A New Inexact Proximal Linear Algorithm with Adaptive Stopping Criteria for Robust Phase Retrieval

2023-04-25 · Zhong Zheng, Shiqian Ma, Lingzhou Xue

This paper considers the robust phase retrieval problem, which can be cast as a nonsmooth and nonconvex optimization problem. We propose a new inexact proximal linear algorithm with the subproblem being solved inexactly.…

Retrieval

Dynamic Self-Consistency: Leveraging Reasoning Paths for Efficient LLM Sampling

2024-08-30 · Guangya Wan, Yuqi Wu, Jie Chen, Sheng Li

Self-Consistency (SC) is a widely used method to mitigate hallucinations in Large Language Models (LLMs) by sampling the LLM multiple times and outputting the most frequent solution. Despite its benefits, SC results in s…

Quantitative Performance Analysis of Stopping Criteria for CMA-ES

2026-06-08 · Ryoji Tanabe arxiv

Covariance matrix adaptation evolution strategy (CMA-ES) is a state-of-the-art black-box optimization algorithm. In general, CMA-ES uses a portfolio of multiple stopping criteria to automatically determine when to stop t…