Scispace (Formerly Typeset)
  1. Home
  2. Conferences
  3. Soft Computing
  4. 2013
  1. Home
  2. Conferences
  3. Soft Computing
  4. 2013
Showing papers presented at "Soft Computing in 2013"
Journal Article•10.1016/J.ASOC.2012.11.026•
Mine blast algorithm: A new population based algorithm for solving constrained engineering optimization problems

[...]

Ali Sadollah1, Ardeshir Bahreininejad1, Hadi Eskandar2, Mohd Hamdi1•
University of Malaya1, Semnan University2
1 May 2013
TL;DR: A comprehensive comparative study has been carried out to show the performance of the MBA over other recognized optimizers in terms of computational effort (measured as the number of function evaluations) and function value (accuracy).
Abstract: A novel population-based algorithm based on the mine bomb explosion concept, called the mine blast algorithm (MBA), is applied to the constrained optimization and engineering design problems. A comprehensive comparative study has been carried out to show the performance of the MBA over other recognized optimizers in terms of computational effort (measured as the number of function evaluations) and function value (accuracy). Sixteen constrained benchmark and engineering design problems have been solved and the obtained results were compared with other well-known optimizers. The obtained results demonstrate that, the proposed MBA requires less number of function evaluations and in most cases gives better results compared to other considered algorithms.

893 citations

Journal Article•10.1016/J.ASOC.2013.01.025•
Honey bee behavior inspired load balancing of tasks in cloud computing environments

[...]

L. D. Dhinesh Babu1, P. Venkata Krishna1•
VIT University1
1 May 2013
TL;DR: An algorithm named honey bee behavior inspired load balancing (HBB-LB) is proposed, which aims to achieve well balanced load across virtual machines for maximizing the throughput and compared with existing load balancing and scheduling algorithms.
Abstract: Scheduling of tasks in cloud computing is an NP-hard optimization problem. Load balancing of non-preemptive independent tasks on virtual machines (VMs) is an important aspect of task scheduling in clouds. Whenever certain VMs are overloaded and remaining VMs are under loaded with tasks for processing, the load has to be balanced to achieve optimal machine utilization. In this paper, we propose an algorithm named honey bee behavior inspired load balancing (HBB-LB), which aims to achieve well balanced load across virtual machines for maximizing the throughput. The proposed algorithm also balances the priorities of tasks on the machines in such a way that the amount of waiting time of the tasks in the queue is minimal. We have compared the proposed algorithm with existing load balancing and scheduling algorithms. The experimental results show that the algorithm is effective when compared with existing algorithms. Our approach illustrates that there is a significant improvement in average execution time and reduction in waiting time of tasks on queue.

721 citations

Journal Article•10.1016/J.ASOC.2012.09.024•
Support vector regression with chaos-based firefly algorithm for stock market price forecasting

[...]

Ahmad Kazem, Ebrahim Sharifi, Farookh Khadeer Hussain1, Morteza Saberi2, Omar Khadeer Hussain3 •
University of Technology, Sydney1, Islamic Azad University2, Curtin University3
1 Feb 2013
TL;DR: A forecasting model based on chaotic mapping, firefly algorithm, and support vector regression (SVR) is proposed to predict stock market price and performs best based on two error measures, namely mean squared error (MSE) and mean absolute percent error (MAPE).
Abstract: Due to the inherent non-linearity and non-stationary characteristics of financial stock market price time series, conventional modeling techniques such as the Box-Jenkins autoregressive integrated moving average (ARIMA) are not adequate for stock market price forecasting. In this paper, a forecasting model based on chaotic mapping, firefly algorithm, and support vector regression (SVR) is proposed to predict stock market price. The forecasting model has three stages. In the first stage, a delay coordinate embedding method is used to reconstruct unseen phase space dynamics. In the second stage, a chaotic firefly algorithm is employed to optimize SVR hyperparameters. Finally in the third stage, the optimized SVR is used to forecast stock market price. The significance of the proposed algorithm is 3-fold. First, it integrates both chaos theory and the firefly algorithm to optimize SVR hyperparameters, whereas previous studies employ a genetic algorithm (GA) to optimize these parameters. Second, it uses a delay coordinate embedding method to reconstruct phase space dynamics. Third, it has high prediction accuracy due to its implementation of structural risk minimization (SRM). To show the applicability and superiority of the proposed algorithm, we selected the three most challenging stock market time series data from NASDAQ historical quotes, namely Intel, National Bank shares and Microsoft daily closed (last) stock price, and applied the proposed algorithm to these data. Compared with genetic algorithm-based SVR (SVR-GA), chaotic genetic algorithm-based SVR (SVR-CGA), firefly-based SVR (SVR-FA), artificial neural networks (ANNs) and adaptive neuro-fuzzy inference systems (ANFIS), the proposed model performs best based on two error measures, namely mean squared error (MSE) and mean absolute percent error (MAPE).

471 citations

Journal Article•10.1016/J.ASOC.2012.03.072•
A study on particle swarm optimization and artificial bee colony algorithms for multilevel thresholding

[...]

Bahriye Akay1•
Erciyes University1
1 Jun 2013
TL;DR: Experiments based on Kapur's entropy indicate that the ABC algorithm can be efficiently used in multilevel thresholding, and CPU time results show that the algorithms are scalable and that the running times of the algorithms seem to grow at a linear rate as the problem size increases.
Abstract: Segmentation is a critical task in image processing. Bi-level segmentation involves dividing the whole image into partitions based on a threshold value, whereas multilevel segmentation involves multiple threshold values. A successful segmentation assigns proper threshold values to optimise a criterion such as entropy or between-class variance. High computational cost and inefficiency of an exhaustive search for the optimal thresholds leads to the use of global search heuristics to set the optimal thresholds. An emerging area in global heuristics is swarm-intelligence, which models the collective behaviour of the organisms. In this paper, two successful swarm-intelligence-based global optimisation algorithms, particle swarm optimisation (PSO) and artificial bee colony (ABC), have been employed to find the optimal multilevel thresholds. Kapur's entropy, one of the maximum entropy techniques, and between-class variance have been investigated as fitness functions. Experiments have been performed on test images using various numbers of thresholds. The results were assessed using statistical tools and suggest that Otsu's technique, PSO and ABC show equal performance when the number of thresholds is two, while the ABC algorithm performs better than PSO and Otsu's technique when the number of thresholds is greater than two. Experiments based on Kapur's entropy indicate that the ABC algorithm can be efficiently used in multilevel thresholding. Moreover, segmentation methods are required to have a minimum running time in addition to high performance. Therefore, the CPU times of ABC and PSO have been investigated to check their validity in real-time. The CPU time results show that the algorithms are scalable and that the running times of the algorithms seem to grow at a linear rate as the problem size increases.

424 citations

Proceedings Article•
A review of population-based meta-heuristic algorithm

[...]

Zahra Beheshti1•
Universiti Teknologi Malaysia1
24 Sep 2013
TL;DR: Several population-based meta-heuristics in continuous (real) and discrete (binary) search spaces are explained in details and design, main algorithm, advantages and disadvantages of the algorithms are covered.
Abstract: Exact optimization algorithms are not able to provide an appropriate solution in solving optimization problems with a high-dimensional search space. In these problems, the search space grows exponentially with the problem size therefore; exhaustive search is not practical. Also, classical approximate optimization methods like greedy-based algorithms make several assumptions to solve the problems. Sometimes, the validation of these assumptions is difficult in each problem. Hence, meta-heuristic algorithms which make few or no assumptions about a problem and can search very large spaces of candidate solutions have been extensively developed to solve optimization problems these days. Among these algorithms, population-based meta-heuristic algorithms are proper for global searches due to global exploration and local exploitation ability. In this paper, a survey on meta-heuristic algorithms is performed and several population-based meta-heuristics in continuous (real) and discrete (binary) search spaces are explained in details. This covers design, main algorithm, advantages and disadvantages of the algorithms.

384 citations

Journal Article•10.1016/J.ASOC.2012.11.033•
Review article: A review of particle swarm optimization and its applications in Solar Photovoltaic system

[...]

Anula Khare1, Saroj Rangnekar1•
Maulana Azad National Institute of Technology1
1 May 2013
TL;DR: Issues related to parameter tuning, dynamic environments, stagnation, and hybridization are discussed, including a brief review of selected works on particle swarm optimization, followed by application of PSO in Solar Photovoltaics.
Abstract: Particle swarm optimization is a stochastic optimization, evolutionary and simulating algorithm derived from human behaviour and animal behaviour as well. Special property of particle swarm optimization is that it can be operated in continuous real number space directly, does not use gradient of an objective function similar to other algorithms. Particle swarm optimization has few parameters to adjust, is easy to implement and has special characteristic of memory. Paper presents extensive review of literature available on concept, development and modification of Particle swarm optimization. This paper is structured as first concept and development of PSO is discussed then modification with inertia weight and constriction factor is discussed. Issues related to parameter tuning, dynamic environments, stagnation, and hybridization are also discussed, including a brief review of selected works on particle swarm optimization, followed by application of PSO in Solar Photovoltaics.

357 citations

Journal Article•10.1016/J.ASOC.2012.07.029•
Attribute selection based on information gain ratio in fuzzy rough set theory with application to tumor classification

[...]

Jianhua Dai1, Qing Xu1•
Zhejiang University1
1 Jan 2013
TL;DR: An attribute selection method based on fuzzy gain ratio under the framework of fuzzy rough set theory is proposed and is compared to several other approaches on three real world tumor data sets in gene expression to show that the proposed method is effective.
Abstract: Tumor classification based on gene expression levels is important for tumor diagnosis. Since tumor data in gene expression contain thousands of attributes, attribute selection for tumor data in gene expression becomes a key point for tumor classification. Inspired by the concept of gain ratio in decision tree theory, an attribute selection method based on fuzzy gain ratio under the framework of fuzzy rough set theory is proposed. The approach is compared to several other approaches on three real world tumor data sets in gene expression. Results show that the proposed method is effective. This work may supply an optional strategy for dealing with tumor data in gene expression or other applications.

349 citations

Journal Article•10.1016/J.ASOC.2012.12.029•
An energy aware fuzzy approach to unequal clustering in wireless sensor networks

[...]

Hakan Bagci1, Adnan Yazici1•
Middle East Technical University1
1 Apr 2013
TL;DR: A fuzzy energy-aware unequal clustering algorithm (EAUCF), that addresses the hot spots problem, and is compared with some popular clustering algorithms in the literature, namely Low Energy Adaptive Clustering Hierarchy, Cluster-Head Election Mechanism using Fuzzy Logic and Energy-Efficient Unequal Clustered.
Abstract: In order to gather information more efficiently in terms of energy consumption, wireless sensor networks (WSNs) are partitioned into clusters. In clustered WSNs, each sensor node sends its collected data to the head of the cluster that it belongs to. The cluster-heads are responsible for aggregating the collected data and forwarding it to the base station through other cluster-heads in the network. This leads to a situation known as the hot spots problem where cluster-heads that are closer to the base station tend to die earlier because of the heavy traffic they relay. In order to solve this problem, unequal clustering algorithms generate clusters of different sizes. In WSNs that are clustered with unequal clustering, the clusters close to the base station have smaller sizes than clusters far from the base station. In this paper, a fuzzy energy-aware unequal clustering algorithm (EAUCF), that addresses the hot spots problem, is introduced. EAUCF aims to decrease the intra-cluster work of the cluster-heads that are either close to the base station or have low remaining battery power. A fuzzy logic approach is adopted in order to handle uncertainties in cluster-head radius estimation. The proposed algorithm is compared with some popular clustering algorithms in the literature, namely Low Energy Adaptive Clustering Hierarchy, Cluster-Head Election Mechanism using Fuzzy Logic and Energy-Efficient Unequal Clustering. The experiment results show that EAUCF performs better than the other algorithms in terms of first node dies, half of the nodes alive and energy-efficiency metrics in all scenarios. Therefore, EAUCF is a stable and energy-efficient clustering algorithm to be utilized in any WSN application.

334 citations

Journal Article•10.1016/J.ASOC.2012.08.033•
Wind turbine condition monitoring based on SCADA data using normal behavior models. Part 1: System description

[...]

Meik Schlechtingen, Ilmar Santos1, Sofiane Achiche2•
Technical University of Denmark1, École Polytechnique de Montréal2
1 Jan 2013
TL;DR: The system proposed in this paper shows a novelty approach with regard to the usage of ANFIS models in this context and the application of the proposed procedure to a wide range of SCADA signals.
Abstract: This paper proposes a system for wind turbine condition monitoring using Adaptive Neuro-Fuzzy Interference Systems (ANFIS). For this purpose: (1) ANFIS normal behavior models for common Supervisory Control And Data Acquisition (SCADA) data are developed in order to detect abnormal behavior of the captured signals and indicate component malfunctions or faults using the prediction error. 33 different standard SCADA signals are used and described, for which 45 normal behavior models are developed. The performance of these models is evaluated in terms of the prediction error standard deviations to show the applicability of ANFIS models for monitoring wind turbine SCADA signals. The computational time needed for model training is compared to Neural Network (NN) models showing the strength of ANFIS in training speed. (2) For automation of fault diagnosis Fuzzy Interference Systems (FIS) are used to analyze the prediction errors for fault patterns. The outputs are both the condition of the component and a possible root cause for the anomaly. The output is generated by the aid of rules that capture the existing expert knowledge linking observed prediction error patterns to specific faults. The work is based on continuously measured wind turbine SCADA data from 18 turbines of the 2 MW class covering a period of 30 months. The system proposed in this paper shows a novelty approach with regard to the usage of ANFIS models in this context and the application of the proposed procedure to a wide range of SCADA signals. The applicability of the set up ANFIS models for anomaly detection is proved by the achieved performance of the models. In combination with the FIS the prediction errors can provide information about the condition of the monitored components. In this paper the condition monitoring system is described. Part two will entirely focus on application examples and further efficiency evaluation of the system.

314 citations

Journal Article•10.1016/J.ASOC.2013.07.021•
Hybrid BFOA-PSO algorithm for automatic generation control of linear and nonlinear interconnected power systems

[...]

Sidhartha Panda1, Banaja Mohanty1, Prakash Kumar Hota1•
Veer Surendra Sai University of Technology1
1 Dec 2013
TL;DR: The effectiveness of the hBFOA-PSO algorithm has been tested for automatic generation control (AGC) of an interconnected power system and the superiority of the proposed approach is shown by comparing the results of craziness based particle swarm optimization (CRAZYPSO) approach.
Abstract: In the bacteria foraging optimization algorithm (BFAO), the chemotactic process is randomly set, imposing that the bacteria swarm together and keep a safe distance from each other. In hybrid bacteria foraging optimization algorithm and particle swarm optimization (hBFOA-PSO) algorithm the principle of swarming is introduced in the framework of BFAO. The hBFOA-PSO algorithm is based on the adjustment of each bacterium position according to the neighborhood environment. In this paper, the effectiveness of the hBFOA-PSO algorithm has been tested for automatic generation control (AGC) of an interconnected power system. A widely used linear model of two area non-reheat thermal system equipped with proportional-integral (PI) controller is considered initially for the design and analysis purpose. At first, a conventional integral time multiply absolute error (ITAE) based objective function is considered and the performance of hBFOA-PSO algorithm is compared with PSO, BFOA and GA. Further a modified objective function using ITAE, damping ratio of dominant eigenvalues and settling time with appropriate weight coefficients is proposed to increase the performance of the controller. Further, robustness analysis is carried out by varying the operating load condition and time constants of speed governor, turbine, tie-line power in the range of +50% to -50% as well as size and position of step load perturbation to demonstrate the robustness of the proposed hBFOA-PSO optimized PI controller. The proposed approach is also extended to a non-linear power system model by considering the effect of governor dead band non-linearity and the superiority of the proposed approach is shown by comparing the results of craziness based particle swarm optimization (CRAZYPSO) approach for the identical interconnected power system. Finally, the study is extended to a three area system considering both thermal and hydro units with different PI coefficients and comparison between ANFIS and proposed approach has been provided.

311 citations

Journal Article•10.1016/J.ASOC.2013.06.017•
Building the fundamentals of granular computing: A principle of justifiable granularity

[...]

Witold Pedrycz1, Witold Pedrycz2, Witold Pedrycz3, Wladyslaw Homenda4•
Polish Academy of Sciences1, University of Alberta2, King Abdulaziz University3, Warsaw University of Technology4
1 Oct 2013
TL;DR: The study introduces and discusses a principle of justifiable granularity, which supports a coherent way of designing information granules in presence of experimental evidence (either of numerical or granular character).
Abstract: The study introduces and discusses a principle of justifiable granularity, which supports a coherent way of designing information granules in presence of experimental evidence (either of numerical or granular character) The term ''justifiable'' pertains to the construction of the information granule, which is formed in such a way that it is (a) highly legitimate (justified) in light of the experimental evidence, and (b) specific enough meaning it comes with a well-articulated semantics (meaning) The design process associates with a well-defined optimization problem with the two requirements of experimental justification and specificity A series of experiments is provided as well as a number of constructs carried for various formalisms of information granules (intervals, fuzzy sets, rough sets, and shadowed sets) are discussed as well
Journal Article•10.1016/J.ASOC.2012.10.009•
Evolving artificial neural network and imperialist competitive algorithm for prediction oil flow rate of the reservoir

[...]

Mohammad Ali Ahmadi1, Mohammad Ebadi2, Amin Shokrollahi3, Seyed Mohammad Javad Majidi3•
Petroleum University of Technology1, Islamic Azad University2, Sharif University of Technology3
1 Feb 2013
TL;DR: Based on a real case of MPFM, a new method for oil rate prediction of wells base on Fuzzy logic, Artificial Neural Networks (ANN) and Imperialist Competitive Algorithm is presented, proving the effectiveness, robustness and compatibility of the ICA-ANN model.
Abstract: Multiphase flow meters (MPFMs) are utilized to provide quick and accurate well test data in numerous numbers of oil production applications like those in remote or unmanned locations topside exploitations that minimize platform space and subsea applications. Flow rates of phases (oil, gas and water) are most important parameter which is detected by MPFMs. Conventional MPFM data collecting is done in long periods; because of radioactive sources usage as detector and unmanned location due to wells far distance. In this paper, based on a real case of MPFM, a new method for oil rate prediction of wells base on Fuzzy logic, Artificial Neural Networks (ANN) and Imperialist Competitive Algorithm is presented. Temperatures and pressures of lines have been set as input variable of network and oil flow rate as output. In this case a 1600 data set of 50 wells in one of the northern Persian Gulf oil fields of Iran were used to build a database. ICA-ANN can be used as a reliable alternative way without personal and environmental problems. The performance of the ICA-ANN model has also been compared with ANN model and Fuzzy model. The results prove the effectiveness, robustness and compatibility of the ICA-ANN model.
Journal Article•10.1007/S00500-012-0935-0•
Uncertain random variables: a mixture of uncertainty and randomness

[...]

Yuhan Liu1•
Tsinghua University1
1 Apr 2013
TL;DR: To measure uncertain random events, this paper combines probability measure and uncertain measure into a chance measure and based on the tool of chance measure, the concepts of chance distribution, expected value and variance of uncertain random variable are proposed.
Abstract: In many cases, human uncertainty and objective randomness simultaneously appear in a system. In order to describe this phenomena, this paper presents a new concept of uncertain random variable. To measure uncertain random events, this paper also combines probability measure and uncertain measure into a chance measure. Based on the tool of chance measure, the concepts of chance distribution, expected value and variance of uncertain random variable are proposed.
Journal Article•10.1016/J.ASOC.2012.09.021•
Intuitionistic fuzzy geometric Heronian mean aggregation operators

[...]

Dejian Yu1•
Zhejiang University of Finance and Economics1
1 Feb 2013
TL;DR: The multi-criteria decision making problem with the assumption that the criteria are correlative is studied under intuitionistic fuzzy environment and an approach is proposed for multi- criterion decision making based on IFGWHM operator.
Abstract: In this paper, the multi-criteria decision making problem with the assumption that the criteria are correlative is studied under intuitionistic fuzzy environment. Some new aggregation operators for intuitionistic fuzzy information are proposed, including the intuitionistic fuzzy geometric Heronian mean (IFGHM) operator and the intuitionistic fuzzy geometric weighed Heronian mean (IFGWHM) operator. We investigate the properties of the proposed operators, such as idempotency, monotonicity, permutation and boundary. Moreover, an approach is proposed for multi-criteria decision making based on IFGWHM operator. An example about talent introduction is given to illustrate the proposed method.
Journal Article•10.1016/J.ASOC.2012.10.014•
Neural networks to predict earthquakes in Chile

[...]

Jorge Reyes, Antonio Morales-Esteban1, Francisco Martínez-Álvarez1•
University of Seville1
1 Feb 2013
TL;DR: A new earthquake prediction system, based on the application of artificial neural networks, has been used to predict earthquakes in Chile and supports the suitability of applying soft computing in this field and poses new challenges to be addressed.
Abstract: A new earthquake prediction system is presented in this work. This method, based on the application of artificial neural networks, has been used to predict earthquakes in Chile, one of the countries with larger seismic activity. The input values are related to the b-value, the Bath's law, and the Omori-Utsu's law, parameters that are strongly correlated with seismicity, as shown in solid previous works. Two kind of prediction are provided in this study: The probability that an earthquake of magnitude larger than a threshold value happens, and the probability that an earthquake of a limited magnitude interval might occur, both during the next five days in the areas analyzed. For the four Chile's seismic regions examined, with epicenters placed on meshes with dimensions varying from 0.5^ox0.5^o to 1^ox1^o, a prototype of neuronal network is presented. The prototypes predict an earthquake every time the probability of an earthquake of magnitude larger than a threshold is sufficiently high. The threshold values have been adjusted with the aim of obtaining as few false positives as possible. The accuracy of the method has been assessed in retrospective experiments by means of statistical tests and compared with well-known machine learning classifiers. The high success rate achieved supports the suitability of applying soft computing in this field and poses new challenges to be addressed.
Journal Article•10.1016/J.ASOC.2012.01.012•
Hybrid Taguchi-differential evolution algorithm for optimization of multi-pass turning operations

[...]

Ali Rıza Yıldız1•
Bursa Technical University1
1 Mar 2013
TL;DR: A novel hybrid optimization algorithm entitled hybrid robust differential evolution (HRDE) is developed by adding positive properties of the Taguchi's method to the differential evolution algorithm for minimizing the production cost associated with multi-pass turning problems.
Abstract: Hybridizing of the optimization algorithms provides a scope to improve the searching abilities of the resulting method. The purpose of this paper is to develop a novel hybrid optimization algorithm entitled hybrid robust differential evolution (HRDE) by adding positive properties of the Taguchi's method to the differential evolution algorithm for minimizing the production cost associated with multi-pass turning problems. The proposed optimization approach is applied to two case studies for multi-pass turning operations to illustrate the effectiveness and robustness of the proposed algorithm in machining operations. The results reveal that the proposed hybrid algorithm is more effective than particle swarm optimization algorithm, immune algorithm, hybrid harmony search algorithm, hybrid genetic algorithm, scatter search algorithm, genetic algorithm and integration of simulated annealing and Hooke-Jeevespatter search.
Journal Article•10.1016/J.ASOC.2012.04.013•
A new hybrid artificial bee colony algorithm for robust optimal design and manufacturing

[...]

Ali Rıza Yıldız1•
Bursa Technical University1
1 May 2013
TL;DR: The results have demonstrated the superiority of the HRABC over the other techniques like differential evolution algorithm, harmony search algorithm, particle swarm optimization algorithm, artificial immune algorithm, ant colony algorithm, hybrid robust genetic algorithm, scatter search algorithm in terms of convergence speed and efficiency.
Abstract: The purpose of this paper is to develop a novel hybrid optimization method (HRABC) based on artificial bee colony algorithm and Taguchi method. The proposed approach is applied to a structural design optimization of a vehicle component and a multi-tool milling optimization problem. A comparison of state-of-the-art optimization techniques for the design and manufacturing optimization problems is presented. The results have demonstrated the superiority of the HRABC over the other techniques like differential evolution algorithm, harmony search algorithm, particle swarm optimization algorithm, artificial immune algorithm, ant colony algorithm, hybrid robust genetic algorithm, scatter search algorithm, genetic algorithm in terms of convergence speed and efficiency by measuring the number of function evaluations required.
Journal Article•10.1016/J.ASOC.2012.08.007•
Fuzzy FMEA application to improve purchasing process in a public hospital

[...]

Mesut Kumru1, Pınar Yıldız Kumru2•
Doğuş University1, Kocaeli University2
1 Jan 2013
TL;DR: Results indicate that the application of fuzzy FMEA method can solve the problems that have arisen from conventional FMEa, and can efficiently discover the potential failure modes and effects and provide the stability of process assurance.
Abstract: Failure mode and effects analysis (FMEA) is one of the well-known techniques of quality management that is used for continuous improvements in product or process designs. While applying this technique, determining the risk priority numbers, which indicate the levels of risks associated with potential problems, is of prime importance for the success of application. These numbers are generally attained from past experience and engineering judgments, and this way of risk assessment sometimes leads to inaccuracies and inconsistencies during priority numbering. Fuzzy logic approach is preferable in order to remove these deficiencies in assigning the risk priority numbers. In this study, a fuzzy-based FMEA is to be applied first time to improve the purchasing process of a public hospital. Results indicate that the application of fuzzy FMEA method can solve the problems that have arisen from conventional FMEA, and can efficiently discover the potential failure modes and effects. It can also provide the stability of process assurance.
Journal Article•10.1016/J.ASOC.2011.12.016•
A new hybrid differential evolution algorithm for the selection of optimal machining parameters in milling operations

[...]

Ali Rıza Yıldız1•
Bursa Technical University1
1 Mar 2013
TL;DR: A novel hybrid optimization approach based on differential evolution algorithm and receptor editing property of immune system is applied to a case study for milling operations to show its effectiveness in machining operations.
Abstract: This paper presents a novel hybrid optimization approach based on differential evolution algorithm and receptor editing property of immune system. The purpose of the present research is to develop a new optimization approach to solve optimization problems in the manufacturing industry. The proposed hybrid approach is applied to a case study for milling operations to show its effectiveness in machining operations. The results of the hybrid approach for the case study are compared with those of hybrid particle swarm algorithm, ant colony algorithm, immune algorithm, hybrid immune algorithm, genetic algorithm, feasible direction method and handbook recommendation.
Journal Article•10.1016/J.ASOC.2013.01.007•
Particle Swarm Optimization for the Vehicle Routing Problem with Stochastic Demands

[...]

Yannis Marinakis1, Georgia-Roumbini Iordanidou1, Magdalene Marinaki1•
Technical University of Crete1
1 Apr 2013
TL;DR: This paper introduces a new hybrid algorithmic approach based on Particle Swarm Optimization (PSO) for successfully solving one of the most popular supply chain management problems, the Vehicle Routing Problem with Stochastic Demands (VRPSD).
Abstract: This paper introduces a new hybrid algorithmic approach based on Particle Swarm Optimization (PSO) for successfully solving one of the most popular supply chain management problems, the Vehicle Routing Problem with Stochastic Demands (VRPSD). The VRPSD is a well known NP-hard problem in which a vehicle with finite capacity leaves from the depot with full load and has to serve a set of customers whose demands are known only when the vehicle arrives to them. A number of different variants of the PSO are tested and the one that performs better is used for solving benchmark instances from the literature.
Journal Article•10.1016/J.ASOC.2013.02.013•
A hybrid harmony search algorithm for the flexible job shop scheduling problem

[...]

Yuan Yuan1, Hua Xu1, Jiadong Yang1•
Tsinghua University1
1 Jul 2013
TL;DR: A novel hybrid harmony search (HHS) algorithm based on the integrated approach, is proposed for solving the flexible job shop scheduling problem (FJSP) with the criterion to minimize makespan, indicating that a well designed HS-based method is a competitive alternative for addressing the FJSP.
Abstract: In this paper, a novel hybrid harmony search (HHS) algorithm based on the integrated approach, is proposed for solving the flexible job shop scheduling problem (FJSP) with the criterion to minimize makespan First of all, to make the harmony search (HS) algorithm adaptive to the FJSP, the converting techniques are developed to convert the continuous harmony vector to a kind of discrete two-vector code for the FJSP Secondly, the harmony vector is mapped into a feasible active schedule through effectively decoding the transformed two-vector code, which could largely reduce the search space Thirdly, a resultful initialization scheme combining heuristic and random strategies is introduced to make the initial harmony memory (HM) occur with certain quality and diversity Furthermore, a local search procedure is embedded in the HS algorithm to enhance the local exploitation ability, whereas HS is employed to perform exploration by evolving harmony vectors in the HM To speed up the local search process, the improved neighborhood structure based on common critical operations is presented in detail Empirical results on various benchmark instances validate the effectiveness and efficiency of our proposed algorithm Our work also indicates that a well designed HS-based method is a competitive alternative for addressing the FJSP
Journal Article•10.1007/S00500-012-0927-0•
Uncertain term structure model of interest rate

[...]

Xiaowei Chen1, Jinwu Gao2•
Nankai University1, Renmin University of China2
1 Apr 2013
TL;DR: This study investigates the term-structure equation and derives analytic solutions of the uncertain interest rate equation when the process of interest rate is assumed to be the uncertain counterparts of the Ho-Lee model and Vasicek model, respectively.
Abstract: Term structure models describe the evolution of the yield curve through time, without considering the influence of risk, tax, etc. Recently, uncertain processes were initialized and applied to option pricing and currency model. Under the assumption of short interest rate following uncertain processes, this study investigates the term-structure equation. This equation is first derived for valuing zero-coupon bond. Finally, analytic solutions of the uncertain interest rate equation are given when the process of interest rate is assumed to be the uncertain counterparts of the Ho-Lee model and Vasicek model, respectively.
Journal Article•10.1016/J.ASOC.2012.07.027•
A study of two penalty-parameterless constraint handling techniques in the framework of MOEA/D

[...]

Muhammad Asif Jan1, Rashida Adeeb Khanum2•
Kohat University of Science and Technology1, University of Essex2
1 Jan 2013
TL;DR: The extended/modified versions of SR and CDP are implemented for the first time in the multiobjective evolutionary algorithm based on decomposition (MOEA/D) framework and experimental results reveal that CDP works better than SR in the MOEA/ D framework.
Abstract: Penalty functions are frequently employed for handling constraints in constrained optimization problems (COPs). In penalty function methods, penalty coefficients balance objective and penalty functions. However, finding appropriate penalty coefficients to strike the right balance is often very hard. They are problems dependent. Stochastic ranking (SR) and constraint-domination principle (CDP) are two promising penalty functions based constraint handling techniques that avoid penalty coefficients. In this paper, the extended/modified versions of SR and CDP are implemented for the first time in the multiobjective evolutionary algorithm based on decomposition (MOEA/D) framework. This led to two new algorithms, CMOEA/D-DE-SR and CMOEA/D-DE-CDP. The performance of these new algorithms is tested on CTP-series and CF-series test instances in terms of the HV-metric, IGD-metric, and SC-metric. The experimental results are compared with NSGA-II, IDEA, and the three best performers of CEC 2009 MOEA competition, which showed better and competitive performance of the proposed algorithms on most test instances of the two test suits. The sensitivity of the performance of proposed algorithms to parameters is also investigated. The experimental results reveal that CDP works better than SR in the MOEA/D framework.
Book Chapter•10.1007/978-3-642-30662-4_8•
Generalizing the signature to systems with multiple types of components

[...]

Frank P. A. Coolen1, Frank P. A. Coolen2, Tahani Coolen-Maturi2, Tahani Coolen-Maturi1•
University of Kent1, Durham University2
1 Jan 2013
TL;DR: The survival signature is presented, which has similar characteristics and is closely related to the signature, and provides a feasible generalization to systems with multiple types of components.
Abstract: The concept of signature was introduced to simplify quantification of reliability for coherent systems and networks consisting of a single type of components, and for comparison of such systems’ reliabilities. The signature describes the structure of the system and can be combined with order statistics of the component failure times to derive inferences on the reliability of a system and to compare multiple systems. However, the restriction to use for systems with a single type of component prevents its application to most practical systems. We discuss the difficulty of generalization of the signature to systems with multiple types of components. We present an alternative, called the survival signature, which has similar characteristics and is closely related to the signature. The survival signature provides a feasible generalization to systems with multiple types of components.
Journal Article•10.1016/J.ASOC.2012.11.048•
Chemical reaction optimization with greedy strategy for the 0-1 knapsack problem

[...]

Tung Khac Truong1, Kenli Li1, Yuming Xu1•
Hunan University1
1 Apr 2013
TL;DR: A new chemical reaction optimization with greedy strategy algorithm (CROG) to solve KP01 and a new repair function integrating a greedy strategy and random selection is used to repair the infeasible solutions.
Abstract: The 0-1 knapsack problem (KP01) is a well-known combinatorial optimization problem. It is an NP-hard problem which plays important roles in computing theory and in many real life applications. Chemical reaction optimization (CRO) is a new optimization framework, inspired by the nature of chemical reactions. CRO has demonstrated excellent performance in solving many engineering problems such as the quadratic assignment problem, neural network training, multimodal continuous problems, etc. This paper proposes a new chemical reaction optimization with greedy strategy algorithm (CROG) to solve KP01. The paper also explains the operator design and parameter turning methods for CROG. A new repair function integrating a greedy strategy and random selection is used to repair the infeasible solutions. The experimental results have proven the superior performance of CROG compared to genetic algorithm (GA), ant colony optimization (ACO) and quantum-inspired evolutionary algorithm (QEA).
Journal Article•10.1016/J.ASOC.2012.11.042•
Self-adaptive differential evolution for feature selection in hyperspectral image data

[...]

Ashish Ghosh1, Aloke Datta1, Susmita Ghosh2•
Indian Statistical Institute1, Jadavpur University2
1 Apr 2013
TL;DR: An attempt has been made to develop a supervised feature selection technique guided by evolutionary algorithms for hyperspectral images and shows promising results compared to others in terms of overall classification accuracy and Kappa coefficient.
Abstract: Hyperspectral images are captured from hundreds of narrow and contiguous bands from the visible to infrared regions of electromagnetic spectrum. Each pixel of an image is represented by a vector where the components of the vector constitute the reflectance value of the surface for each of the bands. The length of the vector is equal to the number of bands. Due to the presence of large number of bands, classification of hyperspectral images becomes computation intensive. Moreover, higher correlation among neighboring bands increases the redundancy among them. As a result, feature selection becomes very essential for reducing the dimensionality. In the proposed work, an attempt has been made to develop a supervised feature selection technique guided by evolutionary algorithms. Self-adaptive differential evolution (SADE) is used for feature subset generation. Generated subsets are evaluated using a wrapper model where fuzzy k-nearest neighbor classifier is taken into consideration. Our proposed method also uses a feature ranking technique, ReliefF algorithm, for removing duplicate features. To demonstrate the effectiveness of the proposed method, investigation is carried out on three sets of data and the results are compared with four other evolutionary based state-of-the-art feature selection techniques. The proposed method shows promising results compared to others in terms of overall classification accuracy and Kappa coefficient.
Journal Article•10.1016/J.ASOC.2012.03.068•
Gases Brownian Motion Optimization: an Algorithm for Optimization (GBMO)

[...]

Marjan Abdechiri1, Mohammad Reza Meybodi2, Helena Bahrami1•
Qazvin Islamic Azad University1, Amirkabir University of Technology2
1 May 2013
TL;DR: A new algorithm for optimization inspired by the gases brownian motion and turbulent rotational motion is introduced, called Gases Brownian Motion Optimization (GBMO), which is created using the features of gas molecules.
Abstract: In recent years, different optimization methods have been developed for optimization problem. Many of these methods are inspired by swarm behaviors in nature. In this paper, a new algorithm for optimization inspired by the gases brownian motion and turbulent rotational motion is introduced, which is called Gases Brownian Motion Optimization (GBMO). The proposed algorithm is created using the features of gas molecules. The proposed algorithm is an efficient approach to search and find an optimum solution in search space. The efficiency of the proposed method has been compared with some well-known heuristic search methods. The obtained results confirm the high performance of the proposed method in solving various functions.
Journal Article•10.1016/J.ASOC.2012.05.018•
Social-Based Algorithm (SBA)

[...]

Fatemeh Ramezani, Shahriar Lotfi1•
University of Tabriz1
1 May 2013
TL;DR: The results show the efficiency and capabilities of the new hybrid algorithm in finding the optimum and the SBA indeed has established superiority over the basic algorithms with respect to set of functions considered and it can be employed to solve other global optimization problems, easily.
Abstract: This paper proposes a new approach by combining the Evolutionary Algorithm (EA) and socio-political process based Imperialist Competitive Algorithm (ICA). This approach tries to capture several people involved in community development characteristic. People live in different type of communities: Monarchy, Republic, Autocracy and Multinational. Leadership styles are different in each community. Research work has been undertaken to deal with curse of dimensionality and to improve the convergence speed and accuracy of the basic ICA and EA algorithms. The proposed algorithm has been compared with some well-known heuristic search algorithms. The obtained results confirm the high performance of the proposed algorithm in solving various benchmark functions specially in high dimensional problem. Simulation results were reported and the SBA indeed has established superiority over the basic algorithms with respect to set of functions considered and it can be employed to solve other global optimization problems, easily. The results show the efficiency and capabilities of the new hybrid algorithm in finding the optimum. Amazingly, its performance is about 85% better than other algorithms such as EA and ICA. The performance achieved is quite satisfactory and promising for all test functions.
Journal Article•10.1016/J.ASOC.2012.12.025•
Artificial bee colony algorithm and pattern search hybridized for global optimization

[...]

Fei Kang1, Junjie Li1, Haojin Li1•
Dalian University of Technology1
1 Apr 2013
TL;DR: The performance of artificial bee colony algorithm is much improved by introducing a pattern search method, especially in handling functions having narrow curving valley, functions with high eccentric ellipse and some complex multimodal functions.
Abstract: Artificial bee colony algorithm is one of the most recently proposed swarm intelligence based optimization algorithm. A memetic algorithm which combines Hooke-Jeeves pattern search with artificial bee colony algorithm is proposed for numerical global optimization. There are two alternative phases of the proposed algorithm: the exploration phase realized by artificial bee colony algorithm and the exploitation phase completed by pattern search. The proposed algorithm was tested on a comprehensive set of benchmark functions, encompassing a wide range of dimensionality. Results show that the new algorithm is promising in terms of convergence speed, solution accuracy and success rate. The performance of artificial bee colony algorithm is much improved by introducing a pattern search method, especially in handling functions having narrow curving valley, functions with high eccentric ellipse and some complex multimodal functions.
Journal Article•10.1007/S00500-012-0930-5•
Extreme value theorems of uncertain process with application to insurance risk model

[...]

Baoding Liu1•
Tsinghua University1
1 Apr 2013
TL;DR: A series of extreme value theorem of uncertain independent increment process is presented and uncertainty distribution of first hitting time is provided and a concept of ruin index is defined and a ruin index formula is given.
Abstract: Uncertain process is a sequence of uncertain variables indexed by time. This paper presents a series of extreme value theorem of uncertain independent increment process and provides uncertainty distribution of first hitting time. This paper also proposes an insurance risk model with uncertain claims. Finally, a concept of ruin index is defined and a ruin index formula is given.
...

Tools

SciSpace AgentBiomedical AgentSciSpace RecruitSciSpace for EnterpriseAgent GalleryChat with PDFLiterature ReviewAI WriterFind TopicsParaphraserCitation GeneratorExtract DataAI DetectorCitation Booster

Learn

ResourcesLive Workshops

SciSpace

CareersSupportBrowse PapersPricingSciSpace Affiliate ProgramCancellation & Refund PolicyTermsPrivacyData Sources

Directories

PapersTopicsJournalsAuthorsConferencesInstitutionsCitation StylesWriting templates

Extension & Apps

SciSpace Chrome ExtensionSciSpace Mobile App

Contact

support@scispace.com
SciSpace

© 2026 | PubGenius Inc. | Suite # 217 691 S Milpitas Blvd Milpitas CA 95035, USA

soc2
Secured by Delve