Academia.eduAcademia.edu

Evolutionary Computation (EC)

description38 papers
group0 followers
lightbulbAbout this topic
Evolutionary Computation (EC) is a subset of artificial intelligence that employs mechanisms inspired by biological evolution, such as selection, mutation, and crossover, to solve optimization and search problems. It encompasses various algorithms, including genetic algorithms, evolutionary strategies, and genetic programming, aimed at evolving solutions over generations.
lightbulbAbout this topic
Evolutionary Computation (EC) is a subset of artificial intelligence that employs mechanisms inspired by biological evolution, such as selection, mutation, and crossover, to solve optimization and search problems. It encompasses various algorithms, including genetic algorithms, evolutionary strategies, and genetic programming, aimed at evolving solutions over generations.

Key research themes

1. How can evolutionary computation adaptively control algorithm parameters to improve optimization performance?

This research area investigates adaptive parameter control methods in evolutionary algorithms (EAs) to overcome the issues caused by fixed or poorly tuned parameters. Since EAs involve parameters such as mutation rates, crossover probabilities, and population sizes that significantly affect their optimization performance and convergence speed, adaptive strategies aim to dynamically adjust these parameters based on feedback from the ongoing search process. This adaptability is crucial for handling a wide range of problem instances where optimal parameter settings vary and for improving efficiency, especially in computationally expensive real-world optimization scenarios.

Key finding: Proposed an adaptive parameter control method that dynamically adjusts algorithm parameters based on separate optimization processes using feedback from the EA's recent performance. The method predicts parameter values likely... Read more
Key finding: Developed a memetic algorithm combining an evolutionary algorithm with a derivative-free local optimizer, NEWUOA, working as separate modules where the EA explores the search space broadly and the local search refines... Read more
Key finding: Compared several real-valued local search algorithms, embedded in a multi-start framework, providing insights into their individual strengths across problem dimensions. The study illuminates how hybridization or integration... Read more

2. What are effective approaches to leverage long-term memory in evolutionary algorithms to improve efficiency and avoid redundant evaluations?

This theme addresses the problem of duplicate solution evaluations during evolutionary search processes, which consume computational resources without contributing to progress. By employing long-term memory mechanisms to record entire search histories, EAs can detect previously encountered solutions (duplicates) and avoid unnecessary re-evaluations. Effective long-term memory assistance enables reallocation of computational budget towards unexplored regions or exploitation of promising areas, thus accelerating convergence especially in expensive real-world optimization problems.

Key finding: Introduced a Long Term Memory Assistance (LTMA) framework to record full search histories throughout the evolutionary process, enabling detection and replacement of duplicate individuals without redundant fitness evaluations.... Read more

3. How can evolutionary computation be applied to complex real-world problem domains for adaptive control and optimization?

Research under this theme focuses on the application and integration of evolutionary algorithms with domain-specific techniques such as neural networks, robotics control, civil engineering models, and game design. These studies investigate how EC methods can adaptively optimize parameters, evolve control strategies, or generate content in complex, dynamic, and high-dimensional problem spaces, demonstrating their value beyond theoretical or synthetic benchmarks to tangible engineering and entertainment systems.

Key finding: Presented biologically inspired approaches for designing autonomous robotic control systems using evolutionary techniques. Emphasized both hardware-based evolvable controller design and software-based algorithmic controller... Read more
Key finding: Demonstrated how evolutionary computation and artificial neural networks can be combined to model hydrological phenomena in urban basins, specifically rainfall-runoff relationships. The hybrid approach enables real-time... Read more
Key finding: Synthesized advancements in evolutionary computation applied to games, including evolving agent behaviors (e.g., via rolling horizon evolutionary algorithms), procedural content generation using genetic algorithms combined... Read more
Key finding: Surveyed successful applications of evolutionary algorithms in telecommunications, including antenna design optimization, frequency assignment, base station placement, and network routing. Emphasized that EAs address large... Read more
Key finding: Introduced Silvereye, a Grasshopper framework-integrated tool implementing particle swarm optimization (a Swarm Intelligence method related to EC) for architectural design optimization. Benchmarking on high-dimensional roof... Read more

All papers in Evolutionary Computation (EC)

In this paper, we develop new methods for adjusting configuration parameters of genetic algorithms operating in a noisy environment. Such methods are related to the scheduling of resources for tests performed in genetic algorithms.... more
Constrained optimization are naturally arises in many real-life applications, and is therefore gaining a constantly growing attention of the researchers. Evolutionary algorithms are not directly applied on constrained optimization... more
Several local search algorithms for real-valued domains (axis parallel line search, Nelder-Mead simplex search, Rosenbrock's algorithm, quasi-Newton method, NEWUOA, and VXQR) are described and thoroughly compared in this article,... more
In this paper, we propose a multi-restart memetic algorithm framework for box constrained global continuous optimisation. In this framework, an evolutionary algorithm (EA) and a local optimizer are employed as separated building blocks.... more
Constrained optimization are naturally arises in many real-life applications, and is therefore gaining a constantly growing attention of the researchers. Evolutionary algorithms are not directly applied on constrained optimization... more
In a previous paper (Rowe et al., 2002), aspects of the theory of genetic algorithms were generalised to the case where the search space, Ω, had an arbitrary group action defined on it. Conditions under which genetic operators respect... more
The breeder genetic algorithm (BGA) models artificial selection as performed by human breeders. The science of breeding is based on advanced statistical methods. In this paper a connection between genetic algorithm theory and the science... more
Constrained optimization are naturally arises in many real-life applications, and is therefore gaining a constantly growing attention of the researchers. Evolutionary algorithms are not directly applied on constrained optimization... more
Constrained optimization are naturally arises in many real-life applications, and is therefore gaining a constantly growing attention of the researchers.Evolutionary algorithms are not directly applied on constrained optimization... more
As energy fuels play a significant role in many parts of human life, it is of great importance to have an effective price predictive analysis. In this chapter, the hybridization of Least Squares Support Vector Machines (LSSVM) with an... more
In this paper we describe the genetic programming system GGP operating on graphs and introduce the notion of graph isomorphisms to explain how they influence the dynamics of GP. It is shown empirically how fitness databases can improve... more
Financial forecasting is one of the imperative fields of research, where investors invest money and get restless for the future changes of the stock values in the market. In the recent course of time forecasting stock price is one of the... more
Thep-center problem is one of choosingp facilities froma set of candidates to satisfy the demands of n clients in order to minimize the maximum cost between a client and the facility towhich it is assigned. In this article, PBS, a... more
The prediction of wind farm output power is considered as an emphatic way to increase the wind energy capacity and improve the safety and economy of the power system. The wind farm output energy depends upon various factors such as wind... more
In the financial time series forecasting field, the problem that we often encountered is how to increase the predict accuracy as possible using the noisy financial data. In this study, we discuss the use of supervised neural networks as... more
In the financial time series forecasting field, the problem that we often encountered is how to increase the predict accuracy as possible using the noisy financial data. In this study, we discuss the use of supervised neural networks as... more
Chaotic signal is a natural phenomenon exhibiting in every condition of dynamical system. Chaotic signals are almost unpredictable, noise-like, uncertain and irregular behavior, yet they are very useful in numerous applications of signal... more
Time series consists of complex nonlinear and chaotic patterns that are difficult to forecast. This paper proposes a novel hybrid forecasting model which combines the group method of data handling (GMDH) and the least squares support... more
This paper presents a comparative study which involved five hybrid meta-heuristic methods to predict the weather five days in advance. The identified meta-heuristic methods namely Moth-flame Optimization (MFO), Cuckoo Search algorithm... more
Malaysia. Her research interest is broadly in data analysis and management for large scale computing. This includes data mining (discovering patterns of interest from data), data warehousing, information retrieval and software reuse.... more
Several local search algorithms for real-valued domains (axis-parallel line search, Nelder-Mead simplex search, Rosenbrock's algorithm, quasi-Newton method, NEWUOA and VXQR) are described and thoroughly compared in this article, embedding... more
Several local search algorithms for real-valued domains (axis-parallel line search, Nelder-Mead simplex search, Rosenbrock's algorithm, quasi-Newton method, NEWUOA and VXQR) are described and thoroughly compared in this article, embedding... more
We describe the genetic programming system GGP operating on graphs and introduce the notion of graph isomorphisms to explain how they influence the dynamics of GP. It is shown empirically how fitness databases can improve the performance... more
A large training set of fitness cases can critically slow down genetic programming, if no appropriate subset selection method is applied. Such a method allows an individual to be evaluated on a smaller subset of fitness cases. In this... more
In the field of weather forecasting, especially in rainfall prediction many researchers employed different data mining techniques. There is numerous method of organizing agricultural engineering substance and it remains an open research... more
The ability of obtain accurate information on future river flow is a fundamental key for water resources planning, and management. Traditionally, single models have been introduced to predict the future value of river flow. This paper... more
In this paper, we develop new methods for adjusting configuration parameters of genetic algorithms operating in a noisy environment. Such methods are related to the scheduling of resources for tests performed in genetic algorithms.... more
The p-center problem is one of choosing p facilities from a set of candidates to satisfy the demands of n clients in order to minimize the maximum cost between a client and the facility to which it is assigned. In this article, PBS, a... more
Successful predictions of future stock will maximize the profit of the investors. The Prediction of the stock market is the task to determine the upcoming value of instrument traded on a company stock or financial exchange. The Report... more
• A novel ensemble forecasting framework for PV integrated bioclimatic buildings. • Five different predictors along with their wavelet transformed are combined. • Bayesian model averaging technique is used to aggregate the multiple... more
Nowadays, stock market data forecasting has drawn a high attention in the field of nonstationary and nonlinear time series data with a high heteroscedasticity, since improving the forecasting accuracy is a hot topic for the researchers.... more
—Wind energy is considered as one of the most remarkably renewable energy origins that reduce the expenditure of electricity production. In the last decade, there are several forecasting speed of wind algorithms that have been to improve... more
Download research papers for free!