New GPU Optimizer Finds All Modes of Complex Functions Faster

Ira Wolfson· June 26, 2026 View original

▶ The 2-minute explainer

Summary

Researchers introduce Chisao, a GPU-native parallel optimizer designed to find all modes of multimodal black-box functions by using a convergence-anticonvergence oscillation cycle. It achieves 100% mode recovery on challenging benchmarks, outperforming CPU baselines with significant speedups, and is robust to substantial likelihood noise.

A new GPU-native parallel optimizer, named Chisao (Convergence-Halt-Invert-Stick-And-Oscillate), has been developed to tackle the challenging problem of finding all modes within multimodal black-box functions. Unlike existing sequential methods, Chisao leverages the massive parallelism of modern GPUs by processing an entire sample batch simultaneously. Its core innovation lies in a deliberate oscillation cycle between convergence and anticonvergence, which allows it to escape local optima while preserving already identified modes. The algorithm employs an asymmetric structural move: samples that locate true peaks are "frozen" and retained, while others continue exploration through momentum-based anticonvergence and stochastically smoothed gradients. Population diversity is maintained via adaptive reseeding strategies called Repulse Monkey and Golden Rooster. Benchmarking across 42 functions from the Simon Fraser University suite showed Chisao achieving 100% mode recovery, even where CPU-based methods failed at higher dimensions, and delivering up to 39x speedup.

Why it matters

This optimizer offers a significant leap in efficiency and reliability for complex optimization problems, enabling faster and more comprehensive exploration of solution spaces in fields like AI, scientific computing, and Bayesian inference.

How to implement this in your domain

  1. 1Integrate the open-source Chisao Python package into existing optimization workflows for multimodal black-box functions.
  2. 2Benchmark Chisao against current optimization methods for specific machine learning model hyperparameter tuning tasks.
  3. 3Apply Chisao to complex scientific simulations requiring the discovery of multiple optimal configurations or states.
  4. 4Utilize Chisao for robust Bayesian inference, especially in scenarios with highly multimodal posterior distributions.

Who benefits

AI/MLScientific ComputingEngineering DesignDrug DiscoveryFinancial Modeling

Key takeaways

  • Chisao is a GPU-native parallel optimizer for multimodal black-box functions.
  • It uses a unique convergence-anticonvergence oscillation to find all modes efficiently.
  • The optimizer achieves 100% mode recovery and significant speedups over CPU baselines.
  • It is robust to noise and available as an open-source Python package.

Original post by Ira Wolfson

"arXiv:2606.26164v1 Announce Type: new Abstract: Finding all modes of a multimodal black-box function is a fundamental challenge in optimization, Bayesian inference, and scientific computing. Existing approaches -- basin-hopping, CMA-ES, multistart gradient descent -- operate sequ…"

View on X

Originally posted by Ira Wolfson on X · view source

Want to go deeper?

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

Explore courses