y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#evolutionary-algorithms News & Analysis

49 articles tagged with #evolutionary-algorithms. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

49 articles
AIBullisharXiv – CS AI · Jun 257/10
🧠

Agentic evolution of physically constrained foundation models

Researchers developed a multi-agent AI system that autonomously designs hardware-compatible computing systems using an Evolutionary Knowledge Graph, successfully compressing a 235-billion-parameter foundation model onto constrained dual-A100 servers with 75% memory reduction. The framework evolved two novel compression techniques (Q-Enhance and MoE-Salient-AQ) that outperform manually-engineered alternatives, establishing a scalable paradigm for hardware-software co-design in AI deployment.

AIBullisharXiv – CS AI · Jun 27/10
🧠

EvoPool: Evolutionary Programmatic Annotation for Label-Efficient Specialized Supervision

EvoPool is an evolutionary multi-agent framework that generates specialized annotation code to label training data more efficiently than LLMs for domain-specific tasks. The system operates 4,500-31,000x faster than LLM annotation while achieving superior performance across biomedical, legal, and reasoning tasks, with improvements up to +0.301 macro-F1 on specialized benchmarks.

AIBullisharXiv – CS AI · Apr 207/10
🧠

EvoTest: Evolutionary Test-Time Learning for Self-Improving Agentic Systems

Researchers introduce EvoTest, an evolutionary framework enabling AI agents to improve performance across consecutive test episodes without fine-tuning or gradients. The method outperforms existing adaptation techniques on a new Jericho Test-Time Learning benchmark, successfully winning games that all baseline methods failed to complete.

AINeutralarXiv – CS AI · Apr 67/10
🧠

AgenticRed: Evolving Agentic Systems for Red-Teaming

AgenticRed introduces an automated red-teaming system that uses evolutionary algorithms and LLMs to autonomously design attack methods without human intervention. The system achieved near-perfect attack success rates across multiple AI models, including 100% success on GPT-5.1, DeepSeek-R1 and DeepSeek V3.2.

🧠 GPT-5🧠 Llama
AIBullisharXiv – CS AI · Mar 57/10
🧠

Joint Hardware-Workload Co-Optimization for In-Memory Computing Accelerators

Researchers developed a joint hardware-workload co-optimization framework for in-memory computing accelerators that can efficiently support multiple neural network workloads rather than just single specialized models. The framework achieved significant energy-delay-area product reductions of up to 76.2% and 95.5% compared to baseline methods when optimizing across multiple workloads.

AIBullisharXiv – CS AI · Mar 37/102
🧠

The FM Agent

Researchers have developed FM Agent, a multi-agent AI framework that combines large language models with evolutionary search to autonomously solve complex research problems. The system achieved state-of-the-art results across multiple domains including operations research, machine learning, and GPU optimization without human intervention.

AIBullisharXiv – CS AI · Feb 277/106
🧠

On Discovering Algorithms for Adversarial Imitation Learning

Researchers have developed DAIL (Discovered Adversarial Imitation Learning), the first meta-learned AI algorithm that uses LLM-guided evolutionary methods to automatically discover reward assignment functions for training AI agents. This breakthrough addresses stability issues in adversarial imitation learning and demonstrates superior performance compared to human-designed approaches across different environments.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Decomposing Financial Market Dynamics via Mechanism Analysis in an Evolutionary Multi-Agent Simulation

Researchers decompose financial market dynamics by testing four pluggable mechanisms in an evolutionary agent-based model with 120 heterogeneous agents, finding that selection operators control diversity, price microstructure drives realism, and behavioral bias amplifies fragility—but these levers operate largely independently, offering a framework for understanding which market design choices produce which emergent properties.

AINeutralarXiv – CS AI · Jun 196/10
🧠

Residual-Space Evolutionary Optimization via Flow-based Generative Models

Researchers introduce residual-space evolutionary optimization, a framework combining flow-based generative models with evolutionary algorithms to enable data editing without requiring differentiable objectives or gradient-based optimization. The method separates local refinement and broad exploration through self-pollination and cross-pollination mechanisms, validated on image benchmarks and crystal structure data.

AINeutralarXiv – CS AI · Jun 115/10
🧠

SPEA2$^+$: Improved Density Estimation in SPEA2 with Provable Runtime Guarantees

Researchers present SPEA2+, an improved variant of the Strength Pareto Evolutionary Algorithm 2 that addresses limitations in handling dominated solutions during multi-objective optimization. The original SPEA2 struggles with diversity maintenance compared to competing algorithms, a problem solved by replacing k-th nearest-neighbor distance metrics with all-pairwise distance calculations.

AIBullisharXiv – CS AI · Jun 116/10
🧠

APEX: Automated Prompt Engineering eXpert with Dynamic Data Selection

APEX introduces a data-efficient framework for automatic prompt optimization in large language models by dynamically categorizing training data into Easy, Hard, and Mixed tiers. The system prioritizes Mixed-tier data to identify high-leverage subsets that improve prompt quality, achieving 11.2% performance gains on Gemini 2.5 Flash with 40% fewer evaluations than static approaches.

🧠 Gemini
AINeutralarXiv – CS AI · Jun 106/10
🧠

Towards Diverse Scientific Hypothesis Search with Large Language Models

Researchers propose a new evolutionary framework for using large language models to generate diverse, high-quality scientific hypotheses by reformulating the search as a sampling problem inspired by parallel tempering. The approach addresses a critical limitation where traditional optimization-focused methods collapse into homogeneous solutions, enabling scientists to maintain multiple robust candidate hypotheses under fixed validation budgets across molecular, equation, and algorithm discovery domains.

AINeutralarXiv – CS AI · Jun 96/10
🧠

FunctionEvolve: Structure-Guided Symbolic Regression with LLMs

FunctionEvolve is a new evolutionary framework that combines expression trees with LLM guidance to recover exact mathematical equations from data, achieving 82.9% accuracy on synthetic benchmarks—significantly outperforming prior symbolic regression methods by making the search process structure-aware rather than structure-blind.

🧠 Claude🧠 Opus
AIBullisharXiv – CS AI · Jun 96/10
🧠

Discovering heuristics in a complex SAT solver with large language models

Researchers have developed AutoModSAT, a framework that leverages large language models to automatically discover and optimize heuristics in SAT solvers, achieving 40% performance improvements over baseline solvers. The approach combines modular solver design with LLM-guided function generation and evolutionary algorithms, demonstrating significant practical gains across diverse datasets.

AINeutralarXiv – CS AI · Jun 86/10
🧠

LLM-Guided Search for Deletion-Correcting Codes

Researchers adapted FunSearch, an LLM-guided evolutionary search method, to discover deletion-correcting codes—mathematical constructs that help recover data lost during transmission. The work represents the first application of LLM-guided evolutionary search to error-correcting codes, achieving improvements in single and multiple deletion scenarios, though computational limitations restrict the approach to short code lengths.

AINeutralarXiv – CS AI · Jun 26/10
🧠

LLM-Evolved Pattern Generators for Optimal Classical Planning

Researchers have developed a novel method using large language models and evolutionary algorithms to automatically generate admissible heuristics for optimal classical planning problems. Unlike existing learned heuristics that improve search speed but cannot guarantee optimal solutions, this approach preserves A* optimality guarantees while matching or exceeding the performance of traditional domain-independent methods.

AINeutralarXiv – CS AI · Jun 16/10
🧠

Evolutionary Algorithm for Reservoir Learning and Yielding

EARLY (Evolutionary Algorithm for Reservoir Learning and Yielding) introduces an automated method for optimizing Echo State Networks by evolving both topology and hyperparameters using evolutionary algorithms. The framework demonstrates that evolved architectures outperform random search baselines and adapt their complexity based on task difficulty, suggesting potential for creating reusable neural network structures across diverse temporal learning problems.

AINeutralarXiv – CS AI · May 296/10
🧠

Evolutionary Rule Extraction from Corporate Default Prediction Models

Researchers developed DEXiRE-EVO, an evolutionary rule extraction framework combining machine learning with explainable AI to predict SME defaults in Italy. The approach outperforms traditional logistic regression while maintaining interpretability, identifying key risk factors like weak liquidity, high leverage, and operational inefficiency across 50,718 firms from 2015-2024.

AINeutralarXiv – CS AI · May 286/10
🧠

Performance and Explainability Requirements of Evolutionary Algorithms in Real-World Physics-Informed Optimization

Researchers identify a significant gap between evolutionary computation research and real-world physics-based optimization applications. Domain experts consistently require fast convergence and algorithm explainability, but existing evolutionary algorithm techniques remain underutilized in complex practical scenarios due to trust and performance concerns.

AINeutralarXiv – CS AI · May 286/10
🧠

A Fresh Look at Lamarckian Evolution and the Baldwin Effect

Researchers demonstrate that Baldwinian and Lamarckian evolutionary algorithms significantly outperform traditional Darwinian evolution on complex optimization problems like Maximum Independent Set and Maximum Cut. The study provides both empirical validation across multiple datasets and theoretical runtime analysis, showing that local search-augmented evolutionary algorithms offer practical advantages for solving NP-hard graph problems.

AINeutralarXiv – CS AI · May 276/10
🧠

DEI: Diversity in Evolutionary Inference for Quality-Diversity Search

Researchers present DEI, a distributed Quality-Diversity search framework that uses heterogeneous large language models as mutation operators to solve competitive programming tasks. A four-model ensemble achieved 124% higher performance than single-model baselines, demonstrating that model diversity—not just computational parallelism—drives superior outcomes in evolutionary AI search.

🧠 GPT-5🧠 Claude🧠 Haiku
Page 1 of 2Next →