中文
相关论文

相关论文: A suite of diagnostic metrics for characterizing s…

200 篇论文

LLM-guided evolutionary search (Evolve systems) has reached state-of-the-art results on mathematical and combinatorial tasks, yet most existing systems report only the best of many runs and leave the run-to-run distribution undocumented. We…

计算与语言 · 计算机科学 2026-05-29 Sixue Xing , Haoyu He , Kerui Wu , Zhuo Yang , Haozheng Luo , Tianfan Fu , Aarthy Nagarajan

Lexicase selection and novelty search, two parent selection methods used in evolutionary computation, emphasize exploring widely in the search space more than traditional methods such as tournament selection. However, lexicase selection is…

神经与进化计算 · 计算机科学 2019-07-04 Lia Jundt , Thomas Helmuth

One of the main obstacles of adopting digital pathology is the challenge of efficient processing of hyperdimensional digitized biopsy samples, called whole slide images (WSIs). Exploiting deep learning and introducing compact WSI…

计算机视觉与模式识别 · 计算机科学 2023-04-19 Azam Asilian Bidgoli , Shahryar Rahnamayan , Taher Dehkharghanian , Abtin Riasatian , H. R. Tizhoosh

Dogfight is a tactical behavior of cooperation between fighters. Inspired by this, this paper proposes a novel metaphor-free metaheuristic algorithm called Dogfight Search (DoS). Unlike traditional algorithms, DoS draws algorithmic…

人工智能 · 计算机科学 2026-03-31 Yujing Sun , Jie Cai , Xingguo Xu , Yuansheng Gao , Lei Zhang , Kaichen Ouyang , Zhanyu Liu

Using Large Language Models (LLMs) in an evolutionary or other iterative search framework have demonstrated significant potential in automated algorithm design. However, the underlying fitness landscape, which is critical for understanding…

人工智能 · 计算机科学 2025-08-28 Fei Liu , Qingfu Zhang , Jialong Shi , Xialiang Tong , Kun Mao , Mingxuan Yuan

Landscape-aware algorithm selection approaches have so far mostly been relying on landscape feature extraction as a preprocessing step, independent of the execution of optimization algorithms in the portfolio. This introduces a significant…

神经与进化计算 · 计算机科学 2022-06-08 Anja Jankovic , Diederick Vermetten , Ana Kostovska , Jacob de Nobel , Tome Eftimov , Carola Doerr

This paper presents enhancements to the projection pursuit tree classifier and visual diagnostic methods for assessing their impact in high dimensions. The original algorithm uses linear combinations of variables in a tree structure where…

机器学习 · 统计学 2026-03-16 Natalia da Silva , Dianne Cook , Eun-Kyung Lee

One potential drawback of using aggregated performance measurement in machine learning is that models may learn to accept higher errors on some training cases as compromises for lower errors on others, with the lower errors actually being…

机器学习 · 计算机科学 2023-12-21 Li Ding , Lee Spector

Behavior domination is proposed as a tool for understanding and harnessing the power of evolutionary systems to discover and exploit useful stepping stones. Novelty search has shown promise in overcoming deception by collecting diverse…

神经与进化计算 · 计算机科学 2017-04-20 Elliot Meyerson , Risto Miikkulainen

Phylogenies (ancestry trees) depict the evolutionary history of an evolving population. In evolutionary computing, a phylogeny can reveal how an evolutionary algorithm steers a population through a search space, illuminating the…

神经与进化计算 · 计算机科学 2023-06-08 Alexander Lalejini , Matthew Andres Moreno , Jose Guadalupe Hernandez , Emily Dolson

Lexicase selection is a successful parent selection method in genetic programming that has outperformed other methods across multiple benchmark suites. Unlike other selection methods that require explicit parameters to function, such as…

神经与进化计算 · 计算机科学 2024-07-23 Jose Guadalupe Hernandez , Anil Kumar Saini , Jason H. Moore

This study unveils the In-Context Evolutionary Search (ICE-SEARCH) method, which is among the first works that melds large language models (LLMs) with evolutionary algorithms for feature selection (FS) tasks and demonstrates its…

机器学习 · 计算机科学 2024-05-10 Tianze Yang , Tianyi Yang , Fuyuan Lyu , Shaoshan Liu , Xue , Liu

This paper combines the idea of a hierarchical distributed genetic algorithm with different inter-agent partnering strategies. Cascading clusters of sub-populations are built from bottom up, with higher-level sub-populations optimising…

神经与进化计算 · 计算机科学 2010-07-05 Uwe Aickelin , Larry Bull

Many applications seek to optimize LLM outputs at test time by iteratively proposing, scoring, and refining candidates over a discrete output space. Existing methods use a calibrated scalar evaluator for the target objective to guide…

A coreset is a subset of the training set, using which a machine learning algorithm obtains performances similar to what it would deliver if trained over the whole original data. Coreset discovery is an active and open line of research as…

机器学习 · 计算机科学 2020-02-21 Pietro Barbiero , Giovanni Squillero , Alberto Tonda

We study the problem of sharing as many branching conditions of a given forest classifier or regressor as possible while keeping classification performance. As a constraint for preventing from accuracy degradation, we first consider the one…

机器学习 · 计算机科学 2022-12-15 Atsuyoshi Nakamura , Kento Sakurada

Machine learning (ML) research has yielded powerful tools for training accurate prediction models despite complex multivariate associations (e.g. interactions and heterogeneity). In fields such as medicine, improved interpretability of ML…

机器学习 · 计算机科学 2021-04-28 Robert Zhang , Rachael Stolzenberg-Solomon , Shannon M. Lynch , Ryan J. Urbanowicz

Evolutionary algorithms (EA) have been widely accepted as efficient solvers for complex real world optimization problems, including engineering optimization. However, real world optimization problems often involve uncertain environment…

神经与进化计算 · 计算机科学 2016-11-17 Maumita Bhattacharya , R. Islam , A. Mahmood

LLM-guided evolutionary methods such as AlphaEvolve have proven effective in domains like math, systems research, and algorithmic discovery, but their reliance on frontier models makes each run expensive. We argue this is largely an…

神经与进化计算 · 计算机科学 2026-05-12 Temoor Tanveer

In genetic programming, an evolutionary method for producing computer programs that solve specified computational problems, parent selection is ordinarily based on aggregate measures of performance across an entire training set. Lexicase…

神经与进化计算 · 计算机科学 2021-06-14 Thomas Helmuth , Lee Spector