← Latest papers
💻 computer science

Dual-Stage Guided Artificial Lemming Algorithm (DALA) For Solving Engineering Application Optimization Problems

This paper proposes the Dual-Stage Guided Artificial Lemming Algorithm (DALA), which enhances the traditional ALA through adaptive probability ranking, a two-stage greedy strategy combining adversarial and topological learning, and JADE mutation to effectively solve high-dimensional engineering optimization problems and hyperparameter tuning for power load forecasting.

Original authors: Jiayi Gao, Yu Zhang

Published 2026-07-17
📖 4 min read☕ Coffee break read

Original authors: Jiayi Gao, Yu Zhang

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to find the absolute best spot in a massive, foggy forest to set up a campsite. You want the view to be perfect, the ground to be flat, and the mosquitoes to be nonexistent. But the forest is so huge and the fog so thick that you can't see the whole picture at once. This is the daily struggle of "optimization," a branch of science where computers try to find the single best solution to a problem among millions of possibilities. In the real world, these problems aren't just about campsites; they are about designing bridges that use the least amount of steel, tuning the brain of a self-driving car, or predicting how much electricity a city will need tomorrow.

To solve these puzzles, scientists often use "metaheuristic algorithms." Think of these as digital explorers that mimic how nature solves problems. Instead of checking every single spot in the forest (which would take forever), these algorithms send out a swarm of virtual agents that wander around, learn from each other, and gradually zero in on the best spot. One popular explorer is the "Artificial Lemming Algorithm" (ALA), which copies the behavior of real lemmings: they migrate long distances, dig burrows, forage for food, and run from predators. But even these digital lemmings have a flaw: sometimes they get stuck in a small, mediocre patch of the forest, thinking it's the best place, and miss the amazing view just over the hill.

This paper introduces a smarter, upgraded version called the Dual-Stage Guided Artificial Lemming Algorithm (DALA). The researchers, Jiayi Gao and Yu Zhang from Northeast Forestry University, realized that the original lemmings were a bit too rigid. They didn't know when to stop wandering and start digging, or when to stick together and when to split up. To fix this, they gave the lemmings a "coach" and a "game plan."

First, they added a Rank-Based Adaptive Probability system. Imagine the lemmings are a sports team. In the old version, everyone got the same instructions regardless of how well they were playing. In DALA, the coach looks at the scoreboard. The top players (the "elite" lemmings who found good spots) are told to focus intensely on refining their immediate area—digging deeper and checking every inch of the ground. The players who are struggling (the "bottom-tier" lemmings) are told to take a big risk and run far away to find a completely new area. This ensures the team doesn't waste time on bad spots while also making sure the best spots are explored thoroughly.

Second, they introduced a Two-Stage Greedy Strategy. This is like a "double-check" system. Before a lemming settles into a new burrow, it doesn't just trust its first instinct. It pauses and asks two questions: "What if I looked at this from the exact opposite angle?" (a technique called Opposition-Based Learning) and "What if I asked my three closest neighbors what they think?" (Topological Neighborhood Learning). If the new idea is better, the lemming takes it. This helps the algorithm escape "local traps"—those mediocre spots that look good but aren't the best.

Finally, they borrowed a trick from a different algorithm called JADE. Sometimes, even the best teams get stuck in a routine. To shake things up, DALA randomly injects a bit of chaos, forcing some lemmings to jump to a totally new, unpredictable location. This keeps the search fresh and prevents the whole group from getting stuck in the same loop.

The researchers tested this new "super-lemming" against eight other popular algorithms using a set of 29 standard, tricky math problems (known as the CEC 2017 and CEC 2020 benchmarks). The results were impressive: DALA found better solutions more often than the others, especially on the hardest, most complex problems. It didn't just win on paper, though; the team also used it to solve five real-world engineering challenges, like designing a pressure vessel (a tank that holds gas under high pressure) and a gear system for a machine. In these tests, DALA found designs that were lighter, cheaper, or more efficient than those found by the other methods.

Perhaps most excitingly, they used DALA to tune the "brain" of a computer model designed to predict electricity usage. By finding the perfect settings for this model, DALA helped it predict power loads with much higher accuracy than before. This suggests that DALA isn't just a theoretical toy; it's a powerful tool that could help engineers build better machines and keep our power grids running smoothly. While the researchers admit the algorithm still has room to grow—especially in how it starts its search and handles certain types of complex, mixed-up problems—their work shows that by giving digital lemmings a better strategy, we can solve some of the world's toughest engineering puzzles more effectively.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →