Evolutionary Strategies Show Promise in Training Complex Artificial Neural Networks

Saturday 22 March 2025


Artificial Intelligence has come a long way in recent years, and researchers have been pushing its boundaries by exploring new ways to train machines. One such approach is called Evolutionary Strategies, which uses principles of natural evolution to optimize complex systems. In a recent study, scientists from the Czech Republic tested this method on a type of artificial neural network known as Transformers.


Transformers are incredibly powerful tools for processing and analyzing vast amounts of data. They’re commonly used in tasks like language translation, speech recognition, and even generating text. However, training these models can be computationally expensive and time-consuming.


Evolutionary Strategies, on the other hand, is a type of optimization algorithm that mimics the process of natural evolution. It starts with an initial population of candidate solutions, and through a series of iterations, it selects and mutates the fittest individuals to produce better offspring. This process continues until the optimal solution is reached.


In this study, researchers applied Evolutionary Strategies to train Transformers in a reinforcement learning setting. Reinforcement learning involves training agents to make decisions by interacting with their environment and receiving rewards or penalties for their actions.


The scientists used two variations of Evolutionary Strategies: Novelty Search (NS-ES) and Quality-Diversity (NSR-ES). The first approach focuses on exploring new behaviors, while the second combines exploration with optimization. They tested these algorithms on a Decision Transformer, a type of neural network designed specifically for reinforcement learning tasks.


The results were promising. NSR-ES, in particular, showed impressive performance, achieving comparable results to traditional reinforcement learning methods using gradient-based optimization. This is significant because it suggests that Evolutionary Strategies can be used as an alternative to traditional methods, potentially leading to more efficient and effective training of complex models like Transformers.


One interesting finding was the effect of pretraining on the training process. Pretraining involves training a smaller model before fine-tuning it for a specific task. In this case, pretraining didn’t improve performance when using NS-ES or NSR-ES. This might be because Evolutionary Strategies are already capable of exploring and optimizing complex solutions.


The researchers also identified some limitations to their approach. For instance, training with Evolutionary Strategies requires more computational resources than traditional methods. However, they propose a potential solution by utilizing previously trained simpler agents to accelerate the process.


This study demonstrates the potential of Evolutionary Strategies for training complex artificial neural networks like Transformers.


Cite this article: “Evolutionary Strategies Show Promise in Training Complex Artificial Neural Networks”, The Science Archive, 2025.


Artificial Intelligence, Evolutionary Strategies, Neural Networks, Transformers, Reinforcement Learning, Optimization Algorithm, Natural Evolution, Decision Transformer, Novelty Search, Quality-Diversity


Reference: Matyáš Lorenc, “Utilizing Novelty-based Evolution Strategies to Train Transformers in Reinforcement Learning” (2025).


Leave a Reply