Next Article in Journal
New Bipartite Graph Techniques for Irregular Data Redistribution Scheduling
Previous Article in Journal
Projected Augmented Reality Intelligent Model of a City Area with Path Optimization
Previous Article in Special Issue
A Variable Block Insertion Heuristic for Solving Permutation Flow Shop Scheduling Problem with Makespan Criterion
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

OPTIMUS: Self-Adaptive Differential Evolution with Ensemble of Mutation Strategies for Grasshopper Algorithmic Modeling

by
Cemre Cubukcuoglu
1,2,
Berk Ekici
1,
Mehmet Fatih Tasgetiren
3,* and
Sevil Sariyildiz
1
1
Faculty of Architecture and the Built Environment, Chair of Design Informatics, Delft University of Technology, Julianalaan 134, 2628 BL Delft, The Netherlands
2
Department of Interior Architecture and Environmental Design, Faculty of Architecture, Yasar University, Universite Caddesi, No: 37-39, Agacli Yol, Bornova, Izmir 35100, Turkey
3
Department of Industrial and Systems Engineering, Istinye University, Maltepe Mahallesi, Cirpici Yolu B Ck. No: 9, Zeytinburnu, Istanbul 34010, Turkey
*
Author to whom correspondence should be addressed.
Algorithms 2019, 12(7), 141; https://doi.org/10.3390/a12070141
Submission received: 7 May 2019 / Revised: 4 July 2019 / Accepted: 8 July 2019 / Published: 12 July 2019
(This article belongs to the Special Issue Metaheuristic Algorithms in Optimization and Applications (volume 2))

Abstract

:
Most of the architectural design problems are basically real-parameter optimization problems. So, any type of evolutionary and swarm algorithms can be used in this field. However, there is a little attention on using optimization methods within the computer aided design (CAD) programs. In this paper, we present Optimus, which is a new optimization tool for grasshopper algorithmic modeling in Rhinoceros CAD software. Optimus implements self-adaptive differential evolution algorithm with ensemble of mutation strategies (jEDE). We made an experiment using standard test problems in the literature and some of the test problems proposed in IEEE CEC 2005. We reported minimum, maximum, average, standard deviations and number of function evaluations of five replications for each function. Experimental results on the benchmark suite showed that Optimus (jEDE) outperforms other optimization tools, namely Galapagos (genetic algorithm), SilverEye (particle swarm optimization), and Opossum (RbfOpt) by finding better results for 19 out of 20 problems. For only one function, Galapagos presented slightly better result than Optimus. Ultimately, we presented an architectural design problem and compared the tools for testing Optimus in the design domain. We reported minimum, maximum, average and number of function evaluations of one replication for each tool. Galapagos and Silvereye presented infeasible results, whereas Optimus and Opossum found feasible solutions. However, Optimus discovered a much better fitness result than Opossum. As a conclusion, we discuss advantages and limitations of Optimus in comparison to other tools. The target audience of this paper is frequent users of parametric design modelling e.g., architects, engineers, designers. The main contribution of this paper is summarized as follows. Optimus showed that near-optimal solutions of architectural design problems can be improved by testing different types of algorithms with respect to no-free lunch theorem. Moreover, Optimus facilitates implementing different type of algorithms due to its modular system.

1. Introduction

1.1. The Necessity of Optimization in Architecture

Architectural design problems have an excessive number of design parameters. All possible combinations of design parameters correspond to thousands of different design alternatives. It is difficult to choose the desirable design within such a big search space. In addition, architectural design requires different performance aspects to be satisfied as design objectives focus on various topics (e.g., social, economic, physiological, health, safety, structural, cultural, sustainability, etc.) [1]. Some of these performance aspects (e.g., energy, and daylight) require non-linear equations, which increase the level of the complexity. All these refer that decision-making is highly important in the early stages of the design process. Because, the decisions that are taken in the early design phases have a great impact on the following design stages. As a result, they influence the overall performance and the appearance of the constructed building. At this point, computational optimization techniques became a necessity in architectural design.
Regarding the computational optimization techniques, metaheuristic algorithms can play a vital role for not only presenting promising design alternatives but also for dealing with complexity [2]. On the other hand, these algorithms do not guarantee to finding the global optimal solutions [3]. However, they can present near-optimal results within a reasonable time. For a decision maker, providing a near-optimal solution in a reasonable time can be more advantageous than presenting the optimal solution within extremely long time. To discover desirable solutions, metaheuristics are usually inspired by the natural processes (such as interactions within swarms and evolution over the generations). Some of these metaheuristic algorithms are harmony search (HS) [4], particle swarm optimization (PSO) [5], differential evolution (DE) [6,7], genetic algorithm (GA) [8], ant colony optimization (ACO) [9], simulated annealing (SA) [10], and evolutionary algorithm (EA) [11]. According to current state of the art, evolutionary computation and swarm optimization algorithms are the most popular metaheuristics in architectural domain [2].

1.2. Performative Computational Architecture Framework

In order to investigate how the desirable solution can be found in the early phase of the design process, a general framework called performative computational architecture (PCA) [1,2] is considered in this paper. PCA proposes an iterative method based on form finding, performance evaluation, and optimization as illustrated in Figure 1. The form-finding stage includes the geometric generation using parameters in algorithmic modeling environments. The performance evaluation stage comprises of the numeric assessments of performance aspects to evaluate how well the form meets with the objectives. Optimization stage corresponds the metaheuristic algorithms for discovering desirable design solutions within a systematic search process.

1.3. Current Optimization Tools in Grasshopper

In this section, existing single objective optimization tools for grasshopper (GH) (available in www.food4rhino.com) are reviewed. Algorithm applications for specific optimization problems (such as topology optimization for structure) are not considered. In this context, Galapagos, Goat, Silvereye, Opossum, Dodo, and Nelder–Mead optimization plug-ins, shown in Figure 2, are explained. Some of these plug-ins have been compared in building optimization problems in the literature, that can be found in [12,13,14,15].

1.3.1. Galapagos

Galapagos [16] is one of the first released optimization plug-in for GH. The tool provides two heuristic optimization algorithms, which are GA [8] and SA [10]. Author of the tool suggests SA for rough landscape navigation, whereas evolutionary solver for finding reliable intermediate solutions. Majority of the design optimization papers in the literature utilized Galapagos tool in dealing with energy [17,18,19], daylight [20,21], both energy and daylight [22,23] and structure [24,25,26].

1.3.2. Goat

Goat [27] uses the NLopt library [28] in the graphical user interface of Galapagos. The tool considers a mathematically-rigorous approach (gradient-free optimization algorithm) to reach fast and deterministic results. Goat provides several optimization algorithms as well. These are constrained optimization by linear approximation (COBYLA), bound optimization by quadratic approximation (BOBYQA), subplex algorithm (Sbplx), the dividing rectangles algorithm (DIRECT), and controlled random search 2 (CRS2). Very recently, Goat is used for building energy optimization [14] and structure optimization [29,30].

1.3.3. Silvereye

Despite the gradient-free optimization and evolutionary computation, Silvereye [15] is one of the swarm intelligence optimization plug-ins released for GH. The tool considers ParticleSwarmOptimization.dll, which is a shared library containing an implementation of the core version of the PSO. In the literature, Silvereye is used in the design optimization problems that are focusing on energy [14], micro climate [31] and structural [29].

1.3.4. Opossum

Opossum [32] is the first model-based optimization tool for GH. The solver is based on an open-source library for black-box optimization with costly function evaluations (RBFOpt) [33] such as energy and daylight simulations. RBFOpt library uses the radial basis function with local search while discovering satisfactory solutions with a small number of function evaluations. Opossum is used in several design problems to deal with daylight [34], structure [29,30] and energy [14].

1.3.5. Dodo

Dodo [35] is a plug-in based on different implementation of optimization algorithms. These are non-linear gradient free optimization based on NLopt library [28], stochastic gradient descent algorithm, and swarm optimization. In addition, Dodo also provides several supervised and unsupervised neural network algorithms.

1.3.6. Nelder–Mead Optimization

Nelder–Mead Optimization [36] is the first tool based on the Nelder–Mead method [37], a local search-based optimization algorithm, in GH. Compared to heuristics, Nelder–Mead typically has fewer function evaluations for computationally expensive models. In addition, the implementation of Nelder–Mead Optimization also allows considering multiple constraints using Kreisselmeier-Steinhauser function [38].

1.4. This Study: Optimus

In the field of computer science, different types of metaheuristic algorithms have been suggested to solve real-parameter optimization problems by researchers and engineers in many years. As a common approach, the performance of each developed algorithm is tested by using a set of the standard benchmark problems such as Sphere, Schwefel’s, Rosenbrock’s, Rastrigin’s, etc. For real-world problems, this test is done by using benchmark instances. The main reason for comparing algorithms is based on the no free lunch theorem (NFLT) [39]. The performance of an optimization algorithm depends on the nature of the problem. In other words, one algorithm can outperform another algorithm in a specific problem. Thus, NFLT argues that there is no global optimization algorithm, which can present the best results for all real-world and benchmark problems.
In the field of architecture, testing different types of algorithms for the same architectural design problem is not a common approach. One of the most important reason of this fact is that computer aided design (CAD) tools of architects does not include optimization algorithms in a wide range. According to the current state of the art [40], only 3% of total users of optimization tools are architect in the domain of building performance optimization. This fact clearly shows that there is a little attention on using optimization methods within the CAD programs. Therefore, this paper introduces a new optimization solver, called Optimus, with significant features listed below:
  • Compatible with parametric design models created in GH [16] algorithmic modeling for Rhinoceros [41] CAD software.
  • Supports PCA framework outlined in previous section.
  • Implements a self-adaptive [42] differential evolution algorithm with ensemble of mutation strategies [43] (jEDE), explained in Section 3.
  • Presents the highest performance when compared to other optimization algorithms available in GH reviewed in Section 1.3.
    The performance of the Optimus is tested by benchmark suite, which consists of standard single objective unconstrained problems and some of the test problems proposed in IEEE Congress on Evolutionary Computation 2005 (CEC 2005) [44]. Problem formulations and optimization results of these benchmarks are given in Section 4.1.
    Finally, Optimus is tested with a design optimization problem. The problem formulation and optimization results are given in Section 4.2.
The development process of the Optimus is illustrated in Figure 3.

2. Self-Adaptive Differential Evolution Algorithm with Ensemble of Mutation Strategies

Metaheuristics are one of the most used optimization methods in the domain of architectural design [2]. These algorithms can avoid local minima and maxima while coping with real-parameters in large search spaces. In addition, metaheuristics can present near-optimal results when compared to other direct search methods in a reasonable time [3].
Swarm intelligence (SI) and evolutionary algorithms (EAs) are the most common sub-categories of metaheuristics. These algorithms are inspired by nature using different search strategies. SI is based on interactions of swarms such as flocks of birds, schools of fish, ants and bees. Some examples of SI can be shown as Ant Colony Optimization (ACO) [9] and Particle Swarm Optimization (PSO) [45,46]. EAs are in the class of population-based metaheuristic optimization algorithms. EAs are inspired by the mechanisms of biological evolution that mimics the selection and reproduction processes of living organisms. EAs are very effective to deal with NP-hard problems. Some examples of EAs are Genetic Algorithms (GAs) [8,47]. Genetic Programming (GP) [48], Evolution Strategy (ES) [49], and DE [7].
DE, which is introduced by Storn and Price [7], is potentially one of the most powerful stochastic real-parameter optimization algorithms in the literature. The algorithm can converge very fast in solving real-world problems such as in scheduling [50], optics [51], communication [6], power systems [52], pattern recognition [53] and recently in architectural design [54,55]. A recent survey by Das and Suganthan [56,57] clearly explained the history of DE and its success. DE algorithm has many advantages. The simple code structure of the algorithm facilitates its implementation. Other advantage is that the number of control parameters in DE is few, which are crossover rate ( C R ), mutation rate ( M R ), and population size ( N P ). In classical DE, these control parameters are constant during the whole optimization process. However, a simple change in M R or C R generation strategies can significantly improve the performance of the algorithm. Therefore, some variants of DE in the literature focus on parameter settings as presented in [42,58]. Moreover, DE can tackle the large scale and computationally expensive optimization problems. Because, the space complexity of DE is low as mentioned in [59].

2.1. The Basic Differential Evolution

The classical DE has four main stages. There is a recursive process among second, third and fourth steps as follows:
  • Initialization for generating the initial target population once at the beginning.
  • Reproduction with mutation for generating the mutant population by using the target population.
  • Reproduction with crossover for generating the trial population by using the mutant population.
  • Selection to choose the next generation among trial and target populations using one-to-one comparison. In each generation, individuals of the current population become the target population.

2.1.1. Initialization

In the basic D E algorithm, the initial target population has N P individuals with a D -dimensional real-parameter vectors. Each vector is obtained randomly and uniformly within the search space restricted by the given minimum and maximum bounds: [ x i j m i n , x i j m a x ] . Thus, the initialization of j-th component of i-th vector can be defined as:
x i j 0 = x i j m i n + ( x i j m a x x i j m i n ) × r ,
where x i j 0 is the i-th target population at generation g = 0 ; and r is a uniform random number in the range [ 0 , 1 ] .

2.1.2. Mutation

The difference vector in mutation operator is one of the main strengths of DEs [7]. Hence, DE differs from other EAs since it relies on a difference vector with a scale factor M R . The mutation process is the first step to generate new solutions. In order to obtain mutant population, two individuals are randomly chosen from the target population. The weighted difference of these individuals is added to a third individual from the target population as in Equation (2).
v i j g = x k j g 1 + M R × ( x l j g 1 x m j g 1 )
where k , l , m are three randomly chosen individuals from the target population such that ( k l m i ( 1 , . . , N P ) ) and j = 1 , . . , D . M R > 0 is a mutation scale factor influencing the differential variation between two individuals. v i j g is the mutant population in generation g .

2.1.3. Crossover

To obtain the trial population, a binomial crossover is applied to each variable. If a randomly and uniformly generated number r   [ 0 , 1 ] is less than or equal to the crossover rate ( C R ), the individuals from mutant population is chosen, otherwise target individuals are chosen. Simply, trial population is generated by recombining mutant individuals with their corresponding target individuals as follows:
u i j g = { v i j g i f   r i j g C R   o r   j = D j x i j g 1 o t h e r w i s e ,
where the index D j is a randomly chosen dimension from ( j = 1 , . . , D ) . It makes sure that at least one parameter of the trial population u i j g will be different from the target population x i j g 1 . C R is a user-defined crossover constant in the range [ 0 , 1 ] , and r i j g is a uniform random number in the interval [ 0 , 1 ] whereas u i j g is the trial population at generation g .
When trial population is obtained, parameter values might violate search boundaries. Therefore, the solution can be restricted. For this reason, parameter values that are violating the search range are randomly and uniformly re-generated as in Equation (4).
x i j g = x i j m i n + ( x i j m a x x i j m i n ) × r .

2.1.4. Selection

For the next generation, selection process is realized, which is based on the survival of the fittest among the trial and target populations. The population that has the lower fitness value is chosen according to one-to-one comparison, as in Equation (5).
x i g = { u i g i f   f ( u i g ) f ( x i g 1 ) x i g 1 o t h e r w i s e .

2.2. Self-Adaptive Approach

In this paper, self-adaptive DE [42], so called j E D E , is employed. The j D E is very simple, effective and converges much faster than the basic DE, especially when the dimensionality of the problem is high or the problem is complex. In the j D E , each individual has its own M R i and C R i values. In this paper, they are initially taken as C R i = 0.5 and M R i = 0.9 and they are updated as follows:
M R i g = { M R l + r 1 . M R u i f   r 2 < t 1 M R i g 1 o t h e r w i s e
C R i g = { r 3 i f   r 4 < t 2 C R i g 1 o t h e r w i s e ,
where r j { 1 , 2 , 3 , 4 } are uniform random numbers in the range [ 0 , 1 ] . t 1 and t 2 represent the probabilities to adjust the M R and C R . They are taken as t 1 = t 2 = 0.1 and M R l = 0.1 and M R u = 0.9 .

2.3. Ensemble Approach

In addition to the self-adaptive approach, an ensemble approach [43] is employed in the jDE, so called jEDE. This means that instead of using one type of mutation strategy with fixed parameter setting as in the basic DE, each mutant individual is generated according to different mutation strategies with different parameter settings. In this approach, each dimension has values pool for competition of producing better future offspring according to their success in the past generations. In this paper, following mutation strategies ( M i ) are considered as in Equations (8)–(10). In M 1 , the individuals that formed the mutant population are randomly selected. In M 2 and M 3 , strategies are benefitted from the information of the best solution (xbest) so far.
i f   S T R i = 0     M 1 : v i j , t + 1 = x k j , t + M R i × ( x l j , t x m j , t )
i f   S T R i = 1     M 2 :   v i j j , t + 1 = x b e s t j , t + M R i × ( x l j , t x m j , t )
i f   S T R i = 2     M 3 :   v i j , t + 1 = x i j , t + M R i × ( x b e s t j , t x i j , t ) + F × ( x k j , t x l j , t ) ,
where k , l , m are three randomly selected individuals from the target population such that ( k l m i ( 1 , . . , N P ) ) and j = 1 , . . , D . M R i > 0 is a mutation scale factor, in our jEDE, it is generated by using self-adaptive procedure. S T R i is the strategy used in each population to choose different mutation strategies. The pseudo code of the jEDE is given in Algorithm 1.
Algorithm 1. The self-adaptive differential evolution algorithm with ensemble of mutation strategies.
1: Set parameters g = 0, NP = 100, M m a x = 4
2: Establish initial population randomly
3: P g = { x 1 g , . . , x N P g }   w i t h   x i g = { x i 1 g , . . , x i D g }
4: Assign a mutation strategy to each individual randomly
5: M i = r a n d ( ) % M m a x f o r   i = 1 , . . , N P
6: Evaluate population and find x b e s t g
7: f ( P g ) = { f ( x 1 g ) , . . , f ( x N P g ) }
8: Assign CR[i] = 0.5 and F[i] = 0.9 to each individual
9: Repeat the following for each individual x i g
10: Obtain v i g = M i ( x i g )
11: Obtain u i g = C R i ( x i g , v i g )
12: Obtain x i g = { u i g i f   f ( u i g ) f ( x i g 1 ) x i g 1 o t h e r w i s e
13: If f ( u i g ) > f ( x i g 1 ) , M i = r a n d ( ) % M m a x
14: If f ( x i g ) f ( x b e s t g ) , x b e s t g = x i g
15: Update F i g and C R i g
16: If the stopping criterion is not met, go to Lines 9–15
17: Else stop and return π b e s t

3. Optimus

Optimus is a new optimization plug-in (https://www.food4rhino.com/app/optimus) developed for GH. The beta version (1.0.0) of the plug-in implements the self-adaptive [42] differential evolution algorithm with ensemble of mutation strategies [43] (jEDE). The algorithm is coded in C#, which is one of the available programming languages for custom scripting component in the GH. Optimus is based on a modular approach with many C# items. Every step of the optimization process can be observed within these items. Figure 4 shows the eight components of Optimus, which are categorized under three main titles, as follows:
  • Optimus consists of
    • ReadMe (giving details about Optimus),
    • jEDE (using jEDE algorithm, generating mutant and trial populations)
    • One-to-one (enabling selection process for next generation)
  • Initialize consists of
    • GetBound (taking the boundaries of design variables in D dimensions)
    • InitPop (generating initial population for N P population size in D dimensions)
  • Utilities consists of
    • xBest (finding chromosomes that has the lowest fitness value in the population)
    • Merge (collecting the fitness, population, xBest and optimization parameters)
    • Unmerge (separating the fitness, population, xBest and optimization parameters)
To manage the main loop of the Optimus, the HoopSnake component [60] is used for enabling feedback loops (recursive executions) within the GH.
In the Optimus, each of the eight components is transferred to GH clusters by defining collections of inputs and outputs as shown in Figure 5. This gives a flexibility to the user for improving the C# code according to his/her own implementation purposes. As next step, each cluster is converted to GH user object files, which are provided in the supplementary materials. By this way, Optimus can be used as a plug-in of the GH.
The user needs to follow several steps for using Optimus:
  • Place GetBound on the GH canvas and connect with number sliders.
  • Define the population size.
  • Get InitPop for initialization using population size and output of GetBound.
  • Evaluate initial fitness using the output of InitPop.
  • Internalize the initial fitness.
  • Place xBest on the GH canvas.
  • Get Merge and connect with internalized initial fitness and outputs of InitPop and xBest.
  • Connect Merge with starting input (S) of HoopSnake.
  • Place UnMerge on the GH canvas and connect with feedback output (F) of HoopSnake.
  • Get jEDE and connect outputs of UnMerge, InitPop, GetBound.
  • Evaluate trial fitness using the output of jEDE.
  • Get One-to-One and connect with initial fitness, trial fitness and outputs of jEDE.
  • Place xBest and connect outputs of One-to-one for updating the new best chromosome.
  • Get Merge and connect outputs of jEDE, One-to-one, and xBest.
  • Complete the loop by connecting the output of Merge to the data input (D) of the HoopSnake.
These steps are visualized in Figure 6 and an example file is shared in supplementary materials.
To save some computation time, Optimus does not update number sliders in the GH. During the optimization process of the design problem, the geometry is generated with initial and trial populations. For this reason, N P size of geometries is observed in each iteration. During the initial stage, various types of design alternatives are generated. However, when the Optimus is converged, similar geometries are observed, as shown in Figure 7.

4. Experiments

In this section, we explain how the experiments were performed to test the performance of the Optimus in comparison to the other chosen plug-ins. As mentioned before, the evaluations are done by using standard benchmark problems in the literature and one architectural design problem proposed by the authors.

4.1. Benchmark Suite

The performance of the Optimus (jEDE algorithm) was firstly tested by using the following benchmark suite, which consists of 20 test functions. The first ten functions in the benchmark suite were classical test problems that have been commonly used in the literature. The remaining ten functions are taken from the benchmark suit presented in the CEC 2005 Special Session on Real-Parameter Optimization. These functions have been modified from the classical test problems in order to locate their global optimum under some circumstances such as shifted and/or rotated landscape, optimum placed on bounds, Gaussian noise and/or bias added etc. [44]. This fact makes these functions more difficult to solve than the classical test functions. In our test suit, F 1 to F 5 are unimodal, F 6 to F 10 are multimodal functions. All the benchmark functions are minimization problems. Our benchmark suite is presented in Table 1. These functions are summarized in Appendix A.

4.1.1. Experimental Setup and Evaluation Criteria

All the benchmark functions were coded in C# as individual components in the GH environment. These components are also available in supplementary materials as GH files to contribute evaluations of further developed architectural design optimization tools. Furthermore, all the benchmark functions ran on a computer that has Intel Core I7-6500U CPU @ 2.50 GHz with 16 GB RAM. Both the number of dimension D and the population size N P are taken as 30 to limit the search space. To make a fair comparison, termination criteria defined as 30 min for each component. For each problem instance, five replications carried out for each function and for each tool (thus, the total run time is 12,000 min). For evaluating the performance of the algorithms (of the components), we simply reported f x _ m i n , f x _ m a x and f x _ a v g where f x _ m i n is the minimum fitness value of function x , f x _ m a x is the maximum fitness value of function x and f x _ a v g is the average fitness value of function x , after all replications for each tool. The maximum number of fitness evaluations ( F E S ) within 30 min for each tool are also recorded, which means how many times the fitness is tested during each 30-min optimization process.

4.1.2. Experimental Results

As mentioned before, Galapagos employs GA, SilverEye (v1.1.0) uses PSO and Opossum (v1.5.0) considers RBFOpt for enabling architectural design optimization in the GH environment. We compared results of Optimus, which uses jEDE, with those three optimization tools to present its performance. In addition, all the runs for each component and for each function were taken by the authors. Table 1 shows the fitness results of Optimus, Opossum, SilverEye, and Galapagos together with optimal fitness values of each function. Table 2 clearly indicates the superiority of the Optimus over other optimization tools such that it yielded the lowest minimum function values ( f x _ m i n ) in nineteen (19) functions out of twenty (20) functions, significantly. On the other hand, Galapagos favors Optimus in only one function ( F 8 ) with a very small difference. Maximum ( f x _ m a x ) and average ( f x _ a v g ) function values in Table 1 further justify the better performance of the Optimus in such a way that the maximum and average function values of Optimus are closer to optimal fitness values in nineteen (19) functions than those yielded by other tools. Furthermore, the average number of function evaluations ( F E S ) within thirty minutes in each problem were the highest in Optimus. This clearly shows high margins between Optimus and other components where Optimus was tremendously faster in each iteration. For example, when solving F s p h , the Optimus (jEDE) approximately realized 5844 FES/minute, whereas GA made 1643 FES/minute, PSO made 1205 FES/minute, RBFOpt made 85 FES/minute. These facts explicitly imply the superiority of Optimus over other components in solving benchmark suite.
Results presented in Table 1 are provided in supplementary materials containing minimum fitness values of each replication, as well as their corresponding chromosomes. Considering f x _ m i n , convergence of standard benchmarks is presented in Figure 8, whereas convergence of CEC 2005 benchmarks is given in Figure 9.

4.2. Design Optimization Problem

In this part, we present a design problem for a frame structure, which has a span for 30 m by 25 m. Before generating the frame structure, we executed a base surface, which controls the shape of the design. Therefore, a curved surface having 7.5 m height, five axes, and 25 controlling points is generated. Afterwards, 65 parameters are defined for 5 axes to change the shape of the base surface, so the shape of the frame structure. Points on ground level have two parameters for x and y directions, whereas other points have three parameters for changing the positions in all directions. In the next step, using the base surface, we generated the frame structure using truss structure component provided by LunchBox [61] plugin, which consists of several components using different geometrical shapes. In this component, the structure on the base surface is controlled by three parameters. These are division amounts on u and v directions, and the depth of the truss system. Finally, generated frame structure is combined with Karamba 3D plug-in [62], which provides evaluation of parametric structural models in GH. Structural evaluation process is mentioned on the following lines. Development of the parametric model is illustrated in Figure 10.
To evaluate each generated structure alternative, each line in the structure model is defined as beam, whereas each point located on the ground level is defined as support points. In addition, cross-section and its parameters are also defined by Karamba just before the evaluation process. For the problem on hand, rectangular cross-section is defined using three parameters. These are height, upper and lower widths of the cross-section. To finalize the necessary inputs, we defined gravity and lateral loads. As gravity load, we considered the distribution of the total mass for each intersecting point. For the lateral load, we applied 2 kN on each intersecting point, as well. The material type of the model is assigned as steel. An example of evaluated model is shown in Figure 11.
To sum up, 70 parameters are used to define the design optimization problem. This corresponds approximately 1.333 × 10 177 alternatives in the search space. The reason of giving such a freedom is to investigate the impact of the design on the performance. Moreover, design problems are different than mathematical benchmark problems. A design problem can have more parameters due to an optimization task (e.g., optimizing the layout scheme and the façade design of a building to find the most desirable plan scheme with the lowest energy consumption). Properties of design parameters are given in Table 3. To show the divergence of the design problem, some of the frame structure alternatives are illustrated in Figure 12.
Objective function, which is minimizing the mass ( m ) subject to displacement ( v ), is formulated as follows:
M i n   ( m ) where m is given by
m = i = 1 j W i ,
where W i is the weight of i th element of the frame structure and j is the total number of the frame structure elements.
Subject to:
v 0.1 m
v = F K ,
where F is the loading force, and K is the bending stiffness of the frame structure. To compare the optimization results of Optimus with others, we defined a penalty function by combining m and v as follows:
m = { m    i f   v 0.1 100 m    o . w . .
To sum up, for safety reasons, the final design should have minimum 0.1 m displacement. For this reason, displacement result that has smaller than 0.1 m is a feasible solution. In addition, for minimizing construction cost, the objective is defined as the minimization of the mass. Therefore, the final design should have the smallest amount of steel usage. The higher the mass is the lower the displacement, and the other way around.

4.2.1. Experimental Setup and Evaluation Criteria

The design optimization problem ran on a computer that had Intel Core I7-6500U CPU @ 2.50 GHz with 16 GB RAM. The number of dimensions D was taken as 70, whereas the population size N P was taken as 50. As such the CEC 2005 benchmark problems, the termination criteria was determined as 30 min for each run. For the instance on hand, only one replication carried out for each optimization tool. To evaluate the performance of different optimization tools, we report f x _ m i n , which is the minimum fitness value of the design problem, and g ( x ) , which is the constraint value of the minimum fitness. The maximum number of fitness evaluations ( F E S ) within 30 min for each tool are also recorded, which means how many times the fitness is evaluated during the optimization process. This problem definition is also available in supplementary materials as GH file to contribute evaluations of further developed architectural design optimization tools.

4.2.2. Design Results

After 30 min run for each tool in GH, overview of optimization results is given Table 4. Convergence graph for Optimus, Opossum, SilverEye and Galapagos is also given in Figure 13. In addition, final designs proposed by each algorithm are also illustrated in Figure 14. Based on these results, Optimus and Opossum found feasible solutions, whereas SilverEye and Galapagos discovered infeasible alternatives. Looking at feasible solutions, there is a significant difference between jEDE and RbfOpt. Optimus found smaller mass amount than Opossum. During the optimization process, we also observed that Optimus evaluated fitness function more than other tools. From the point of proposed design alternatives, Galapagos and SilverEye found bigger frame structures with smaller profile dimensions. This causes an increment on both displacement and mass. On the other hand, Opossum presented similar size with Galapagos and Silvereye, but bigger dimension sizes for profile. This suggests smaller amount of displacement. However, the final solution has more than 22 tons of steel. From the point of Optimus, the final design alternative presents the smallest frame structure having small profile sizes. This gives not only an advantage on displacement, but also provides a design alternative having smaller amount of steel comparing with other algorithms. A parametric model with 70 decision variables is a challenging optimization problem in the domain of architecture. From this perspective, the impact of self-adaptive parameter update, and ensemble of mutation strategies can be seen for the architectural design problem.
Results presented in Table 3 are provided in supplementary materials containing minimum fitness values, and their corresponding chromosomes. The best result discovered by Optimus is illustrated in Figure 15.

5. Discussion

In this paper, we presented a new optimization tool called Optimus, which implements jEDE algorithm, for GH. We tested the performance of Optimus using 20 benchmark problems and a design optimization problem against GA, PSO, RBFOpt. Experimental results show that jEDE outperforms these algorithms by finding better fitness values. There are several reasons to explain this fact. First, Optimus uses self-adaptive approach for producing control parameters. This gives an advantage to adapt the algorithm itself according to the nature of the problem. Secondly, Optimus presented significantly smaller fitness values than the other tools. This is related to the ensemble of mutation strategies. While the other algorithms are based on only one mutation operator, Optimus uses three mutation operators. During searching for a better solution, using more than one mutation strategy enlarges the search space. This increases the ability of searching near-optimal results. Thirdly, Optimus does not update number sliders, which corresponds to parameters, for each iteration. Instead, generated populations are directly connected to the geometry. Therefore, required computation time for one generation is less than the other algorithms. Finally, optimal values of some problems are outside of the initialization range (e.g., F 7 ). One may argue that this situation can be faced in architectural design problems, as well. Generating chromosome values outside of the initialization range is possible in the Optimus, whereas it is not possible in the other tools.
RBFOpt algorithm is recently compared with metaheuristics using several building optimization problems in [12,13,14,32]. According to the results, RBFOpt found better solutions than metaheuristics. In these studies, termination criterion is defined as number of iterations during the evaluation of different algorithms. This gives an advantage for RBFOpt, due to ability to discover desirable solutions with small number of function evaluations. However, metaheuristics require more function evaluations to find the optimal solutions. In this study, we defined the termination criterion as run time for 30 min to make a fair comparison. Results show that RBFOpt requires more computation time to execute one function than metaheuristics. For this reason, while comparing these algorithms, rather than iterations and/or function evaluations, run time should be considered as termination criterion.
Fitness functions based on simulations (e.g., energy and daylight) may require a huge amount of time for the convergence during the optimization. From the point of metaheuristics, usage of surrogate models [63] can be a solution to overcome this drawback. Because, surrogate models require less amount of function evaluation while approximating the fitness. By this way, researchers can consider many replications in a short run time.
Furthermore, handling constraints is another important topic for architectural design optimization. Most of the real-world problems require design constraints that may restrict the design alternatives during the optimization process. There are many constraint handling methods that can be practically integrated to the optimization algorithms [64]. In the reviewed literature, only Nelder–Mead optimization tool provides a constraint handling method for the design optimization problems in the GH. To make a fair comparison with Galapagos, SilverEye, and Opossum, we considered penalty function as constraint to find the feasible solution in the design optimization problem. However, there are extremely hard constraints that can be tackled in the real-world problems e.g., equality constraints. Currently, this is not available in GH.
In addition to the advantages of Optimus mentioned above, there are some limitations, as well. Firstly, even though modular approach provides a flexibility when we want to use different algorithms, it requires more plug-in items to generate each step of the optimization. This effects the practical usage of Optimus. Another limitation is evaluation strategy of fitness function. In other words, Optimus creating NP size of list, where each element in the list has D size of dimensions. All these parameters (with NPxD size) are sending to the objective function for fitness evaluation. Then, we obtain NP size of fitness results simultaneously. In the other tools, each parameter is sending to the fitness function in sequence. Then, the fitness function is evaluated. This fact gives an advantage for Optimus in terms of computation time but it may not be suitable for some of the architectural design problems.

6. Conclusions

As the conclusion, this paper presented a new optimization plug-in, called Optimus for grasshopper algorithmic modelling (GH) in the Rhinoceros CAD program. A self-adaptive differential evolution algorithm with ensemble of mutation strategies was implemented in Optimus for architectural design optimization problems. To test the algorithm performance, experimental design was made by using standard test problems in the literature, some of the test problems proposed in IEEE CEC 2005 and an architectural design problem. In general, Optimus outperformed other optimization tools in GH. This paper showed that an algorithm that presents a good performance in solving real-parameter benchmark functions can also find more desirable solutions in solving architectural design problems.
As future work, Optimus will be further improved by implementing different types of metaheuristic algorithms due to NFLT. These algorithms can be variants of PSO, GA, HS, and DE. Moreover, Optimus can be updated for constrained optimization problems using near-feasibility threshold [65,66], Superior of Feasibility [67], and Epsilon constraint [68]. Moreover, ensemble of constraint handling techniques [69] can be used in Optimus that may play a crucial role in architectural design problems. Finally, Optimus can be simply extended for multi-objective optimization problems due to its modular system.

Supplementary Materials

The following are available online at https://www.mdpi.com/1999-4893/12/7/141/s1.

Author Contributions

Conceptualization, C.C. and B.E.; Investigation, C.C. and B.E.; Methodology, C.C., B.E., M.F.T. and S.S.; Project administration, M.F.T. and S.S.; Software, C.C., B.E. and M.F.T.; Supervision, M.F.T. and S.S.; Validation, C.C. and B.E.; Writing–original draft, C.C. and B.E.; Writing–review & editing, C.C. and B.E.

Funding

M.F.T. was partially funded by the National Natural Science Foundation of China (Grant No. 51435009).

Acknowledgments

The authors would like to thank Michela Turrin and Pirouz Nourian for their useful feedbacks at the Chair of Design Informatics of the Faculty of Architecture and the Built Environment in TU Delft. M.F.T. acknowledges the HUST Project in Wuhan in China.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1. Benchmark Functions.
Table A1. Benchmark Functions.
F s p h : Sphere Function F s p h ( x ) = i = 1 D x i 2
F s p h ( x ) = ( 0 , . . , 0 ) = 0 100 x 100
F r o s : Rosenbrock’s Function F r o s ( x ) = i = 1 D 1 ( 100 ( x i + 1 x i 2 ) 2 + ( 1 x i ) 2 )
F r o s ( x ) = ( 1 , . . , 1 ) = 0 100 x 100
F a c k : Ackley’s Function F a c k ( x ) = 20 exp ( 0.2 1 D i = 1 D x i 2 ) exp ( 1 D i = 1 D cos ( 2 π x i ) ) + 20 + e
F a c k ( x ) = ( 0 , . . , 0 ) = 0 32 x 32
F g r w : Griewank’s Function F g r w ( x ) = i = 1 D x i 2 4000 i = 1 D cos ( x i i ) + 1
F g r w ( x ) = ( 0 , . . , 0 ) = 0 600 x 600
F r a s : Rastrigin’s Function
F r a s ( x ) = i = 1 D ( x i 2 10 cos ( 2 π x i ) + 10 )
F r a s ( x ) = ( 0 , . . , 0 ) = 0 5 x 5
F s c h : Generalized Schwefel’s Problem 2.26
F s c h ( x ) = 418.9829 N i = 1 D ( x i sin ( | x i | ) )
F s c h ( x ) = ( 420.9687 , . . , 420.968 ) = 0 500 x 500
F s a l : Salomon’s Function
F s a l ( x ) = cos ( 2 π i = 1 D x i 2 ) + 0.1 i = 1 D x i 2 + 1
F s a l ( x ) = ( 0 , . . , 0 ) = 0 100 x 100
F w h t : Whitely’s Function
F w h t ( x ) = j = 1 D i = 1 D ( y i j 2 4000 cos ( y i j ) + 1 )
where y i j = 100 ( x j x i ) 2 + ( 1 x i ) 2
F w h t ( x ) = ( 1 , . . , 1 ) = 0 100 x 100
F p n 1 : Generalized Penalized Function 1
F p n 1 ( x ) = π D { 10 sin 2 ( π y 1 ) + i = 1 D 1 ( y i 1 ) 2 [ 1 + 10 sin 2 ( π y i + 1 ) ] + ( y D 1 ) 2 } + i = 1 D u ( x i , 10 , 100 , 4 ) where y i = 1 + 1 4 ( x i + 1 ) and
u ( x i , a , k , m ) = { k ( x i a ) m x i > a 0 a x i a k ( x i a ) m x i < a
F p n 1 ( x ) = ( 1 , . . , 1 ) = 0 50 x 50
F p n 2 : Generalized Penalized Function 2
F p n 2 ( x ) = 0.1 { sin 2 ( 3 π x 1 ) + i = 1 D 1 ( x i 1 1 ) 2 [ 1 + sin 2 ( 3 π x i + 1 ) ] + ( x D 1 ) 2 [ 1 + sin 2 ( 2 π x D ) ] } + i = 1 D u ( x i , 5 , 100 , 4 )
F p n 1 ( x ) = ( 1 , . . , 1 ) = 0 50 x 50
F 1 : Shifted Sphere Function
F 1 ( x ) = i = 1 D z i 2 + f _ b i a s 1
x [ 100 , 100 ] D , F 1 ( x ) = f _ b i a s 1 = 450
F 2 : Shifted Schwefel’s Problem 1.2
F 2 ( x ) = i = 1 D ( j = 1 i z j ) 2 + f _ b i a s 2
x [ 100 , 100 ] D , F 2 ( x ) = f _ b i a s 2 = 450
F 3 : Shifted Rotated High Conditioned Elliptic Function
F 3 ( x ) = i = 1 D ( 10 6 ) i 1 D 1 z i 2 + f _ b i a s 3
x [ 100 , 100 ] D , F 3 ( x ) = f _ b i a s 3 = 450
F 4 : Shifted Schwefel’s Problem 1.2 With Noise in Fitness
F 4 ( x ) = ( i = 1 D ( j = 1 i z i ) 2 ) × ( 1 + 0.4 | N ( 0 , 1 ) | ) + f _ b i a s 4
x [ 100 , 100 ] D , F 4 ( x ) = f _ b i a s 4 = 450
F 5 : Schwefel’s Problem 2.6 with Global Optimum on Bounds
F 5 ( x ) = max { | A i x B i | } + f _ b i a s 5 , i = 1 , 2 , . . , D
x [ 100 , 100 ] D , F 5 ( x ) = f _ b i a s 5 = 310
F 6 : Shifted Rosenbrock’s Function
F 6 ( x ) = i = 1 D 1 ( 100 ( z i 2 z i + 1 ) 2 + ( z i 1 ) 2 ) + f _ b i a s 6
x [ 100 , 100 ] D , F 4 ( x ) = f _ b i a s 6 = 390
F 7 : Shifted Rotated Griewank’s Function without Bounds
F 7 ( x ) = i = 1 D z i 2 4000 i = 1 D cos ( z i i ) + 1 + f _ b i a s 7
Initialize population in [ 0 , 600 ] D , Global optimum is outside of the initialization range, F 7 ( x ) = f _ b i a s 7 = 180
F 8 : Shifted Rotated Ackley’s Function with Global Optimum on Bounds.
F 8 ( x ) = 20 exp ( 0.2 1 D i = 1 D z i 2 ) exp ( 1 D i = 1 D cos ( 2 π z ) ) + 20 + e + f _ b i a s 8
x [ 32 , 32 ] D , F 8 ( x ) = f _ b i a s 8 = 140
F 9 : Shifted Rastrigin’s Function
F 9 ( x ) = i = 1 D ( z i 2 10 cos ( 2 π z i ) + 10 ) + f _ b i a s 9
x [ 5 , 5 ] D , F 9 ( x ) = f _ b i a s 9 = 330
F 10 : Shifted Rotated Rastrigin’s Function
F 10 ( x ) = i = 1 D ( z i 2 10 cos ( 2 π z i ) + 10 ) + f _ b i a s 10
x [ 5 , 5 ] D . F 10 ( x ) = f _ b i a s 10 = 330

References

  1. Sariyildiz, S. Performative Computational Design, Keynote Speech. In Proceedings of the ICONARCH-I: International Congress of Architecture-I, Konya, Turkey, 15–17 November 2012. [Google Scholar]
  2. Ekici, B.; Cubukcuoglu, C.; Turrin, M.; Sariyildiz, I.S. Performative computational architecture using swarm and evolutionary optimisation: A review. Build. Environ. 2018, 147, 356–371. [Google Scholar] [CrossRef]
  3. Michalewicz, Z.; Fogel, D.B. How to Solve it: Modern Heuristics; Springer Science & Business Media: New York, NY, USA, 2013. [Google Scholar]
  4. Geem, Z.W.; Kim, J.H.; Loganathan, G.V. A new heuristic optimization algorithm: Harmony search. Simulation 2001, 76, 60–68. [Google Scholar] [CrossRef]
  5. Eberhart, R.; Kennedy, J. A New Optimizer Using Particle Swarm Theory. In Proceedings of the MHS’95. Sixth International Symposium on Micro Machine and Human Science, Nagoya, Japan, 4–6 October 1995; pp. 39–43. [Google Scholar]
  6. Storn, R. On the Usage of Differential Evolution for Function Optimization. In Proceedings of the North American Fuzzy Information Processing, Berkeley, CA, USA, 19–22 June 1996; pp. 519–523. [Google Scholar]
  7. Storn, R.; Price, K. Differential evolution—A simple and efficient heuristic for global optimization over continuous spaces. J. Glob. Optim. 1997, 11, 341–359. [Google Scholar] [CrossRef]
  8. Goldberg, D.E.; Holland, J.H. Genetic algorithms and machine learning. Mach. Learn. 1988, 3, 95–99. [Google Scholar] [CrossRef]
  9. Dorigo, M.; Gambardella, L.M. Ant colony system: A cooperative learning approach to the traveling salesman problem. IEEE Trans. Evol. Comput. 1997, 1, 53–66. [Google Scholar] [CrossRef]
  10. Kirkpatrick, S.; Gelatt, C.D.; Vecchi, M.P. Optimization by simulated annealing. Science 1983, 220, 671–680. [Google Scholar] [CrossRef] [PubMed]
  11. Coello, C.A.C.; Lamont, G.B.; van Veldhuizen, D.A. Evolutionary Algorithms for Solving Multi-Objective Problems; Springer: Berlin/Heidelberg, Germany, 2007; Volume 5. [Google Scholar]
  12. Wortmann, T. Genetic Evolution vs. Function Approximation: Benchmarking Algorithms for Architectural Design Optimization. J. Comput. Des. Eng. 2018, 6, 414–428. [Google Scholar] [CrossRef]
  13. Wortmann, T.; Waibel, C.; Nannicini, G.; Evins, R.; Schroepfer, T.; Carmeliet, J. Are Genetic Algorithms Really the Best Choice for Building Energy Optimization? In Proceedings of the Symposium on Simulation for Architecture and Urban Design, Toronto, CA, Canada, 22–24 May 2017; p. 6. [Google Scholar]
  14. Waibel, C.; Wortmann, T.; Evins, R.; Carmeliet, J. Building energy optimization: An extensive benchmark of global search algorithms. Energy Build. 2019, 187, 218–240. [Google Scholar] [CrossRef]
  15. Cichocka, J.M.; Migalska, A.; Browne, W.N.; Rodriguez, E. SILVEREYE—The Implementation of Particle Swarm Optimization Algorithm in a Design Optimization Tool. In Proceedings of the International Conference on Computer-Aided Architectural Design Futures, Istanbul, Turkey, 10–14 July 2017; pp. 151–169. [Google Scholar]
  16. Rutten, D. Galapagos: On the logic and limitations of generic solvers. Archit. Des. 2013, 83, 132–135. [Google Scholar] [CrossRef]
  17. Camporeale, P.E.; del Moyano, P.M.M.; Czajkowski, J.D. Multi-objective optimisation model: A housing block retrofit in Seville. Energy Build. 2017, 153, 476–484. [Google Scholar] [CrossRef] [Green Version]
  18. Calcerano, F.; Martinelli, L. Numerical optimisation through dynamic simulation of the position of trees around a stand-alone building to reduce cooling energy consumption. Energy Build. 2016, 112, 234–243. [Google Scholar] [CrossRef]
  19. Anton, I.; Tãnase, D. Informed geometries. Parametric modelling and energy analysis in early stages of design. Energy Procedia 2016, 85, 9–16. [Google Scholar] [CrossRef]
  20. Tabadkani, A.; Banihashemi, S.; Hosseini, M.R. Daylighting and visual comfort of oriental sun responsive skins: A parametric analysis. Build. Simul. 2018, 11, 663–676. [Google Scholar] [CrossRef]
  21. Lee, K.; Han, K.; Lee, J. Feasibility study on parametric optimization of daylighting in building shading design. Sustainability 2016, 8, 1220. [Google Scholar] [CrossRef]
  22. Fathy, F.; Sabry, H.; Faggal, A.A. External Versus Internal Solar Screen: Simulation Analysis for Optimal Daylighting and Energy Savings in an Office Space. In Proceedings of the PLEA, Edinburgh, UK, 16 August 2017. [Google Scholar]
  23. Lavin, C.; Fiorito, F. Optimization of an external perforated screen for improved daylighting and thermal performance of an office space. Procedia Eng. 2017, 180, 571–581. [Google Scholar] [CrossRef]
  24. Heidenreich, C.; Ruth, J. Parametric optimization of lightweight structures, In Proceedings of the 11th World Congress on Computational Mechanics, Barcelona, Spain, 21–25 July 2014.
  25. Eisenbach, P.; Grohmann, M.; Rumpf, M.; Hauser, S. Seamless Rigid Connections of Thin Concrete Shells—A Novel Stop-End Construction Technique for Prefab Elements. In Proceedings of the IASS Annual Symposia, Amsterdam, The Netherlands, 17–20 August 2015; Volume 2015, pp. 1–12. [Google Scholar]
  26. Almaraz, A. Evolutionary Optimization of Parametric Structures: Understanding Structure and Architecture as a Whole from Early Design Stages. Master’s Thesis, University of Coruna, La Coruña, Spain, 2015. [Google Scholar]
  27. Simon. Goat. 2013. Available online: https://www.food4rhino.com/app/goat (accessed on 10 July 2019).
  28. Johnson, S.G. The Nlopt Nonlinear-Optimization Package. Available online: https://nlopt.readthedocs.io/en/latest/ (accessed on 10 July 2019).
  29. Ilunga, G.; Leitão, A. Derivative-free Methods for Structural Optimization. In Proceedings of the 36th eCAADe Conference, Lodz, Poland, 19–21 September 2018. [Google Scholar]
  30. Austern, G.; Capeluto, I.G.; Grobman, Y.J. Rationalization and Optimization of Concrete Façade Panels. In Proceedings of the 36th eCAADe Conference, Lodz, Poland, 19–21 September 2018. [Google Scholar]
  31. Delmas, A.; Donn, M.; Grosdemouge, V.; Musy, M.; Garde, F. Towards Context & Climate Sensitive Urban Design: An Integrated Simulation and Parametric Design Approach. In Proceedings of the 4th International Conference On Building Energy & Environment 2018 (COBEE2018), Melbourne, Australia, 5–9 February 2018. [Google Scholar]
  32. Wortmann, T. Opossum: Introducing and Evaluating a Model-based Optimization Tool for Grasshopper. In Proceedings of the CAADRIA 2017, Hong Kong, China, 5–8 July 2017. [Google Scholar]
  33. Costa, A.; Nannicini, G. RBFOpt: An open-source library for black-box optimization with costly function evaluations. Math. Program. Comput. 2018, 10, 597–629. [Google Scholar] [CrossRef]
  34. Wortmann, T. Model-based Optimization for Architectural Design: Optimizing Daylight and Glare in Grasshopper. Technol. Archit. Des. 2017, 1, 176–185. [Google Scholar] [CrossRef]
  35. Greco, L. Dodo. 2015. Available online: https://www.food4rhino.com/app/dodo (accessed on 10 July 2019).
  36. Eckersley O’Callaghan’s Digital Design Group. 2013. Nelder-Mead Optimization. Available online: https://www.food4rhino.com/app/nelder-mead-optimisation-eoc (accessed on 10 July 2019).
  37. Lagarias, J.C.; Reeds, J.A.; Wright, M.H.; Wright, P.E. Convergence properties of the Nelder--Mead simplex method in low dimensions. SIAM J. Optim. 1998, 9, 112–147. [Google Scholar] [CrossRef]
  38. Wrenn, G.A. An Indirect Method for Numerical Optimization Using the Kreisselmeir-Steinhauser Function; NASA: Washington, DC, USA, 1989.
  39. Wolpert, D.H.; Macready, W.G. No free lunch theorems for optimization. IEEE Trans. Evol. Comput. 1997, 1, 67–82. [Google Scholar] [CrossRef] [Green Version]
  40. Attia, S.; Hamdy, M.; O’Brien, W.; Carlucci, S. Assessing gaps and needs for integrating building performance optimization tools in net zero energy buildings design. Energy Build. 2013, 60, 110–124. [Google Scholar] [CrossRef] [Green Version]
  41. Robert McNeel & Associates. Rhinoceros 3D. NURBS Modelling. 2015. Available online: https://www.rhino3d.com/ (accessed on 10 July 2019).
  42. Brest, J.; Greiner, S.; Boskovic, B.; Mernik, M.; Zumer, V. Self-adapting control parameters in differential evolution: A comparative study on numerical benchmark problems. IEEE Trans. Evol. Comput. 2006, 10, 646–657. [Google Scholar] [CrossRef]
  43. Mallipeddi, R.; Suganthan, P.N.; Pan, Q.-K.; Tasgetiren, M.F. Differential evolution algorithm with ensemble of parameters and mutation strategies. Appl. Soft Comput. 2011, 11, 1679–1696. [Google Scholar] [CrossRef]
  44. Suganthan, P.N.; Hansen, N.; Liang, J.J.; Deb, K.; Chen, Y.-P.; Auger, A.; Tiwari, S. Problem definitions and evaluation criteria for the CEC 2005 special session on real-parameter optimization. KanGAL Rep. 2005, 2005005, 2005. [Google Scholar]
  45. Blackwell, T.M.; Kennedy, J.; Poli, R. Particle swarm optimization. Swarm Intell. 2007, 1, 33–57. [Google Scholar]
  46. Sengupta, S.; Basak, S.; Peters, R. Particle Swarm Optimization: A survey of historical and recent developments with hybridization perspectives. Mach. Learn. Knowl. Extr. 2019, 1, 157–191. [Google Scholar] [CrossRef]
  47. Mirjalili, S. Genetic Algorithm. In Evolutionary Algorithms and Neural Networks; Springer: New York, NY, USA, 2019; pp. 43–55. [Google Scholar]
  48. Koza, J.R. Genetic Programming: On the Programming of Computers by Means of Natural Selection; MIT press: Cambridge, MA, USA, 1992; Volume 1. [Google Scholar]
  49. Knowles, J.; Corne, D. The Pareto Archived Evolution Strategy: A New Baseline Algorithm for Pareto Multiobjective Optimisation. In Proceedings of the Congress on Evolutionary Computation (CEC99), Washington, DC, USA, 6–9 July 1999; Volume 1, pp. 98–105. [Google Scholar]
  50. Pan, Q.-K.; Tasgetiren, M.F.; Liang, Y.-C. A discrete differential evolution algorithm for the permutation flowshop scheduling problem. Comput. Ind. Eng. 2008, 55, 795–816. [Google Scholar] [CrossRef] [Green Version]
  51. Venu, M.K.; Mallipeddi, R.; Suganthan, P.N. Fiber Bragg grating sensor array interrogation using differential evolution. Optoelectron. Adv. Mater. Commun. 2008, 2, 682–685. [Google Scholar]
  52. Varadarajan, M.; Swarup, K.S. Differential evolution approach for optimal reactive power dispatch. Appl. Soft Comput. 2008, 8, 1549–1561. [Google Scholar] [CrossRef]
  53. Das, S.; Konar, A. Automatic image pixel clustering with an improved differential evolution. Appl. Soft Comput. 2009, 9, 226–236. [Google Scholar] [CrossRef]
  54. Chatzikonstantinou, I.; Ekici, B.; Sariyildiz, I.S.; Koyunbaba, B.K. Multi-Objective Diagrid Façade Optimization Using Differential Evolution. In Proceedings of the 2015 IEEE Congress on Evolutionary Computation (CEC), Sendai, Japan, 25–28 May 2015; pp. 2311–2318. [Google Scholar]
  55. Cubukcuoglu, C.; Chatzikonstantinou, I.; Tasgetiren, M.F.; Sariyildiz, I.S.; Pan, Q.-K. A multi-objective harmony search algorithm for sustainable design of floating settlements. Algorithms 2016, 9, 51. [Google Scholar] [CrossRef]
  56. Das, S.; Suganthan, P.N. Differential evolution: A survey of the state-of-the-art. IEEE Trans. Evol. Comput. 2011, 15, 4–31. [Google Scholar] [CrossRef]
  57. Das, S.; Mullick, S.S.; Suganthan, P.N. Recent advances in differential evolution—an updated survey. Swarm Evol. Comput. 2016, 27, 1–30. [Google Scholar] [CrossRef]
  58. Tasgetiren, M.F.; Suganthan, P.N.; Pan, Q.-K.; Mallipeddi, R.; Sarman, S. An Ensemble of Differential Evolution Algorithms for Constrained Function Optimization. In Proceedings of the IEEE congress on evolutionary computation, Vancouver, BC, Canada, 24–29 July 2016; pp. 1–8. [Google Scholar]
  59. Hansen, N.; Ostermeier, A. Completely derandomized self-adaptation in evolution strategies. Evol. Comput. 2001, 9, 159–195. [Google Scholar] [CrossRef] [PubMed]
  60. Chatzikonstantinou, I. HoopSnake. 2012. Available online: https://www.food4rhino.com/app/hoopsnake (accessed on 10 July 2019).
  61. Miller, N. LunchBox. 2012. Available online: https://www.food4rhino.com/app/lunchbox (accessed on 10 July 2019).
  62. Preisinger, C.; Heimrath, M. Karamba—A toolkit for parametric structural design. Struct. Eng. Int. 2014, 24, 217–221. [Google Scholar] [CrossRef]
  63. Shan, S.; Wang, G.G. Survey of modeling and optimization strategies to solve high-dimensional design problems with computationally-expensive black-box functions. Struct. Multidiscip. Optim. 2010, 41, 219–241. [Google Scholar] [CrossRef]
  64. Coello, C.A.C. Theoretical and numerical constraint-handling techniques used with evolutionary algorithms: A survey of the state of the art. Comput. Methods Appl. Mech. Eng. 2002, 191, 1245–1287. [Google Scholar] [CrossRef]
  65. Tasgetiren, M.F.; Suganthan, P.N. A Multi-Populated Differential Evolution Algorithm for Solving Constrained Optimization Problem. In Proceedings of the 2006 IEEE International Conference on Evolutionary Computation, Vancouver, BC, Canada, 16–21 July 2006; pp. 33–40. [Google Scholar]
  66. Coit, D.W.; Smith, A.E. Penalty guided genetic search for reliability design optimization. Comput. Ind. Eng. 1996, 30, 895–904. [Google Scholar] [CrossRef]
  67. Deb, K. An efficient constraint handling method for genetic algorithms. Comput. Methods Appl. Mech. Eng. 2000, 186, 311–338. [Google Scholar] [CrossRef]
  68. Haimes, Y.V. On a bicriterion formulation of the problems of integrated system identification and system optimization. IEEE Trans. Syst. Man. Cybern. 1971, 1, 296–297. [Google Scholar]
  69. Mallipeddi, R.; Suganthan, P.N. Ensemble of constraint handling techniques. IEEE Trans. Evol. Comput. 2010, 14, 561–579. [Google Scholar] [CrossRef]
Figure 1. Performative computational architecture (PCA) framework.
Figure 1. Performative computational architecture (PCA) framework.
Algorithms 12 00141 g001
Figure 2. Existing single-objective optimization plug-ins in grasshopper (GH).
Figure 2. Existing single-objective optimization plug-ins in grasshopper (GH).
Algorithms 12 00141 g002
Figure 3. Optimus development process.
Figure 3. Optimus development process.
Algorithms 12 00141 g003
Figure 4. Components of Optimus v1.0.0 (beta).
Figure 4. Components of Optimus v1.0.0 (beta).
Algorithms 12 00141 g004
Figure 5. Example cluster implementation for self-adaptive differential evolution algorithm with ensemble of mutation strategies (jEDE) component.
Figure 5. Example cluster implementation for self-adaptive differential evolution algorithm with ensemble of mutation strategies (jEDE) component.
Algorithms 12 00141 g005
Figure 6. Visualization of the Optimus loop.
Figure 6. Visualization of the Optimus loop.
Algorithms 12 00141 g006
Figure 7. Examples of initial and optimized populations.
Figure 7. Examples of initial and optimized populations.
Algorithms 12 00141 g007
Figure 8. Convergence graphs of standard benchmark functions.
Figure 8. Convergence graphs of standard benchmark functions.
Algorithms 12 00141 g008aAlgorithms 12 00141 g008b
Figure 9. Convergence graphs of CEC2005 benchmark functions.
Figure 9. Convergence graphs of CEC2005 benchmark functions.
Algorithms 12 00141 g009aAlgorithms 12 00141 g009b
Figure 10. Process of parametric frame structure.
Figure 10. Process of parametric frame structure.
Algorithms 12 00141 g010
Figure 11. Evaluation of the structure model.
Figure 11. Evaluation of the structure model.
Algorithms 12 00141 g011
Figure 12. Some alternatives of the design problem.
Figure 12. Some alternatives of the design problem.
Algorithms 12 00141 g012
Figure 13. Convergence graph of architectural design problem.
Figure 13. Convergence graph of architectural design problem.
Algorithms 12 00141 g013
Figure 14. Optimized results of design problem.
Figure 14. Optimized results of design problem.
Algorithms 12 00141 g014
Figure 15. Illustration of the best alternative (Optimus) result for design optimization problem.
Figure 15. Illustration of the best alternative (Optimus) result for design optimization problem.
Algorithms 12 00141 g015
Table 1. Benchmark Suite.
Table 1. Benchmark Suite.
NotationFunction
F s p h Sphere Function
F r o s Rosenbrock’s Function
F a c k Ackley’s Function
F g r w Griewank’s Function
F r a s Rastrigin’s Function
F s c h Generalized Schwefel’s Problem 2.26
F s a l Salomon’s Function
F w h t Whitely’s Function
F p n 1 Generalized Penalized Function 1
F p n 2 Generalized Penalized Function 2
F 1 Shifted Sphere Function
F 2 Shifted Schwefel’s Problem 1.2
F 3 Shifted Rotated High Conditioned Elliptic Function
F 4 Shifted Schwefel’s Problem 1.2 With Noise in Fitness
F 5 Schwefel’s Problem 2.6 With Global Optimum on Bounds
F 6 Shifted Rosenbrock’s Function
F 7 Shifted Rotated Griewank’s Function without Bounds
F 8 Shifted Rotated Ackley’s Function with Global Optimum on Bounds
F 9 Shifted Rastrigin’s Function
F 10 Shifted Rotated Rastrigin’s Function
Table 2. Comparison of Optimus, Opossum, Silvereye, Galapagos (D = 30, NP = 30, termination: 30 min).
Table 2. Comparison of Optimus, Opossum, Silvereye, Galapagos (D = 30, NP = 30, termination: 30 min).
Optimus_jEDEOpossum_RBFOptSilverEye_PSOGalapagos_GAOptimal
F s p h f ( x ) _ m i n 0.0000000 × 10 0 1.4000000 × 10 5 5.9000000 × 10 5 1.1709730 × 10 0 0
f ( x ) _ m a x 0.0000000 × 10 0 5.8000000 × 10 5 2.7057298 × 10 1 4.4052130 × 10 0
f ( x ) _ a v g 0.0000000 × 10 0 3.6400000 × 10 5 5.4171618 × 10 0 2.7928586 × 10 0
Std.Dev.0.0000000 × 10 0 1.8039956 × 10 5 1.0820072 × 10 1 1.1492298 × 10 0
FES194,520322531,56034,260
F r o s f ( x ) _ m i n 0.0000000 × 10 0 2.7485056 × 10 1 1.6689612 × 10 1 6.0863438 × 10 3 0
f ( x ) _ m a x 3.9866240 × 10 0 2.1030328 × 10 2 5.8965910 × 10 4 2.2859534 × 10 4
f ( x ) _ a v g 2.3919744 × 10 0 9.0892522 × 10 1 1.3859753 × 10 4 1.3060872 × 10 4
Std.Dev.1.9530389 × 10 0 7.1919037 × 10 1 2.2886020 × 10 4 6.7095472 × 10 3
FES149,46088226,70035,070
F a c k f ( x ) _ m i n 0.0000000 × 10 0 3.3550000 × 10 3 1.3404210 × 10 0 5.7470000 × 10 2 0
f ( x ) _ m a x 1.3404210 × 10 0 2.4098540 × 10 0 3.7340120 × 10 0 1.0270860 × 10 0
f ( x ) _ a v g 2.6808420 × 10 1 1.3795174 × 10 0 2.2482728 × 10 0 4.8037520 × 10 1
Std.Dev.5.3616840 × 10 1 8.5713298 × 10 1 9.1850828 × 10 1 4.0392221 × 10 1
FES206,370144738,49028,710
F g r w f ( x ) _ m i n 0.0000000v1.5840000 × 10 3 3.2081000 × 10 2 3.4407200 × 10 1 0
f ( x ) _ m a x 0.0000000 × 10 0 1.7086000 × 10 2 2.6292800 × 10 1 1.0657060 × 10 0
f ( x ) _ a v g 0.0000000 × 10 0 7.6638000 × 10 3 1.2049020 × 10 1 8.2474220 × 10 1
Std.Dev.0.0000000 × 10 0 5.6121253 × 10 3 8.1064770 × 10 2 2.6131521 × 10 1
FES151,110108926,61037,410
F r a s f ( x ) _ m i n 4.9747950 × 10 0 2.5870757 × 10 1 3.3829188 × 10 1 7.0535550 × 10 0 0
f ( x ) _ m a x 2.3879007 × 10 1 4.1789542 × 10 1 6.1687356 × 10 1 2.9072445 × 10 1
f ( x ) _ a v g 1.3332448 × 10 1 3.6218407 × 10 1 4.8355074 × 10 1 1.5404780 × 10 1
Std.Dev.6.7363920 × 10 0 5.4349940 × 10 0 1.1424086 × 10 1 9.1077975 × 10 0
FES206,520414937,65051,480
F s c h f ( x ) _ m i n 2.3687705 × 10 2 1.2877414 × 10 3 4.1089621 × 10 3 1.9550066 × 10 3 0
f ( x ) _ m a x 4.7375372 × 10 2 4.0111803 × 10 3 6.1589437 × 10 3 2.7977670 × 10 3
f ( x ) _ a v g 4.0269072 × 10 2 2.7169368 × 10 3 5.2658793 × 10 3 2.3201102 × 10 3
Std.Dev.9.4750668 × 10 1 8.8809862 × 10 2 6.6677783 × 10 2 2.8681876 × 10 2
FES148,140148727,21035,940
F s a l f ( x ) _ m i n 1.9987300 × 10 1 2.8070190 × 10 0 2.9987300 × 10 1 1.4998750 × 10 0 0
f ( x ) _ m a x 4.9987300 × 10 1 4.3000810 × 10 0 4.9987300 × 10 1 2.8375760 × 10 0
f ( x ) _ a v g 3.1987300 × 10 1 3.4413810 × 10 0 3.7987300 × 10 1 2.0682340 × 10 0
Std.Dev.1.1661904 × 10 1 5.6623101 × 10 1 7.4833148 × 10 2 6.1557512 × 10 1
FES201,720476938,64051,360
F w h t f ( x ) _ m i n 2.3704633 × 10 1 9.6592754 × 10 2 1.8455490 × 10 2 2.3632742 × 10 5 0
f ( x ) _ m a x 2.4040716 × 10 2 1.6904059 × 10 3 6.2776811 × 10 2 5.5055000 × 10 8
f ( x ) _ a v g 1.0789137 × 10 2 1.2610498 × 10 3 4.0698894 × 10 2 2.7440867 × 10 8
Std.Dev.7.4951993 × 10 1 2.6984398 × 10 2 1.6923390 × 10 2 2.2575944 × 10 8
FES146,64072823,25029,730
F p n 1 f ( x ) _ m i n 0.0000000 × 10 0 2.9057000 × 10 2 3.1283800 × 10 1 1.4510000 × 10 3 0
f ( x ) _ m a x 0.0000000 × 10 0 9.0392970 × 10 0 1.3487570 × 10 0 1.7632000 × 10 2
f ( x ) _ a v g 0.0000000 × 10 0 2.8243854 × 10 0 6.7680180 × 10 1 6.0638000 × 10 3
Std.Dev.0.0000000 × 10 0 3.1774566 × 10 0 4.2868737 × 10 1 6.0403379 × 10 3
FES203,880139439,42057,720
F p n 2 f ( x ) _ m i n 0.0000000 × 10 0 2.0400434 × 10 1 1.0000000 × 10 11 1.8037300 × 10 1 0
f ( x ) _ m a x 1.0987000 × 10 2 2.8693232 × 10 1 9.3079800 × 10 1 2.7208440 × 10 0
f ( x ) _ a v g 2.1974000 × 10 3 2.5384324 × 10 1 2.2552480 × 10 1 1.0041520 × 10 0
Std.Dev.4.3948000 × 10 3 3.4851206 × 10 0 3.5679494 × 10 1 9.4298611 × 10 1
FES148,38063929,04041,520
F 1 f ( x ) _ m i n −4.5000000 × 10 2 −4.4999898 × 10 2 2.6232595 × 10 2 −4.4995998 × 10 2 −450
f ( x ) _ m a x −4.5000000 × 10 2 −4.4999478 × 10 2 8.0377273 × 10 3 −4.4988406 × 10 2
f ( x ) _ a v g −4.5000000 × 10 2 −4.4999680 × 10 2 4.0824562 × 10 3 −4.4992015 × 10 2
Std.Dev.0.0000000 × 10 0 1.4829922 × 10 3 2.9460423 × 10 3 3.0428108 × 10 2
FES198,060615645,58066,180
F 2 f ( x ) _ m i n −4.5000000 × 10 2 3.4590652 × 10 4 −3.8035693 × 10 2 6.8476195 × 10 3 −450
f ( x ) _ m a x −4.5000000 × 10 2 4.7978174 × 10 4 5.2590674 × 10 2 1.2302281 × 10 4
f ( x ) _ a v g −4.5000000 × 10 2 4.3226072 × 10 4 −1.2838464 × 10 2 1.0174618 × 10 4
Std.Dev.0.0000000 × 10 0 4.9030645 × 10 3 3.3183646 × 10 2 1.8557926 × 10 3
FES146,010106133,84050,160
F 3 f ( x ) _ m i n 6.0045376 × 10 4 1.5561000 × 10 7 1.9264000 × 10 6 1.1250000 × 10 7 −450
f ( x ) _ m a x 2.4850013 × 10 5 7.5084000 × 10 7 8.0820000 × 10 6 2.7772000 × 10 7
f ( x ) _ a v g 1.2857393 × 10 5 3.7380600 × 10 7 4.5525000 × 10 6 1.7212200 × 10 7
Std.Dev.6.4175884 × 10 4 2.0647812 × 10 7 2.0206526 × 10 6 5.6281541 × 10 6
FES205,260129348,03066,000
F 4 f ( x ) _ m i n −4.5000000 × 10 2 2.8373782 × 10 4 −4.2715712 × 10 2 7.8877685 × 10 3 −450
f ( x ) _ m a x −4.5000000 × 10 2 3.9404224 × 10 4 4.0484178 × 10 3 1.1191542 × 10 4
f ( x ) _ a v g −4.5000000 × 10 2 3.2359668 × 10 4 5.1724092 × 10 2 9.4535270 × 10 3
Std.Dev.0.0000000 × 10 0 4.0412734 × 10 3 1.7663033 × 10 3 1.2966977 × 10 3
FES147,240105535,61053,520
F 5 f ( x ) _ m i n 9.3362001 × 10 2 4.7527012 × 10 3 7.5856684 × 10 3 1.8506721 × 10 4 -310
f ( x ) _ m a x 2.5603668 × 10 3 5.8813877 × 10 3 1.2910221 × 10 4 2.4057172 × 10 4
f ( x ) _ a v g 2.0333032 × 10 3 5.3824799 × 10 3 9.4390617 × 10 3 2.0151105 × 10 4
Std.Dev.570.1512256438.20703532031.2891272004.100331
FES195,720189147,55067,560
F 6 f ( x ) _ m i n 3.9000000 × 10 2 1.4168473 × 10 3 5.0073093 × 10 2 9.7856127 × 10 2 390
f ( x ) _ m a x 3.9398662 × 10 2 1.3904779 × 10 4 4.1540000 × 10 9 9.6995775 × 10 3
f ( x ) _ a v g 3.9159465 × 10 2 8.7212119 × 10 3 9.8402870 × 10 8 5.6395846 × 10 3
Std.Dev.1.9530389 × 10 0 4.6035484 × 10 3 1.5972516 × 10 8 3.5378379 × 10 3
FES148,26068733,54048,810
F 7 f ( x ) _ m i n 4.5162886 × 10 3 4.5162896 × 10 3 5.8669417 × 10 3 4.5172240 × 10 3 -180
f ( x ) _ m a x 4.5162886 × 10 3 4.5162985 × 10 3 7.2432580 × 10 3 4.5290168 × 10 3
f ( x ) _ a v g 4.5162886 × 10 3 4.5162936 × 10 3 6.5251090 × 10 3 4.5222540 × 10 3
Std.Dev.0.0000000 × 10 0 3.1911420 × 10 3 5.4380701 × 10 2 4.7496031 × 10 0
FES200,82010,10842,06058,290
F 8 f ( x ) _ m i n −1.1905178 × 10 2 −1.1910166 × 10 2 −1.1901775 × 10 2 −1.1940297 × 10 2 -140
f ( x ) _ m a x −1.1902135 × 10 2 −1.1876717 × 10 2 −1.1892500 × 10 2 −1.1906700 × 10 2
f ( x ) _ a v g −1.1903319 × 10 2 −1.1889866 × 10 2 −1.1899553 × 10 2 −1.1919711 × 10 2
Std.Dev.1.0538581 × 10 2 1.1070562 × 10 1 3.5483336 × 10 2 1.4127484 × 10 2
FES149,670201835,58052,020
F 9 f ( x ) _ m i n −3.1706554 × 10 2 −2.5827181 × 10 2 −2.3690804 × 10 2 −3.1677970 × 10 2 -330
f ( x ) _ m a x −3.1209075 × 10 2 −2.3567358 × 10 2 −1.6682751 × 10 2 −3.1164785 × 10 2
f ( x ) _ a v g −3.1527462 × 10 2 −2.4625749 × 10 2 −1.8917798 × 10 2 −3.1499413 × 10 2
Std.Dev.1.7117897 × 10 0 8.0334497 × 10 0 2.5285354 × 10 1 1.8617799 × 10 0
FES212,160557747,61067,560
F 10 f ( x ) _ m i n −2.7030257 × 10 2 −2.3528777 × 10 2 −1.3299956 × 10 2 4.0215414 × 10 1 -330
f ( x ) _ m a x −2.2751946 × 10 2 −1.3298172 × 10 2 −8.1262211 × 10 1 1.8543670 × 10 2
f ( x ) _ a v g −2.5139841 × 10 2 −1.8578676 × 10 2 −1.0572303 × 10 2 1.1181316 × 10 2
Std.Dev.1.4307998 × 10 1 3.9394042 × 10 1 1.8528544 × 10 1 5.7458318 × 10 1
FES146,820119235,22053,070
Table 3. Properties of design parameters.
Table 3. Properties of design parameters.
NotationDesign ParameterMinMaxType
x1–x13Coordinates of control points in axis 1−2.002.00Continues
x14–x26Coordinates of control points in axis 2−2.002.00Continues
x27–x39Coordinates of control points in axis 3−2.002.00Continues
x40–x52Coordinates of control points in axis 4−2.002.00Continues
x53–x65Coordinates of control points in axis 5−2.002.00Continues
x66Division amount on u direction310Discrete
x67Division amount on v direction310Discrete
x68Depth of the truss0.501.00Continues
x69Height of the cross-section10.0030.00Continues
x70Upper and lower width of the cross-section 10.0030.00Continues
Table 4. Comparison of Optimus, Opossum, Silvereye, Galapagos (D = 70, NP = 50, termination: 30 min).
Table 4. Comparison of Optimus, Opossum, Silvereye, Galapagos (D = 70, NP = 50, termination: 30 min).
Optimus jEDEOpossum RBFOptSilve Eye_PSOGalapagos GA
Design problem f ( x ) _ m i n 6.21637 × 10 3 2.25410 × 10 4 6.89062 × 10 5 6.74560 × 10 5
g ( x ) 0.09940.09960.66740.9273
FES31,800510217,10019,000

Share and Cite

MDPI and ACS Style

Cubukcuoglu, C.; Ekici, B.; Tasgetiren, M.F.; Sariyildiz, S. OPTIMUS: Self-Adaptive Differential Evolution with Ensemble of Mutation Strategies for Grasshopper Algorithmic Modeling. Algorithms 2019, 12, 141. https://doi.org/10.3390/a12070141

AMA Style

Cubukcuoglu C, Ekici B, Tasgetiren MF, Sariyildiz S. OPTIMUS: Self-Adaptive Differential Evolution with Ensemble of Mutation Strategies for Grasshopper Algorithmic Modeling. Algorithms. 2019; 12(7):141. https://doi.org/10.3390/a12070141

Chicago/Turabian Style

Cubukcuoglu, Cemre, Berk Ekici, Mehmet Fatih Tasgetiren, and Sevil Sariyildiz. 2019. "OPTIMUS: Self-Adaptive Differential Evolution with Ensemble of Mutation Strategies for Grasshopper Algorithmic Modeling" Algorithms 12, no. 7: 141. https://doi.org/10.3390/a12070141

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop