Search results

1 – 9 of 9
Article
Publication date: 5 April 2024

Ting Zhou, Yingjie Wei, Jian Niu and Yuxin Jie

Metaheuristic algorithms based on biology, evolutionary theory and physical principles, have been widely developed for complex global optimization. This paper aims to present a…

Abstract

Purpose

Metaheuristic algorithms based on biology, evolutionary theory and physical principles, have been widely developed for complex global optimization. This paper aims to present a new hybrid optimization algorithm that combines the characteristics of biogeography-based optimization (BBO), invasive weed optimization (IWO) and genetic algorithms (GAs).

Design/methodology/approach

The significant difference between the new algorithm and original optimizers is a periodic selection scheme for offspring. The selection criterion is a function of cyclic discharge and the fitness of populations. It differs from traditional optimization methods where the elite always gains advantages. With this method, fitter populations may still be rejected, while poorer ones might be likely retained. The selection scheme is applied to help escape from local optima and maintain solution diversity.

Findings

The efficiency of the proposed method is tested on 13 high-dimensional, nonlinear benchmark functions and a homogenous slope stability problem. The results of the benchmark function show that the new method performs well in terms of accuracy and solution diversity. The algorithm converges with a magnitude of 10-4, compared to 102 in BBO and 10-2 in IWO. In the slope stability problem, the safety factor acquired by the analogy of slope erosion (ASE) is closer to the recommended value.

Originality/value

This paper introduces a periodic selection strategy and constructs a hybrid optimizer, which enhances the global exploration capacity of metaheuristic algorithms.

Details

Engineering Computations, vol. 41 no. 2
Type: Research Article
ISSN: 0264-4401

Keywords

Article
Publication date: 24 November 2023

Iman Rastgar, Javad Rezaeian, Iraj Mahdavi and Parviz Fattahi

The purpose of this study is to propose a new mathematical model that integrates strategic decision-making with tactical-operational decision-making in order to optimize…

Abstract

Purpose

The purpose of this study is to propose a new mathematical model that integrates strategic decision-making with tactical-operational decision-making in order to optimize production and scheduling decisions.

Design/methodology/approach

This study presents a multi-objective optimization framework to make production planning, scheduling and maintenance decisions. An epsilon-constraint method is used to solve small instances of the model, while new hybrid optimization algorithms, including multi-objective particle swarm optimization (MOPSO), non-dominated sorting genetic algorithm, multi-objective harmony search and improved multi-objective harmony search (IMOHS) are developed to address the high complexity of large-scale problems.

Findings

The computational results demonstrate that the metaheuristic algorithms are effective in obtaining economic solutions within a reasonable computational time. In particular, the results show that the IMOHS algorithm is able to provide optimal Pareto solutions for the proposed model compared to the other three algorithms.

Originality/value

This study presents a new mathematical model that simultaneously determines green production planning and scheduling decisions by minimizing the sum of the total cost, makespan, lateness and energy consumption criteria. Integrating production and scheduling of a shop floor is critical for achieving optimal operational performance in production planning. To the best of the authors' knowledge, the integration of production planning and maintenance has not been adequately addressed.

Details

Journal of Quality in Maintenance Engineering, vol. 30 no. 1
Type: Research Article
ISSN: 1355-2511

Keywords

Article
Publication date: 26 February 2024

Leonardo Valero Pereira, Walter Jesus Paucar Casas, Herbert Martins Gomes, Luis Roberto Centeno Drehmer and Emanuel Moutinho Cesconeto

In this paper, improvements in reducing transmitted accelerations in a full vehicle are obtained by optimizing the gain parameters of an active control in a roughness road…

Abstract

Purpose

In this paper, improvements in reducing transmitted accelerations in a full vehicle are obtained by optimizing the gain parameters of an active control in a roughness road profile.

Design/methodology/approach

For a classically designed linear quadratic regulator (LQR) control, the vibration attenuation performance will depend on weighting matrices Q and R. A methodology is proposed in this work to determine the optimal elements of these matrices by using a genetic algorithm method to get enhanced controller performance. The active control is implemented in an eight degrees of freedom (8-DOF) vehicle suspension model, subjected to a standard ISO road profile. The control performance is compared against a controlled system with few Q and R parameters, an active system without optimized gain matrices, and an optimized passive system.

Findings

The control with 12 optimized parameters for Q and R provided the best vibration attenuation, reducing significantly the Root Mean Square (RMS) accelerations at the driver’s seat and car body.

Research limitations/implications

The research has positive implications in a wide class of active control systems, especially those based on a LQR, which was verified by the multibody dynamic systems tested in the paper.

Practical implications

Better active control gains can be devised to improve performance in vibration attenuation.

Originality/value

The main contribution proposed in this work is the improvement of the Q and R parameters simultaneously, in a full 8-DOF vehicle model, which minimizes the driver’s seat acceleration and, at the same time, guarantees vehicle safety.

Details

Engineering Computations, vol. 41 no. 1
Type: Research Article
ISSN: 0264-4401

Keywords

Article
Publication date: 22 February 2024

Zoubida Chorfi

As supply chain excellence matters, designing an appropriate health-care supply chain is a great consideration to the health-care providers worldwide. Therefore, the purpose of…

Abstract

Purpose

As supply chain excellence matters, designing an appropriate health-care supply chain is a great consideration to the health-care providers worldwide. Therefore, the purpose of this paper is to benchmark several potential health-care supply chains to design an efficient and effective one in the presence of mixed data.

Design/methodology/approach

To achieve this objective, this research illustrates a hybrid algorithm based on data envelopment analysis (DEA) and goal programming (GP) for designing real-world health-care supply chains with mixed data. A DEA model along with a data aggregation is suggested to evaluate the performance of several potential configurations of the health-care supply chains. As part of the proposed approach, a GP model is conducted for dimensioning the supply chains under assessment by finding the level of the original variables (inputs and outputs) that characterize these supply chains.

Findings

This paper presents an algorithm for modeling health-care supply chains exclusively designed to handle crisp and interval data simultaneously.

Research limitations/implications

The outcome of this study will assist the health-care decision-makers in comparing their supply chains against peers and dimensioning their resources to achieve a given level of productions.

Practical implications

A real application to design a real-life pharmaceutical supply chain for the public ministry of health in Morocco is given to support the usefulness of the proposed algorithm.

Originality/value

The novelty of this paper comes from the development of a hybrid approach based on DEA and GP to design an appropriate real-life health-care supply chain in the presence of mixed data. This approach definitely contributes to assist health-care decision-makers design an efficient and effective supply chain in today’s competitive word.

Details

Journal of Modelling in Management, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 1746-5664

Keywords

Article
Publication date: 24 April 2024

Bahman Arasteh and Ali Ghaffari

Reducing the number of generated mutants by clustering redundant mutants, reducing the execution time by decreasing the number of generated mutants and reducing the cost of…

Abstract

Purpose

Reducing the number of generated mutants by clustering redundant mutants, reducing the execution time by decreasing the number of generated mutants and reducing the cost of mutation testing are the main goals of this study.

Design/methodology/approach

In this study, a method is suggested to identify and prone the redundant mutants. In the method, first, the program source code is analyzed by the developed parser to filter out the effectless instructions; then the remaining instructions are mutated by the standard mutation operators. The single-line mutants are partially executed by the developed instruction evaluator. Next, a clustering method is used to group the single-line mutants with the same results. There is only one complete run per cluster.

Findings

The results of experiments on the Java benchmarks indicate that the proposed method causes a 53.51 per cent reduction in the number of mutants and a 57.64 per cent time reduction compared to similar experiments in the MuJava and MuClipse tools.

Originality/value

Developing a classifier that takes the source code of the program and classifies the programs' instructions into effective and effectless classes using a dependency graph; filtering out the effectless instructions reduces the total number of mutants generated; Developing and implementing an instruction parser and instruction-level mutant generator for Java programs; the mutant generator takes instruction in the original program as a string and generates its single-line mutants based on the standard mutation operators in MuJava; Developing a stack-based evaluator that takes an instruction (original or mutant) and the test data and evaluates its result without executing the whole program.

Details

Data Technologies and Applications, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 2514-9288

Keywords

Article
Publication date: 2 June 2023

Ashish Trivedi, Amit Tyagi, Ouissal Chichi, Sanjeev Kumar and Vibha Trivedi

This study aims to provide a scientific framework for the selection of suitable substation technology in an electrical power distribution network.

Abstract

Purpose

This study aims to provide a scientific framework for the selection of suitable substation technology in an electrical power distribution network.

Design/methodology/approach

The present paper focuses on adopting an integrated multi-criteria decision-making approach using the Delphi method, analytic hierarchy process (AHP) and technique for order preference by similarity to ideal solution (TOPSIS). The AHP is used to ascertain the criteria weights, and the TOPSIS is used for choosing the most fitting technology among choices of air-insulated substation, gas-insulated substation (GIS) and hybrid substation, to guarantee educated and supported choice.

Findings

The results reveal that the GIS is the most preferred technology by area experts, considering all the criteria and their relative preferences.

Practical implications

The current research has implications for public and private organizations responsible for the management of electricity in India, particularly the distribution system as the choice of substations is an essential component that has a strong impact on the smooth functioning and performance of the energy distribution in the country. The implementation of the chosen technology not only reduces economic losses but also contributes to the reduction of power outages, minimization of energy losses and improvement of the reliability, security, stability and quality of supply of the electrical networks.

Social implications

The study explores the impact of substation technology installation in terms of its economic and environmental challenges. It emphasizes the need for proper installation checks to avoid long-term environmental hazards. Further, it reports that the economic benefits should not come at the cost of ecological degradation.

Originality/value

The present study is the first to provide a decision support framework for the selection of substation technologies using the hybrid AHP-TOPSIS approach. It also provides a cost–benefit analysis with short-term and long-term horizons. It further pinpoints the environmental issues with the installation of substation technology.

Details

International Journal of Energy Sector Management, vol. 18 no. 3
Type: Research Article
ISSN: 1750-6220

Keywords

Abstract

Details

Understanding Intercultural Interaction: An Analysis of Key Concepts, 2nd Edition
Type: Book
ISBN: 978-1-83753-438-8

Article
Publication date: 14 November 2023

Rodolfo Canelón, Christian Carrasco and Felipe Rivera

It is well known in the mining industry that the increase in failures and breakdowns is due mainly to a poor maintenance policy for the equipment, in addition to the difficult…

Abstract

Purpose

It is well known in the mining industry that the increase in failures and breakdowns is due mainly to a poor maintenance policy for the equipment, in addition to the difficult access that specialized personnel have to combat the breakdown, which translates into more machine downtime. For this reason, this study aims to propose a remote assistance model for diagnosing and repairing critical breakdowns in mining industry trucks using augmented reality techniques and data analytics with a quality approach that considerably reduces response times, thus optimizing human resources.

Design/methodology/approach

In this work, the six-phase CRIPS-DM methodology is used. Initially, the problem of fault diagnosis in trucks used in the extraction of material in the mining industry is addressed. The authors then propose a model under study that seeks a real-time connection between a service technician attending the truck at the mine site and a specialist located at a remote location, considering the data transmission requirements and the machine's characterization.

Findings

It is considered that the theoretical results obtained in the development of this study are satisfactory from the business point of view since, in the first instance, it fulfills specific objectives related to the telecare process. On the other hand, from the data mining point of view, the results manage to comply with the theoretical aspects of the establishment of failure prediction models through the application of the CRISP-DM methodology. All of the above opens the possibility of developing prediction models through machine learning and establishing the best model for the objective of failure prediction.

Originality/value

The original contribution of this work is the proposal of the design of a remote assistance model for diagnosing and repairing critical failures in the mining industry, considering augmented reality and data analytics. Furthermore, the integration of remote assistance, the characterization of the CAEX, their maintenance information and the failure prediction models allow the establishment of a quality-based model since the database with which the learning machine will work is constantly updated.

Details

Journal of Quality in Maintenance Engineering, vol. 30 no. 1
Type: Research Article
ISSN: 1355-2511

Keywords

Article
Publication date: 16 February 2023

Wenjing Wang, Moting Wang and Yizhi Dong

The paper's purpose is to investigate the effects of digital finance on the risk of stock price crashes and the underlying transmission mechanisms, and to provide suggestions to…

Abstract

Purpose

The paper's purpose is to investigate the effects of digital finance on the risk of stock price crashes and the underlying transmission mechanisms, and to provide suggestions to inhibit the stock crash risk (CR).

Design/methodology/approach

This paper selects all companies that were listed on the Shanghai Stock Exchange and the Shenzhen Stock Exchange from 2011 to 2020. It then uses the two-way fixed effect model and the intermediary effect model to verify such effects.

Findings

The overall outcomes demonstrate such a result that the CR of listed companies in China can be significantly reduced by the development of digital finance, and the overall transparency of business financial information and the equity pledge of controlling shareholders are the two underlying transmission mechanisms that digital finance can cause effects on the CR of stocks.

Research limitations/implications

The main limitations are that there may exist some problems in the method for evaluating the CR of stocks. And there may be a problem of endogeneity caused by the empirical model cannot control all correlation variables.

Practical implications

This paper would provide policy implications, for different roles, to inhibit the stock CR and to make the development of the economy more stabilize.

Social implications

Digital finance can promote economic development while restraining financial risks at the same time. Therefore, although this study is based on the relevant data from China, it can also provide a reference for other economies with different basic conditions from China, to promote the overall development of the world economy.

Originality/value

The current academic research on digital finance or stock price CR has been relatively sufficient, but there are few papers that combined both. By combining digital finance with stock CR, this paper researches the influence of digital finance on the CR of stocks through empirical analysis. So, this paper would provide new research ideas and evidence for potential influence factors of the CR of stocks, fill the gap in this research field and provide certain help for subsequent scholars to conduct relevant research.

Details

Kybernetes, vol. 53 no. 5
Type: Research Article
ISSN: 0368-492X

Keywords

1 – 9 of 9