New EDA Method Optimizes Sparse Black-Box Problems

Andreas Faust, Sven Nitzsche, Juergen Becker· June 19, 2026 View original

Summary

A novel approach uses zero-inflated Gaussian distributions within Estimation-of-Distribution Algorithms (EDAs) to handle sparse parameter spaces in black-box optimization. This method jointly optimizes sparsity patterns and active values, eliminating the need for hand-crafted sparsity operators.

Estimation-of-Distribution Algorithms (EDAs) are a robust class of evolutionary methods particularly effective for black-box optimization problems where the objective function's structure is largely unknown. Unlike traditional evolutionary algorithms that rely on predefined mutation and crossover operators, EDAs generate new solutions by fitting a probability distribution to the best-performing individuals and then sampling from it. A significant limitation of existing EDAs has been their inability to effectively handle sparse parameter spaces, where most coefficients in an optimal solution are exactly zero. Current solutions for sparse black-box optimization often reintroduce the very problem EDAs aim to avoid: the need for hand-crafted sparsity operators or complex multi-level schemes. This research introduces a generalization of EDAs to sparse parameter spaces by employing multivariate zero-inflated Gaussian (ZIG) distributions as the sampling law. This allows for the joint optimization of both sparsity patterns and the values of active parameters, bypassing the need for manual operator design. The proposed ZIG-EDA demonstrates faster convergence and higher returns on benchmarks like Lunar Lander, while also finding more parsimonious solutions.

Why it matters

Professionals in optimization, machine learning, and engineering can use this method to solve complex black-box problems more efficiently, especially when seeking sparse, interpretable, or resource-efficient solutions.

How to implement this in your domain

  1. 1Evaluate ZIG-EDA for optimizing sparse models in machine learning applications.
  2. 2Apply the ZIG-EDA framework to engineering design problems requiring sparse parameter sets.
  3. 3Develop custom black-box optimization routines using zero-inflated Gaussian distributions.
  4. 4Compare ZIG-EDA performance against traditional evolutionary algorithms on specific sparse optimization tasks.

Who benefits

Machine LearningRoboticsEngineering DesignScientific Computing

Key takeaways

  • Zero-inflated Gaussian distributions enable EDAs to handle sparse parameter spaces.
  • The method jointly optimizes sparsity patterns and active parameter values.
  • It eliminates the need for hand-crafted sparsity operators in black-box optimization.
  • ZIG-EDA shows improved convergence and higher performance on benchmarks.

Original post by Andreas Faust, Sven Nitzsche, Juergen Becker

"arXiv:2606.19369v1 Announce Type: new Abstract: Estimation-of-distribution algorithms (EDAs) are a powerful class of evolutionary methods for black-box optimization, especially when little is known about the structure of the objective. Whereas classical evolutionary algorithms re…"

View on X

Originally posted by Andreas Faust, Sven Nitzsche, Juergen Becker on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses