Literature DB >> 30425734

Information Literacy Assessment with a Modified Hybrid Differential Evolution with Model-Based Reinitialization.

Yuan Wang1, Hui Li2, Zhenguo Ding3.   

Abstract

Information literacy assessment is extremely important for the evaluation of the information literacy skills of college students. Intelligent optimization technique is an effective strategy to optimize the weight parameters of the information literacy assessment index system (ILAIS). In this paper, a new version of differential evolution algorithm (DE), named hybrid differential evolution with model-based reinitialization (HDEMR), is proposed to accurately fit the weight parameters of ILAIS. The main contributions of this paper are as follows: firstly, an improved contraction criterion which is based on the population entropy in objective space and the maximum distance in decision space is employed to decide when the local search starts. Secondly, a modified model-based population reinitialization strategy is designed to enhance the global search ability of HDEMR to handle complex problems. Two types of experiments are designed to assess the performance of HDEMR. In the first type of experiments, HDEMR is tested and compared with seven well-known DE variants on CEC2005 and CEC2014 benchmark functions. In the second type of experiments, HDEMR is compared with the well-known and widely used deterministic algorithm DIRECT on GKLS test classes. The experimental results demonstrate the effectiveness of HDEMR for global numerical optimization and show better performance. Furthermore, HDEMR is applied to optimize the weight parameters of ILAIS at China University of Geosciences (CUG), and satisfactory results are obtained.

Entities:  

Mesh:

Year:  2018        PMID: 30425734      PMCID: PMC6217889          DOI: 10.1155/2018/9745639

Source DB:  PubMed          Journal:  Comput Intell Neurosci


1. Introduction

With the arrival of the new economic era based on information and knowledge, information has become an important factor in all fields of society. Information literacy (IL) skills which are the ability to locate, evaluate, and effectively use the needed information have become more important, especially to college students. At present, there were some college education information literacy standards such as the American Association of College and Research Libraries (ACRL) standard, including 5 first-level indexes, 22 second-level indexes, and 86 third-level indexes, the Australian and New Zealand Institute of Information Literacy (ANZIIL) standard consisting of 6 first-level indexes, 19 second-level indexes, and 67 third-level indexes, and the Society of College, National and University Libraries (SCONUL) standard in the United Kingdom which was composed of 7 first-level indexes and 17 second-level indexes. Nevertheless, in the face of the explosion of such digital information, it is difficult for college students to obtain the required information accurately. During the last few decades, information literacy has attracted much attention by the researchers. Webber and Johnston [1] identified some key definitions of information and related the student response to two models of information literacy. Cooney and Hiris [2] described the use of a collaborative framework for integrating information literacy into a graduate finance course and used a checklist for assessing the results. Valerie et al. [3] proposed the revised assessment method that took the form of a portfolio and reported the results of a case study evaluating the revision of the assessment methods of an information literacy module. The results showed that it was also economical and efficient. Pinto [4] designed the IL-HUMASS survey on information literacy, and it contained 26 items grouped into four categories and three self-reporting dimensions. Naimpally et al. [5] introduced a broad overview of the different assessment tools in information literacy assessment and highlighted four assessment tools for assessment of IL in engineering. Kousar and Mahmood [6] assessed IL skills of first year undergraduate engineering students at a Pakistani university in order to plan instruction. They used independent samples t-test and ANOVA to analyze the reliable data for integration of instruction in the university curricula. Krakowska [7] gathered the data from the questionnaire and analyzed it briefly in a quantitative and qualitative manner. The evaluation of the results helped to understand the students' information behavior, increased awareness of information literacy implementation, and development and status within the academic information environment. Pavlovski and Dunđer [8] presented results of a survey regarding information literacy which was carried out on undergraduate students of University of Zagreb and gained an insight into the students' information retrieval accuracy in course-related research. Kultawanich et al. [9] reported on the development and validation of the information literacy assessment tools for undergraduate students. These assessment tools consisted of three instruments: (1) IL Test, (2) IL Rubric, and (3) Information Literacy Self-Efficacy (ILSE) Scale. Douglas et al. [10] presented the development and initial validation study of a self-directed information literacy assessment for engineering and technology students. The exploratory factor analysis results provided evidence of structural aspects of validity and support for scoring structure. Kavšek et al [11] used two groups of first year psychology students to evaluate the effect of information literacy (IL) training in the first year psychology students and to follow changes in acquired IL in time. The results had shown an important role of IL training in students' IL development over time. Lanning and Mallek [12] analyzed multiple factors from current university students' high school experiences to evaluate the students' information literacy skills. The results of regression analyses demonstrated that only current university GPA and standardized test scores had any influence on information literacy test scores. An optimization problem is the problem of finding the best solution from all feasible solutions. Optimization problems can be divided into two categories depending on whether the variables are continuous or discrete. The standard form of an optimization problem is formulated aswhere D0={x ∈ E|ℓ ≤ x ≤ u} is a simple box constraint set. Problem category included discrete domain and continuous domain. Optimization approaches included deterministic search methods (such as direct search methods, simplex-based search, and branch and bound search methods) and nondeterministic (heuristic) search methods (such as simulated annealing, genetic algorithms, differential evolution, and particle swarm optimization). In the deterministic search methods, the researchers proposed the global optimization methods that can tackle multimodal optimization problems satisfying the Lipschitz condition [13]. Sergeyev and Kvasov [14] proposed a new efficient algorithm for solving the multidimensional “black-box” functions satisfying the Lipschitz condition. In this algorithm, a novel technique balancing usage of local and global information during partitioning, and a new procedure for finding lower bounds of the objective function over hyperintervals were considered. Jones et al. [15, 16] proposed the well-known and widely used algorithm DIRECT (DIviding RECTangles) which objective function was evaluated at several sample points by using all possible weights on local versus global search expressed by the Lipschitz constant during each iteration. Liuzzi et al. [17] focused on the selection strategy and proposed two strategies to exploit the information on the objective function. The first one was based on the knowledge of the global optimum value of the objective function. The second one did not require any a priori knowledge on the objective function and tried to exploit information on the objective function gathered during progress of the algorithm. Paulavičius et al. [18] proposed a globally biased simplicial partition DISIMPL algorithm for global optimization of expensive Lipschitz continuous functions to improve the search efficiency of the algorithm. Gimbutas and Žilinskas [19] introduced a bi-criteria choice of simplices for the subdivision to enhance the efficiency of the simplicial partition-based minimization of black box objective functions. The first criterion was minimum of an estimated Lipschitz bound, and the second was the size of the candidate simplex. Sergeyev et al. [13] proposed a new efficient visual technique for a systematic comparison of global optimization algorithms and tried to bridge the gap between the deterministic methods and heuristic methods. In the heuristic search methods, DE and its variants have emerged as one of the most competitive and versatile families of evolutionary algorithms which belong to computational intelligence. It was first proposed by Storn and Price [20] to solve global numerical optimization problems over continuous search spaces. It is a simple yet powerful evolutionary algorithm and exhibits excellent capability in solving a variety of numerical and real-world optimization problems, such as space trajectory design [21-25], hydrothermal optimization [26], underwater glider path planning [27], vehicle routing problem [28, 29], short-term optimal hydrothermal scheduling [30], satellite scheduling [31, 32], and satellite image enhancement [33]. During the last decade, there were many researchers working on the improvement of DE and significant progress in the developments of DE. In 2011 and 2016, Das et al. [34, 35] presented a comprehensive survey on DE, including the basic concepts and major variants of DE, as well as the applications and theoretical studies of DE. Next, we will briefly introduce the recent developments of hybrid DE in the last two years. Hybrid DE was tried to combine DE with other global or local search techniques. Awad et al. [36] introduced a novel hybridization between differential evolution and update processes of the stochastic fractal search algorithm. Ali et al. [37] and Awad et al. [38], respectively, focused on the development of hybridizing cultural algorithm (CA) with DE. The purpose was to combine the explorative and exploitative capabilities of two evolutionary algorithms. Cai et al. [39] proposed an adaptive social learning (ASL) strategy for DE, named SL-DE, to extract the neighborhood relationship information of individuals in the current population. Jadon et al. [40] proposed a hybridization of artificial bee colony (ABC) and DE algorithms, called HABCDE, to develop a more efficient meta-heuristic algorithm than ABC and DE. Peng et al. [41] hybridized DE with commensal learning and uniform local search (CUDE). In CUDE, commensal learning was proposed to adaptively select optimal mutation strategy and parameter setting simultaneously under the same criteria. Moreover, uniform local search enhanced exploitation ability. Zhao et al. [42] proposed a hybrid optimization algorithm based on chaotic differential evolution and estimation of distribution (cDE/EDA). The proposed algorithm could discover the optimal solution in a fast and reliable manner. Chaotic policy was used to strengthen the search ability of DE. Peng et al. [43] proposed an improved memetic differential evolution algorithm, called MDE, which hybridized differential evolution with a local search (LS) operator and periodic reinitialization to balance exploration and exploitation for solving global optimization problems. Under the framework of LSHADE in [44], Mohamed et al. [45] further proposed a new semi-parameter adaptation approach to effectively adapt the values of the scaling factor, named LSHADE-SPA. And then, a hybridization framework named LSHADE-SPACMA, a combination of LSHADE-SPA and a modified version of CMA-ES, were introduced. Sabar et al. [46] proposed a heterogeneous framework that integrated a cooperative coevolution method with various types of memetic algorithms for solving big data optimization problems. In this heterogeneous framework, DE was utilized to optimize the subproblems generated by the cooperative coevolution method. This work is motivated by the following observations: The main difficulties in college students' information literacy assessment index system are the logical structure of the index system and how to assign weight parameters to the index system. There are mainly two ways to determine weights: one is subjective assignment, and the other is objective assignment. Subjective assignment mainly refers to determining weights according to the human experience and knowledge. Objective assignment is based on the data of questionnaire. Hence, it is very necessary for ILAIS to use advanced optimization techniques to fit weight parameters. The investigations in [21-33] indicate that DE has been successfully used in a variety of domains. However, the use of DE for the weight parameters determination of ILAIS has not been reported. As a kind of intelligent optimization techniques, DE produces relatively good results in different fields. However, DE has been demonstrated to converge to a fixed point, a level set [23] or a hyperplane not containing the global optimum [47]. Furthermore, in some cases it is shown to have slow local convergence. Thus, integrating additional strategies to improve DE optimization performance is worth investigating. Based on the above considerations, in this paper, we propose a modified hybrid DE, called HDEMR, with the local search algorithm Broyden–Fletcher–Goldfarb–Shanno (BFGS) to improve local convergence. A modified contraction criterion based on the entropy of population in objective space and the maximum distance in decision space is employed to trigger local search. In addition, we define an archive to save the best individual in the population after the local search. And then, the population is reinitialized based on the probability model of the archive. The paper is organized as follows: in Section 2, the college students' information literacy assessment index system and the weight parameter optimization model of ILAIS are introduced. DE is briefly introduced in Section 3. The proposed algorithm is described in details in Section 4. The experimental study and results analysis are presented in Section 5. HDEMR for weight parameter optimization of ILAIS is derived in Section 6. Finally, in Section 7, we conclude this paper and suggest ideas for future work.

2. The Weight Parameter Optimization Model of ILAIS

For the sake of completeness, in this section, the college students' ILAIS at China University of Geosciences (CUG) is briefly described first. Then, the weight parameter optimization model of ILAIS based on an objective function is introduced.

2.1. The Establishment of ILAIS at CUG

Based on the new requirements of education and college students' feature, ILAIS at CUG is established into four categories: Information Consciousness, Information Knowledge, Information Ability, and Information Morality. We treat these four categories as first-level indexes. Then, for reference-related standards such as ACRL, we gradually decompose first-level indexes and initially build thirteen second-level indexes of ILAIS at CUG. Finally, the framework of ILAIS at CUG includes four first-level indexes and thirteen second-level indexes, which is shown in Table 1.
Table 1

Information literacy assessment index system at CUG.

First-level indexSecond-level index
L1: Information ConsciousnessL11: the recognition of the value of information and the objective evaluation of the role of information
L12: attitudes towards various social problems involving in the process of access to and use of information
L13: recognise the right useful information

L2: Information KnowledgeL21: effectively select information retrieval tools and know the advantages and disadvantages of different information retrieval tools
L22: have information source knowledge, and understand the value of various sources of information and communication process
L23: identify reliable and significant information sources, master basic information science knowledge

L3: Information AbilityL31: the ability of information retrieval
L32: the ability to use and process information
L33: the ability to share, deliver, and create information ability
L34: the ability to learn information knowledge independently and information development cooperation

L4: Information MoralityL41: ability to master information law
L42: information security and privacy
L43: information ethic cognition and behavior

2.2. The Weight Parameter Optimization Model

Before using optimization techniques to identify the weight parameters of the ILAIS at CUG, there are two issues that must be addressed. First, the weight parameters that will be optimized must be chosen. In the above ILAIS at CUG established in Table 1, the number of weight parameters of ILAIS at CUG is related to the level. To first-level index, there are four weight parameters, and to second-level indexes, there are thirteen weight parameters. In this work, all weight parameters are treated as unknown parameters to be identified by the optimization algorithm. Thus, the decision vector x is formulated aswhere D is the number of decision variables. An example for the determination of the first-level index weight parameters is given here. Let the weight of Information Consciousness be x1, the weight of Information Knowledge be x2, the weight of Information Ability be x3, and the weight of Information Morality be x4. The other important issue in evolutionary algorithms is to determine an objective function. When optimization techniques are used in parameter identification problems of ILAIS, the objective function should be defined first. In this work, the weight deviation sum is used as the objective function in the following equation:where P and Q are, respectively, the number of teachers and students participating in the questionnaire. t and s are the authority coefficient of teachers and students. x is the weight vector given by the p-th teacher and x is the weight vector given by the qth student. x is the i-th weight individual, N is the population size, and j=1,2,…, D in HDEMR.

3. A Short Introduction to Differential Evolution

DE is a population-based stochastic parallel direct search optimization method. It begins with a randomly generated population in decision space. Then, DE iteratively uses a trial vector generation strategy (i.e., mutation and crossover operators) and selection operator to evolve the population until a stopping criterion is met. For a mutation operator, there are five frequently used mutation schemes for generating a mutant vector. It can be denoted as DE/a/b, where a stands for the mutation strategy and b specifies the number of difference vectors. The following are the five most frequently used mutation strategies:where r1, r2, r3, r4, r5 ∈ {1,…, N} and r1 ≠ r2 ≠ r3 ≠ r4 ≠ r5 ≠ i. v is the mutant vector. xbest refers to the best fitness in the population at current generation. The scaling factor F controls the difference vectors with a positive value. To diversify the current population, following mutation, DE uses a crossover operator to produce the trial vector u between x and v. The most commonly used operator is the binomial crossover performed on each component as follows:where i=1,…, N, j=1,…, D, rand[0,1) represents a number drawn uniformly between 0 and 1, CR ∈ [0,1] is the crossover rate, and jrand is a randomly selected integer within [1, D]. After mutation and crossover, each generated trial vector undergoes boundary constraint check. If some variables of trial vector are out of the boundary, a repair method is applied as follows:where xmin and xmax are the lower bound and upper bound, respectively, x ∈ [xmin, xmax]. rand[0,1] returns a uniformly distributed random number between 0 and 1 (0 ≤ rand[0,1] ≤ 1). At last, the selection operator is performed to select the better one between x and u to enter the next generation:where f(x) is the objective function to be optimized.

4. Proposed Approach

In this section, we propose a novel DE, named HDEMR. HDEMR contains three main components: improved contraction criterion, BFGS local search, and model-based reinitialization strategy. And then, the complete proposed framework of HDEMR is shown in Algorithm 1. Next, the implementation of the above three main components will be introduced in detail.
Algorithm 1

The pseudocode of the HDEMR algorithm.

4.1. Improved Contraction Criterion

In order to design an effective and efficient hybrid algorithm for global optimization, we need to take advantage of both the exploration capabilities of EA and the exploitation capabilities of LS and combine them in a well-balanced manner. For successful incorporation of LS in DE, a triggering condition, called contraction criterion, is needed to decide when the local search has to start. There are several kinds of methods to define a contraction criterion. Qin and Suganthan [48] applied a local search method after a fixed number of generations (every 200 generations). Sun et al. [49] used the condition that if the promising solution was not updated in t-consecutive generations, LS would start. Simon et al. [50] used the minimum fitness in the objective space as the contraction criterion. Vasile et al. [23] performed LS when the maximum distance in decision space was below a given threshold. Peng et al. [43] proposed a new contraction criterion which combined the improved maximum distance in objective space and the maximum distance in decision space. To have a good judgement to the individuals' distribution, a good measure to evaluate the crowding degree around each solution is needed as a mixed triggering condition. In HDEMR, we also propose an improved contraction criterion which combines two criteria: (a) E is the population entropy in objective space and (b) S is the maximum distance in decision space.

Theorem 1 .

Let R be the range of the fitness function values of the population in the proposed algorithm. If A1 ∪ A2 ∪ … ∪ A=R and A1 ∩ A2 ∩ … ∩ A=∅, where A1, A2,….,A are the true subsets of the population, the population entropy of HDEMR is defined as:where s is the number of individuals in the subset A and N is the population size in HDEMR. E is the measure to represent the diversity of the population in objective space. The distance in decision space is defined aswhere ‖·‖ is the Euclidean distance and S is the measure to represent the diversity of the population in decision space.

4.2. BFGS Local Search

The local search utilizes the better solutions obtained by the global search to update the population and thus enhances algorithm's exploitation ability to find the best solution. In HDEMR, we use the BFGS algorithm as the local search method. It is one of the quasi-Newton methods which do not need the precise Hessian matrix and be able to approximate it based on the individual successive gradients. BFGS is considered to be the most effective and popular quasi-Newton method and has been proven to have good performance for solving unconstrained nonlinear optimization problems. The details can be found in [51, 52].

4.3. Model-Based Reinitialization Strategy

After the local search is performed, if the best solution has not been improved, a reinitialization of the whole population is used to give the algorithms more opportunities to find the global optimum. Sun et al. [49] chose the individuals that had the largest distances from the local optima to form the next population from a temporary population. Simon et al. [50] proposed a partial reinitialization of the population. Every 20 generations, the algorithm selected the best M individuals from a temporary population of 2M+2 individuals as the reinitialization pool. Zamuda et al. [53] proposed a population size reduction method as the reinitialization strategy. In this paper, we propose a model-based reinitialization strategy. If the local search does not improve the best solution in the current generation, the population will be restarted. A counter C keeps track of the number of restarts. For C < Cmax, where Cmax is user-defined, the new population, ℙ′, is generated randomly in the search space. For C ≥ Cmax, ℙ′ is initialised from a Gaussian distribution model base on the mean and standard deviation of the best solutions in the Archive. Algorithm 2 summarises the model-based reinitialization procedure.
Algorithm 2

The pseudocode of model-based reinitialization.

5. Experimental Study

To assess the performance of HDEMR, three groups of experiments are conducted. We compare HDEMR with seven well-known algorithms including JADE [54], CoDE [55], jDE [56], MPEDE [57], SHADE [58], LSHADE [44], and LSHADE-ε [59]. In the first group of experiments, we select the 21 nonnoisy benchmark functions (excluding noisy functions F4, F17, F24, and F25) at IEEE CEC2005 [60]. In the second group of experiments, we use 30 test functions at IEEE CEC2014 [61] to further demonstrate the effectiveness of HDEMR. In the third group of experiments, we compare HDEMR with the well-known and widely used deterministic algorithm DIRECT [15, 16] on GKLS test classes [62] to further verify the performance of HDEMR.

5.1. Performance Test of HDEMR on CEC2005 Benchmark Functions

For each algorithm, we conduct 25 independent runs and limit each run to 10000∗D max function evaluations at 21 benchmark problems as in [60]. Because the dimension of weight parameter identification of ILAIS is approximately 10, HDEMR is just tested by the benchmark problems at D=10 to evaluate its performance at low-dimensional problem. The algorithms are evaluated in terms of function error value [60], defined as f(x) − f(x), where x is the global optimum of the test function. Mean error and standard deviation of the function error values are recorded. The parameters of HDEMR are set as N=30, Emax=3.0, Smax=2.0, Cmax=9, CR ∈ N(0.8, 0.1), and F ∈ N(0.5, 0.1). For the other seven well-known algorithms, we use the same parameter settings as in their original papers. To effectively analyze the results, two nonparametric statistical tests, as similarly done in [63], are used in the experiments. (i) The Wilcoxon rank-sum test at α=0.05 is performed to test the statistical significance of the experimental results between two algorithms in single-problem and multiproblem. (ii) The Friedman test is employed to obtain the average rankings of all the compared algorithms. The Wilcoxon rank-sum test in single-problem is calculated by Matlab, while the Wilcoxon test in multiproblem and the Friedman test are carried out by the software KEEL [64]. According to the results shown in Table 2 (last three rows), HDEMR performs significantly better than JADE on 8 test functions, and JADE wins in 5 test functions. Compared with CoDE, HDEMR shows better and worse performance on 10 test functions and 7 test functions, respectively. HDEMR wins 12 test functions and loses 3 test functions to jDE. MPEDE surpasses HDEMR on 2 test functions; however, HDEMR is significantly better than MPEDE on 11 test functions. HDEMR outperforms SHADE on 5 test functions and is worse than SHADE on 7 test functions. Moreover, HDEMR performs better than LSHADE on 3 functions and worse than LSHADE on 8 functions. Compared with LSHADE-ε, HDEMR shows better and worse performance on 8 test functions and 7 test functions, respectively. Furthermore, HDEMR obtains similar results with other seven algorithms in 8, 4, 6, 8, 9, 10, and 6 cases.
Table 2

Comparison of mean error and standard deviation between HDEMR and other seven DE variants on CEC2005 at D=10.

FunctionJADECoDEjDEMPEDESHADELSHADELSHADE-εHDEMR
F016.27E – 033.07E – 03 – 1.07E – 027.14E – 03 – 1.29E – 015.39E – 02 – 2.32E + 016.00E + 00 – 2.39E – 021.38E – 02 – 6.66E – 081.05E – 07 – 1.58E – 061.18E – 06 – 0.00E + 000.00E + 00
F020.00E+000.00E+00=3.03E – 301.51E – 29=2.74E – 176.07E – 17 – 3.46E – 158.73E – 15 – 0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00
F034.81E – 261.80E – 26 – 5.02E – 161.39E – 15 – 1.54E – 066.01E – 06 – 8.61E – 111.67E – 10 – 8.45E – 262.45E – 26 – 0.00E + 000.00E + 00=5.96E – 262.70E – 26 – 0.00E + 000.00E + 00
F050.00E + 000.00E + 00 + 0.00E + 000.00E + 00 + 7.28E – 143.64E – 13 + 2.99E – 061.70E – 06 + 0.00E + 000.00E + 00 + 0.00E + 000.00E + 00 + 0.00E + 000.00E + 00 + 1.53E – 021.09E – 02
F062.35E + 002.56E + 00 – 1.02E – 233.42E – 23 – 3.97E – 027.00E – 02 – 1.16E – 019.43E – 02 – 0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00
F072.12E – 029.98E – 03=5.06E – 024.16E – 02 – 1.27E + 034.20E – 13 – 2.07E – 022.03E – 02=5.75E – 038.77E – 03 + 3.84E – 036.20E – 03 + 2.85E – 034.88E – 03 + 1.93E – 021.31E – 02
F082.03E + 016.99E – 02 – 2.01E + 011.15E – 01 – 2.03E + 017.47E – 02 – 2.03E + 018.21E – 02 – 2.02E + 011.60E – 01 – 2.01E + 011.03E – 01 – 2.01E + 011.09E – 01 – 2.00E + 010.00E + 00
F091.33E + 011.88E + 00 – 7.47E + 001.97E + 00 – 9.78E + 002.07E + 00 – 2.64E + 014.23E + 00 – 1.79E + 012.76E + 00 – 8.37E – 017.90E – 01 + 7.79E + 001.82E + 00 – 4.57E + 005.13E – 01
F104.21E + 001.01E + 00 + 7.96E + 002.72E + 00 – 1.04E + 012.75E + 00 – 6.92E + 001.95E + 00 – 2.73E + 009.31E – 01 + 2.47E + 001.04E + 00 + 1.75E + 008.27E – 01 + 5.77E + 001.57E + 00
F114.40E + 008.05E – 01 + 4.87E – 016.39E – 01 + 5.86E + 006.98E – 01=5.68E + 006.59E – 01=4.88E + 007.14E – 01 + 4.12E + 007.50E – 01 + 4.43E + 006.47E – 01 + 6.06E + 008.05E – 01
F121.41E + 011.98E + 01 – 1.16E + 014.24E + 01 – 6.55E + 013.11E + 02 – 2.32E + 005.68E + 00 – 3.05E + 011.42E + 02 – 2.40E + 004.36E + 00 – 3.60E + 004.90E + 00 – 0.00E + 000.00E + 00
F133.39E – 013.80E – 02=2.91E – 011.07E – 01 + 4.35E – 015.87E – 02=5.30E – 016.54E – 02 – 2.82E – 014.65E – 02 + 2.31E – 013.67E – 02 + 2.21E – 014.24E – 02 + 3.96E – 011.12E – 01
F142.75E + 002.47E – 01 + 2.17E + 007.65E – 01 + 3.36E + 001.63E – 01 – 3.10E + 002.21E – 01=2.58E + 003.38E – 01 + 2.40E + 002.93E – 01 + 2.09E + 003.73E – 01 + 3.12E + 003.08E – 01
F159.38E + 011.47E + 02=8.01E + 011.44E + 02=1.65E + 013.08E + 01 + 2.86E + 018.22E + 01=1.05E + 021.72E + 02=1.78E + 021.90E + 02=1.07E + 021.57E + 02=3.55E + 013.13E + 01
F169.76E + 013.34E + 00 + 1.02E + 029.54E + 00 + 1.13E + 027.42E + 00=1.02E + 025.51E + 00 + 9.39E + 016.78E + 00 + 9.26E + 012.66E + 00 + 9.13E + 015.07E + 00 + 1.11E + 028.68E + 00
F186.33E + 022.56E + 02=5.00E + 022.50E + 02 + 5.60E + 022.55E + 02=6.00E + 022.50E + 02=6.03E + 022.53E + 02=6.00E + 022.50E + 02=6.70E + 022.21E + 02=5.15E + 022.23E + 02
F196.75E + 022.40E + 02 – 5.00E + 022.50E + 02=4.84E + 022.51E + 02=6.80E + 022.18E + 02 – 5.64E + 022.59E + 02=6.40E + 022.38E + 02=7.02E + 022.05E + 02 – 4.51E + 022.06E + 02
F206.42E + 022.40E + 02=4.40E + 022.29E + 02 + 4.20E + 022.18E + 02 + 6.40E + 022.38E + 02=5.63E + 022.59E + 02=6.20E + 022.45E + 02=7.20E + 021.87E + 02=5.17E + 022.38E + 02
F215.12E + 022.03E + 02 – 4.98E + 029.05E + 01 – 5.28E + 021.10E + 02 – 4.60E + 021.38E + 02=4.84E + 021.68E + 02=4.88E + 021.90E + 02=5.84E + 022.10E + 02 – 3.70E + 021.31E + 02
F227.51E + 021.74E + 01=7.15E + 028.69E + 01=7.43E + 029.24E + 01 – 7.61E + 024.41E + 00 – 7.48E + 021.28E + 01=7.45E + 021.20E + 01=7.48E + 021.65E + 01=6.01E + 022.16E + 02
F236.64E + 021.22E + 02=5.89E + 029.12E + 01 – 6.28E + 021.40E + 02=6.18E + 027.92E + 01=6.38E + 021.24E + 02=6.44E + 021.24E + 02=7.40E + 021.86E + 02 – 5.60E + 026.57E – 01
+ 5732787
8101211538
=84689106

When seven algorithms obtain the global optimum, the intermediate results are reported at NFEs=10000. “+,” “–,” and “=” denote that the performance of this algorithm is, respectively, better than, worse than, and similar to HDEMR according to the Wilcoxon rank-sum test at α=0.05.

In addition, some interesting phenomena can be observed according to the experimental results in Table 2. For the unimodal functions (i.e., F1, F2, and F3), the performance of HDEMR is significantly better than that of the other algorithms. Moreover, HDEMR also outperforms the other algorithms on F6 and F8. To hybrid composition functions (i.e., F18–F23), HDEMR exhibits the best performance among the eight algorithms. The outstanding performance of HDEMR on hybrid composition functions can be attributed to its capability to balance the exploration and exploitation. JADE, CoDE, SHADE, LSHADE, and LSHADE-ε perform quite well on the expanded multimodal test functions (i.e., F13 and F14), which means history-based parameter and trial vector generation adaptation strategies can effectively improve the performance of advance DE to the expanded multimodal functions. In order to further validate the performance of model-based reinitialization strategy, we compare HDEMR with HDE (hybrid differential evolution with reinitialization randomly). Table 3 shows the results of HDEMR and HDE on CEC2005 benchmark functions. It can be seen that HDEMR performs significantly better than HDE on 8 test functions. HDE wins on 1 test function. Also, HDEMR obtains similar results with HDE on 12 test functions. Some interesting phenomena can be observed according to the experimental results. HDEMR performs quite well on most of the hybrid composition functions (i.e., F15 and F18–F22), which further demonstrates that model-based reinitialization strategy can effectively improve the performance of HDEMR to the difficult functions.
Table 3

Comparison of mean error and standard deviation between HDEMR and HDE over 25 independent runs on twenty-one 10-dimensional test functions.

FunctionHDEHDEMR
F010.00E + 000.00E + 00=0.00E + 000.00E + 00
F022.27E – 151.14E – 14=0.00E + 000.00E + 00
F030.00E + 000.00E + 00=0.00E + 000.00E + 00
F051.79E – 021.32E – 02 – 1.53E – 021.09E – 02
F060.00E + 000.00E + 00=0.00E + 000.00E + 00
F072.02E – 021.00E – 02=1.93E – 021.31E – 02
F082.00E + 010.00E + 00=2.00E + 010.00E + 00
F093.13E + 008.03E – 01 + 4.57E + 005.13E – 01
F105.69E + 001.51E + 00=5.77E + 001.57E + 00
F116.06E + 001.12E + 00=6.06E + 008.05E – 01
F120.00E + 000.00E + 00=0.00E + 000.00E + 00
F134.32E – 011.01E – 01 – 3.96E – 011.12E – 01
F143.09E + 002.85E – 01=3.12E + 003.08E – 01
F154.26E + 013.74E + 01 – 3.55E + 013.13E + 01
F161.10E + 029.80E + 00=1.11E + 028.68E + 00
F185.59E + 022.38E + 02 – 5.15E + 022.23E + 02
F196.08E + 022.24E + 02 – 4.51E + 022.06E + 02
F206.07E + 022.27E + 02 – 5.17E + 022.38E + 02
F214.08E + 021.29E + 02 – 3.70E + 021.31E + 02
F227.28E + 021.25E + 02 – 6.01E + 022.16E + 02
F235.50E + 023.37E + 01=5.60E + 026.57E – 01
+1
8
=12

When six algorithms obtain the global optimum, the intermediate results are reported at NFEs=10000. “+,” “–,” and “=” denote that the performance of this algorithm is, respectively, better than, worse than, and similar to HDEMR at α=0.05.

To further detect the significant differences between HDEMR and the seven competitors, the multiple-problem Wilcoxon test and the Friedman test are carried out, respectively. As shown in Table 4, it can be seen that HDEMR can obtain higher R+ values than R− values in all cases, where R+ is the sum of ranks for the functions on which HDEMR outperforms the compared algorithm, and R− is the sum of ranks for the opposite [63]. According to the Wilcoxon test at α=0.05, the significant differences can be observed in three cases (i.e., HDEMR vs. JADE, HDEMR vs. jDE, and HDEMR vs. MPEDE). When α=0.1, there are significant differences in five cases (i.e, HDEMR vs. JADE, HDEMR vs. jDE, HDEMR vs. MPEDE, HDEMR vs. SHADE, and HDEMR vs. LSHADE-ε), which means that HDEMR is significantly better than JADE, jDE, MPEDE, SHADE, and LSHADE-ε on 21 test functions at α=0.1. Moreover, the results shown in Figure 1 indicate that HDEMR and LSHADE have the best ranking (3.4762) among the eight compared algorithms. In general, the above comparison clearly demonstrates that HDEMR and LSHADE are significantly better than the other competitors at CEC2005 benchmark functions.
Table 4

Results obtained by the multiple-problem Wilcoxon test for CEC2005 at D=10.

HDEMR vs. R + R p valueat α=0.05at α=0.1
JADE165.045.00.023907++
CoDE150.081.00.223788==
jDE190.041.00.009139++
MPEDE188.043.00.01117++
SHADE170.560.50.053725=+
LSHADE139.570.50.191334==
LSHADE-ε164.566.50.085341=+
Figure 1

Average rankings of the eight algorithms by Friedman test for CEC2005 at D=10.

5.2. Sensitivity in Relation to the Parameters Emax and Smax

The improved contraction criterion in HDEMR contains two parameters Emax and Smax. They are the triggering condition to the local search. In order to investigate the sensitivity of the above two parameters, we test HDEMR with different Emax={1.0, 2.0, 3.0} and smax={1.0, 2.0, 3.0}. Nine different combinations of Emax and Smax are done. The statistical results by the Friedman test with all initial values are shown in Table 5.
Table 5

Average rankings of contraction criterion combinations by the Friedman test.

D=10
ParametersRanking
E max=1.0, Smax=1.05.2857
E max=1.0, Smax=2.04.6429
E max=1.0, Smax=3.05.3095
E max=2.0, Smax=1.04.6905
E max=2.0, Smax=2.04.8333
E max=2.0, Smax=3.05.1905
E max=3.0, Smax=1.04.7143
E max=3.0, Smax=2.04.4286
E max=3.0, Smax=3.05.9048
From Table 5, we can see that HDEMR provides the best average ranking value at Emax=3.0 and Smax=2.0 than other 8 combinations on the test functions. In general, we can conclude that it is better to set a large value to Emax and a small value to Smax.

5.3. Sensitivity in Relation to the Parameter Cmax

In order to test the influence of the parameter Cmax used in the reinitialization scheme of HDEMR, a set of experiments is performed here. The Friedman test results are shown in Table 6, where the values of Cmax are set to Cmax={3,5,7,9,11,13,15}. All other parameters are kept unchanged as described in Section 5. In addition, all experiments are conducted for 25 independent runs for each function.
Table 6

Average rankings of C by the Friedman test.

D=10
ParametersRanking
C max=35.3333
C max=54.2619
C max=74.381
C max=93.3333
C max=113.6429
C max=133.5476
C max=153.5
It can be seen from Table 6 that HDEMR with Cmax=9 gets better average ranking value (3.3333) than other six cases. Cmax=15 is the second best choice to HDEMR. Some interesting phenomena can be observed in Table 6. The large Cmax (i.e., 13 and 15) is better than the small values (i.e., 3 and 5). Generally speaking, the large Cmax value such as 9 or 15 is good to enhance the performance of HDEMR.

5.4. Performance Test of HDEMR on CEC2014 Benchmark Functions

In this section, we compare our approach with the same seven algorithms at 30 benchmark problems of CEC2014 as in [61]. All functions are conducted for 51 independent runs and limit each run to 10000∗D max function evaluations. The average function error value smaller than 10−8 is taken as zero. The parameters of HDEMR are set as N=30, Emax=3.0, Smax=2.0, Cmax=9, CR ∈ N(0.8, 0.1), and F ∈ N(0.5, 0.1). For the other seven well-known algorithms, we use the same parameter settings as in their original papers. Table 7 shows mean error and standard deviation of the function error values. Table 8 shows the multiple-problem Wilcoxon test results. Figure 2 is the Friedman test results. Additionally, some representative convergence graphs of eight algorithms are shown in Figures 3 and 4.
Table 7

Comparison of mean error and standard deviation between HDEMR and other seven DE variants on CEC2014 at D=10.

FunctionJADECoDEjDEMPEDESHADELSHADELSHADE-εHDEMR
F010.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=1.85E – 091.10E – 08=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00
F022.09E  – 031.49E – 020.00E + 000.00E + 00=0.00E + 000.00E + 00=2.12E – 101.52E – 09=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00
F038.74E – 032.79E – 020.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00
F042.75E + 011.40E + 015.20E + 001.11E + 01 – 1.19E + 011.57E + 01 – 1.75E + 011.72E + 01 – 3.07E + 011.13E + 01 – 3.07E + 011.13E + 01 – 3.48E + 013.59E – 14 – 0.00E + 000.00E + 00
F051.75E + 014.87E + 00+1.96E + 012.80E + 00 – 1.89E + 013.20E + 00+ 1.67E + 014.58E + 00=1.62E + 016.97E + 00+1.55E + 018.00E + 00+1.17E + 019.29E + 00=1.96E + 012.81E + 00
F069.86E – 021.49E – 01+3.37E – 082.40E – 07+ 1.75E – 021.25E – 01+ 2.00E – 025.71E – 02 + 0.00E + 000.00E + 00+0.00E + 000.00E + 00+1.75E – 021.25E – 01+1.22E – 013.40E – 02
F071.29E – 028.51E – 033.91E – 022.35E – 02 – 1.82E – 021.34E – 02 – 1.81E – 021.52E – 02 – 4.51E – 036.52E – 03+2.62E – 035.90E – 03+5.85E – 042.39E – 03+9.22E – 037.62E – 03
F080.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=5.88E – 089.46E – 08 – 0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00=0.00E + 000.00E + 00
F093.41E + 008.69E – 014.02E + 002.18E + 00 – 5.66E + 001.35E + 00 – 6.52E + 001.95E + 00 – 3.07E + 008.13E – 01 – 2.37E + 008.48E – 01=1.86E + 006.89E – 01=2.97E + 001.69E + 00
F104.90E – 031.70E – 02+3.43E – 025.20E – 02 + 0.00E + 000.00E + 00+6.77E – 013.09E – 01 – 6.12E – 031.88E – 02+1.35E – 022.59E – 02+1.10E – 022.40E – 02+1.36E – 011.09E – 01
F119.15E + 015.94E + 01=8.29E + 011.00E + 02=2.69E + 021.02E + 02 – 2.83E + 021.14E + 02 – 7.79E + 016.22E + 01=2.24E + 012.30E + 01+1.71E + 011.59E + 01+1.08E + 029.63E + 01
F122.47E – 015.38E – 023.26E – 023.76E – 02+3.80E – 017.15E – 02 – 3.99E – 018.14E – 02 – 1.34E – 012.80E – 02=6.69E – 021.60E – 02+6.94E – 021.67E – 02+1.40E – 017.44E – 02
F138.61E – 021.68E – 028.66E – 023.52E – 02 – 1.42E – 012.78E – 02 – 1.27E – 012.37E – 02 – 7.29E – 021.43E – 02 – 4.74E – 021.29E – 02 – 4.41E – 021.64E – 02 – 1.81E – 028.76E – 03
F149.73E – 023.12E – 02=9.85E – 024.27E – 02=1.60E – 013.76E – 02 – 1.20E – 013.01E – 02 – 9.80E – 022.96E – 02=7.61E – 022.58E – 02+8.56E – 023.12E – 02+1.04E – 013.99E – 02
F155.56E – 019.46E – 026.03E – 011.78E – 01 – 1.02E + 001.57E – 01 – 9.40E – 011.67E – 01 – 4.84E – 017.81E – 02 – 3.89E – 017.33E – 02 + 3.73E – 017.10E – 02+4.40E – 011.18E – 01
F161.64E + 002.91E – 01=1.37E + 004.93E – 01+2.09E + 002.39E – 01 – 2.08E + 002.58E – 01 – 1.52E + 002.83E – 01 + 1.27E + 002.99E – 01 + 1.01E + 002.88E – 01 + 1.71E + 004.06E – 01
F175.18E + 013.30E + 022.46E + 004.78E + 00+9.89E + 001.08E + 01=2.92E + 011.02E + 01 – 4.62E + 001.42E + 01 + 8.95E – 018.11E – 01+3.12E + 014.91E + 01 – 6.80E + 005.51E + 00
F182.86E – 014.43E – 01+3.86E – 015.26E – 01+1.42E + 006.63E – 01 – 1.69E + 006.96E – 01 – 1.87E – 011.77E – 01+1.65E – 011.82E – 01+2.85E – 014.12E – 01+8.49E – 015.72E – 01
F192.65E – 017.72E – 027.49E – 025.15E – 02+3.56E – 011.25E – 01 – 4.50E – 011.55E – 01 – 2.64E – 012.63E – 01 – 8.76E – 028.34E – 02+2.85E – 014.06E – 01 – 1.33E – 011.44E – 01
F203.22E – 011.19E – 01=3.20E – 023.78E – 02+2.31E – 011.18E – 01=8.65E – 012.92E – 01 – 2.43E – 011.13E – 01=1.34E – 011.20E – 01+2.44E – 011.89E – 01=4.03E – 014.30E – 01
F211.60E+004.70E+001.74E – 011.95E – 01+3.77E – 012.65E – 01 – 3.15E+001.42E+00 – 3.62E – 012.60E – 01=3.87E – 012.49E – 01 – 2.64E + 008.84E + 00 – 2.63E – 012.23E – 01
F221.82E – 016.96E – 02=7.78E – 028.11E – 02+1.95E – 017.86E – 02=4.99E + 001.13E + 00 – 3.10E – 011.14E – 01 – 8.50E – 022.91E – 02+1.67E – 011.72E – 01=2.16E – 011.77E – 01
F233.29E + 022.87E – 133.29E + 022.87E – 13 – 3.29E + 022.87E – 13 – 3.29E + 022.87E – 13 – 3.29E + 022.87E – 13 – 3.29E + 022.87E – 13 – 2.00E + 020.00E + 00=2.00E + 020.00E + 00
F241.10E + 021.32E + 00=1.12E + 023.82E + 00 – 1.13E + 021.73E + 00 – 1.11E + 022.81E + 00 – 1.09E + 021.86E + 00=1.08E + 021.90E + 00+1.07E + 022.23E + 00+1.08E + 023.34E + 00
F251.30E + 022.99E + 01=1.35E + 023.50E + 01=1.36E + 023.50E + 01=1.24E + 021.05E + 01=1.38E + 024.14E + 01 – 1.41E + 024.51E + 01 – 1.38E + 023.78E + 01=1.25E + 021.64E + 01
F261.00E + 021.69E – 021.00E + 022.69E – 02 – 1.00E + 022.81E – 02 – 1.00E + 022.45E – 02 – 1.00E + 021.54E – 02 – 1.00E + 021.54E – 02=1.00E + 021.61E – 02 +1.00E + 021.76E – 02
F271.09E + 021.60E + 02=6.25E + 011.42E + 02 – 7.43E + 011.41E + 02 – 2.28E + 004.56E – 01 + 1.50E + 021.68E + 02=5.41E + 011.25E + 02 – 6.31E + 019.51E + 01 – 2.10E + 017.13E + 01
F284.02E + 024.87E + 013.66E + 022.52E + 013.66E + 022.30E + 01 – 3.89E + 024.52E + 01 – 3.91E + 024.36E + 01 – 3.83E + 023.84E + 01 – 2.00E + 022.17E – 12=2.03E + 022.24E + 01
F292.47E + 024.14E + 012.20E + 021.26E + 012.21E + 026.46E + 00 – 2.22E + 027.75E – 02 – 2.22E + 026.35E – 01 – 2.22E + 025.30E – 01 – 2.00E + 020.00E + 00=1.99E + 021.86E + 01
F304.94E + 023.64E + 014.64E + 026.88E + 004.65E + 021.12E + 01 – 4.80E + 021.52E + 01 – 4.75E + 022.21E + 01 – 4.66E + 021.23E + 01 – 3.57E + 021.39E + 02 – 2.02E + 021.75E + 01
+4103271511
– 161319231297
=1078511612

“+,” “–,” and “=” denote that the performance of this algorithm is, respectively, better than, worse than, and similar to HDEMR according to the Wilcoxon rank-sum test at α=0.05.

Table 8

Results obtained by the multiple-problem Wilcoxon test for CEC2014 at D=10.

HDEMR vs. R + R p valueat α=0.05at α=0.1
JADE319.5115.50.026666++
CoDE271.5193.50.416534==
jDE375.060.00.000634++
MPEDE395.569.50.000771++
SHADE269.0166.00.259551==
LSHADE219.5245.51==
LSHADE-ε212.0253.01==
Figure 2

Average rankings of the eight algorithms by Friedman test for CEC2014 at D=10.

Figure 3

The convergence graphs on different types of CEC2014 benchmark functions. (a) The convergence graph on the unimodal function f1. (b) The convergence graph on the unimodal function f2. (c) The convergence graph on the unimodal function f3. (d) The convergence graph on the simple multimodal function f4. (e) The convergence graph on the simple multimodal function f8. (f) The convergence graph on the simple multimodal function f9. (g) The convergence graph on the simple multimodal function f13. (h) The convergence graph on the simple multimodal function f14. (i) The convergence graph on the simple multimodal function f15.

Figure 4

The convergence graphs on different types of CEC2014 benchmark functions. (a) The convergence graph on the hybrid function f17. (b) The convergence graph on the hybrid function f19. (c) The convergence graph on the hybrid function f20. (d) The convergence graph on the composition function f23. (e) The convergence graph on the composition function f24. (f) The convergence graph on the composition function f25. (g) The convergence graph on the composition function f28. (h) The convergence graph on the composition function f29. (i) The convergence graph on the composition function f30.

From Table 7, we can see that HDEMR performs better than all of the algorithms except LSHADE and LSHADE-ε at CEC2014 functions. Among the 30 test functions, HDEMR is significantly better than JADE, CoDE, jDE, MPEDE, SHADE, LSHADE, and LSHADE-ε in 16, 13, 19, 23, 12, 9, and 7 functions, respectively, while the number of functions that JADE, CoDE, jDE, MPEDE, SHADE, LSHADE, and LSHADE-ε performs significantly better are 4, 10, 3, 2, 7, 15, and 11. Furthermore, HDEMR obtains similar results with other seven algorithms in 10, 7, 8, 5, 11, 6, and 12 cases. From Table 8, we can find that there are the significant differences in three cases (i.e., HDEMR vs. JADE, HDEMR vs. jDE, and HDEMR vs. MPEDE) at α=0.05 and α=0.1. Moreover, the results shown in Figure 2 indicate that HDEMR ranks the third best (3.9167) among the eight compared algorithms. In addition, some interesting phenomena can be observed according to the experimental results in Table 7. For the unimodal functions (i.e., F1, F2, and F3), HDEMR can produce similar results compared with the other algorithms. To simple multimodal functions and hybrid functions, HDEMR has better or similar results than JADE, CoDE, jDE, and MPEDE. LSHADE and LSHADE-ε are very good at solving the simple multimodal and hybrid functions. To the composition functions (i.e., F23–F30), HDEMR exhibits the best performance among the eight algorithms. The outstanding performance of HDEMR on the composition functions can further demonstrate its capability to balance the exploration and exploitation. Some representative convergence graphs of the eight algorithms in some typical test functions have been shown in Figures 3 and 4. Figures 3 and 4 show that HDEMR has a fast convergence speed at most of the functions, especially on the composition functions at CEC2014 benchmark.

5.5. Performance Test of HDEMR on GKLS Test Classes

To further validate the performance of HDEMR, the popular GKLS generator is used. This generator allows one to randomly generate classes of test problems with the same dimension, number of local minima, and difficulty, and each class contains 100 problems. Here, 1000 test functions are used in total, which consist of 10 classes of problems with dimension D = 2, 3, 4, 5, and 10. The control parameters of GKLS test classes used in the experiments are presented in Table 9. Control parameters of the GKLS generator include (1) the radius of the convergence region ρ, (2) distance between the paraboloid vertex and the global minimizer r, and (3) the tolerance Δ (for details, see Sergeyev and Kvasov [14]). The parameters of HDEMR are set as N=30, Emax=3.0, Smax=2.0, Cmax=9, CR ∈ N(0.8, 0.1), and F ∈ N(0.5, 0.1). In order to make this comparison more reliable, parameters of DIRECT are used as recommended in its original papers. For each of the generated problems, HDEMR is conducted separately 100 independent runs and DIRECT is executed one run. The maximal number of trails (or function evaluations) is Max_NFEs=106.
Table 9

GKLS test classes.

DHardness r ρ Δ
2Simple0.90.210−4
2Hard0.90.110−4
3Simple0.660.210−6
3Hard0.90.210−6
4Simple0.660.210−6
4Hard0.90.210−6
5Simple0.660.310−7
5Hard0.660.210−7
10Simple0.660.310−7
10Hard0.660.210−7

For each test class, the dimension of test class (D), the radius of the convergence region ρ, distance betwen the paraboloid vertex and the global minimizer (r), and the tolerance Δ are given.

To effectively analyze the results, Operational Characteristics and Operational Zones, as similarly done in [13], are used in the experiments. Because of the huge amount of data, only average results are included in Table 10. m(i) means that the algorithm does not solve a global optimization problem i times in 100 runs × 100 problems (i.e., in 10,000 runs for HDEMR and in 100 runs for DIRECT). Figures 5 and 6 show operational characteristics for DIRECT and operational zones for HDEMR on the different dimensions.
Table 10

Results of the experiments.

DClassHDEMR (10000 runs for the algorithm and class)DIRECT (100 runs for the algorithm and class)
2Simple>1028.3(6)197.26(0)
2Hard>17989(168)1054.58(0)
3Simple>7569.9(67)960.78(0)
3Hard>28182(268)3651.54(0)
4Simple>80799(797)>27608.34(2)
4Hard>351150(3505)>112790.53(6)
5Simple>81913(811)>15858.45(1)
5Hard>444170(4434)>226665.45(17)
10Simple>71482(712)>22067.58(2)
10Hard>60191(599)>21774.72(2)

For each test class the average number of trails (or function evaluations) required to solve all 100 problems is presented for DIRECT algorithm. For HDEMR, the average number of trails (or function evaluations) required to solve each problem on 100 runs has been calculated, and the average of these 100 values is presented. The record “>m(i)” means that the algorithm does not solve a global optimization problem i times in 100 runs × 100 problems (i.e., in 10,000 runs for HDEMR and in 100 runs for DIRECT). In this case, the maximal number of trails (or function evaluations) set to 106 is used to calculate the average number of trails (or function evaluations) m.

Figure 5

Operational characteristics built on 2-, 3-, 4-dimensional classes of GKLS test functions for DIRECT and operational zones for HDEMR. (a) Operational characteristics for DIRECT and the operational zone for HDEMR for the simple 2-dimensional class. (b) The same as (a) for the hard class. (c) Operational characteristics for DIRECT and the operational zone for HDEMR for the simple 3-dimensional class. (d) The same as (c) for the hard class. (e) Operational characteristics for DIRECT and the operational zone for HDEMR for the simple 4-dimensional class. (f) The same as (e) for the hard class.

Figure 6

Operational characteristics built on 5- and 10-dimensional classes of GKLS test functions for DIRECT and operational zones for HDEMR. (a) Operational characteristics for DIRECT and the operational zone for HDEMR for the simple 5-dimensional class. (b) The same as (a) for the hard class. (c) Operational characteristics for DIRECT and the operational zone for HDEMR for the simple 10-dimensional class. (d) The same as (c) for the hard class.

Figure 5 shows the results on the 2-, 3-, 4-dimensional simple and hard classes for HDEMR and DIRECT. It can be seen from Figure 5(a) that operational characteristics of DIRECT is higher than the upper boundary of the zone of HDEMR and, therefore, on this class DIRECT has a better performance. Figure 5(b) shows that the average performance with the zone (the red line in the zone) of HDEMR is higher than characteristics of DIRECT. It means that HDEMR outperforms DIRECT. Figures 5(c) and 5(d) show that the average performance of HDEMR is better than DIRECT on both the 3-dimensional simple and hard classes. Figures 5(e) and 5(f) depict that on the 4-dimensional simple and hard classes, if the number of function evaluations is less than 30000, the average performance of HDEMR is better than DIRECT. If the number of function evaluations is higher than 30000, DIRECT behaves better since its characteristic is higher than the average line of the HDEMR zone. We can also see the similar results on the 5-dimensional simple and hard classes in Figures 6(a) and 6(b). Figures 6(c) and 6(d) illustrate that the average performance of HDEMR is better than DIRECT on the 10-dimensional simple and hard classes. It is suitable to solve the ILAIS problem because the dimension of weight parameter identification of ILAIS is approximately 10. In addition, some interesting phenomena can be observed according to the experimental results in Figures 5 and 6. The red average lines indicate that HDEMR has a fast convergence speed at most of the classes except for 2-dimensional simple class, especially on the hard classes. However, the number of solved problems by DIRECT is more than HDEMR on 4-dimensional and 5-dimensional hard classes (see Figures 5(f) and 6(b)). At last, one can see that the performance of HDEMR is not very stable on 4-, 5-, 10-dimensional classes. The reason is that HDEMR gets trapped into local minima in several cases of 100 runs and is not able to exit from their attraction regions producing the operational zones with the wider interval. From Table 10, the number of solved problems of DIRECT is more than HDEMR at GKLS test classes. For example, on the 10-dimensional hard class, DIRECT does not solve 2 problems in 100 runs (98% of success), whereas HDEMR does not solve 599 problems in 10000 runs (94.01% of success). On the other hand, the average number of trails (or function evaluations) for DIRECT is 21774.72, while for HDEMR is 60191.

6. HDEMR for Weight Parameter Optimization of ILAIS

According to the results of CEC2005, CEC2014, and GKLS test functions, HDEMR achieves better or similar results among nine algorithms. Hence, it is a good alternative for weight parameter optimization of ILAIS. In this section, the experiments aim at using HDEMR to solve the weight parameter identification of ILAIS. Questionnaire survey and individual evaluation are conducted at China University of Geosciences. There are 1000 questionnaires collected from the students, and 300 questionnaires from the teachers. The parameters of HDEMR are set as N=100, Emax=3.0, Smax=2.0, Cmax=9, CR ∈ N(0.8, 0.1), F ∈ N(0.5, 0.1), and Max_NFEs=50000. HDEMR is conducted for 50 independent runs. The optimization objective function is defined in Equation (2) and t=0.6, s=0.4. To effectively analyze the results, mean value and standard deviation are also used in the experiments. Table 11 shows the weight results of the information literacy assessment index at CUG by HDEMR. It can be seen that the weights of first-level indexes such as Information Consciousness, Information Knowledge, Information Ability, and Information Morality are 0.1958, 0.2085, 0.3115, and 0.2958, respectively. Information Ability and Information Morality are more important than Information Consciousness and Information Knowledge according to the questionnaire survey. It means that Information Ability and Information Morality have a greater impact to assess the information literacy of the college students.
Table 11

The weight results of information literacy assessment index at CUG by HDEMR.

First-level indexMean ValueStandard DeviationSecond-level indexMean ValueStandard Deviation
L10.19580.0029L110.40310.0008
L120.29880.0006
L130.29840.0006

L20.20850.0031L210.20320.0006
L220.39810.0011
L230.40000.0012

L30.31150.0046L310.09890.0014
L320.30420.0043
L330.30810.0043
L340.30010.0042

L40.29580.0044L410.49930.0018
L420.29830.0011
L430.20450.0007
Table 11 also shows the results of the thirteen second-level index weights by HDEMR. We can see that the weight of L11 is 0.4031 and L12 and L13 are approximately 0.3 which means that L11 (the recognition of the value of information and the objective evaluation of the role of information) is an important weight to Information Consciousness. To Information Knowledge, the results present that the weights of L22 and L23 are both approximately 0.4 which means that the ability of understanding the value of various sources of information and communication process and the abilities of identifying information needs, mastering basic information science knowledge, clarifying your own information needs, and describing keywords and terminology are very important to assess the collage students' Information Knowledge. Furthermore, it is also seen that the weights of L32, L33, and L34 are close to 0.3. It means that these three indexes have the same effect on Information Ability. At last, to Information Morality, the weight of L41 is close to 0.5. This means that the ability to master information law has the significant impact on evaluating the college students' Information Morality. The second important factor of L42 is 0.2983 to Information Morality. Finally, according to the results in Table 11, it can be seen that all the standard deviations are within 10−3. It can draw the conclusion that HDEMR is stable to optimize the weights of ILAIS. The optimal weights are able to objectively determine the evaluation of the college students' information literacy at CUG.

7. Conclusion

Apart from developing a new weight parameter optimization model of ILAIS, in this study, an efficient HDEMR method is proposed to solve the weight parameter identification problem of ILAIS at CUG with greater speed and accuracy. The HDEMR method uses an improved contraction criterion to decide when the local search starts. A model-based reinitialization strategy is also proposed to improve the diversity of the algorithm and the performance of global search. These improvements are simple yet efficient and make HDEMR a powerful alternative for the real-world applications. The effectiveness and efficiency of HDEMR are validated by CEC2005, CEC2014 benchmark functions, and GKLS test classes. The superiority of HDEMR is also verified after comparing it with seven well-known DE variants and the widely used deterministic algorithm DIRECT. At last, HDEMR is successfully used to optimize the weight parameters of ILAIS at China University of Geosciences (CUG). In our future work, HDEMR will be tested on other real-world applications problems. Moreover, we believe that some other local search algorithms and parameter adaptation strategies can also be used in HDEMR.
  3 in total

1.  An intelligent multi-restart memetic algorithm for box constrained global optimisation.

Authors:  J Sun; J M Garibaldi; N Krasnogor; Q Zhang
Journal:  Evol Comput       Date:  2012-03-12       Impact factor: 3.277

2.  On the efficiency of nature-inspired metaheuristics in expensive global optimization with limited budget.

Authors:  Ya D Sergeyev; D E Kvasov; M S Mukhametzhanov
Journal:  Sci Rep       Date:  2018-01-11       Impact factor: 4.379

3.  Memetic Differential Evolution with an Improved Contraction Criterion.

Authors:  Lei Peng; Yanyun Zhang; Guangming Dai; Maocai Wang
Journal:  Comput Intell Neurosci       Date:  2017-04-04
  3 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.