You are on page 1of 21

Struct Multidisc Optim

DOI 10.1007/s00158-014-1148-1

REVIEW ARTICLE

Advances in optimization of highrise building structures


Mais Aldwaik & Hojjat Adeli

Received: 15 December 2013 / Revised: 18 May 2014 / Accepted: 17 July 2014


# Springer-Verlag Berlin Heidelberg 2014

Abstract This paper presents a review of interesting work on have been notable efforts to bring the structural optimization
optimization of highrise building structures with a focus on technology to the structural engineering practice. This tech-
large-scale and real-life structures. A number of interesting nology can be of great value especially for design of large and
projects with an eye on practicality are reviewed, a few complex structures such as highrise and super-highhrise build-
involving practicing designers of highrise building structures. ing structures. Recently, structural optimization has attracted
A review of literature indicates that performing a formal the attention of designers and practitioners of highrise and
optimization can result in cost savings in the range of 5 to super-highrise buildings. High-profile companies specializing
15 % which can be especially significant in design of highrise in design of highrise and super-highhrise buildings such as
and superhighhrise building structures. Since optimization of Arup and SOM have gotten into the act. Arup, for example,
highrise building structures is a large-scale optimization prob- has created a focus group on what they call CDO for
lem the choice of the optimization approach is an important Computational Design + Optimization.
one. It should be one that is not entrapped in a local optimum The goal of structural optimization may be three-fold a)
solution and is stable for large-scale optimization subjected to automating the complex process of design, b) optimizing the
discontinuous constraints of commonly-used design codes. performance of the structure, and c) minimizing the total cost of
The nature-based optimization approaches such as the neural the structure. Earlier work focused on minimum weight design
dynamics model of Adeli and Park and genetic algorithms of mostly steel structures and was often criticized by structural
appear to be the preferred choice. designers because a minimum weight structure was not neces-
sarily a minimum cost solution. Reinforced concrete (RC)
structures consist of two different types of materials and have
Keywords Structural optimization . Tall buildings .
to be formulated as a cost optimization problem. Structural
Cost optimization . Highrise structures . Neural dynamics
optimization shall aim to find the best design that minimizes
model of Adeli and Park
the weight, cost, and/or other selected criteria for a structure
subjected to given loading, while satisfying the requirements of
strength, stiffness, stability, functionality, and even aesthetics,
1 Introduction an increasingly important considerations as many clients
throughout the world, be it in Dubai, Kuwait, China, or the
A significant amount of research has been performed in the U.K. demand design of one-of-a-kind or signature structures.
area of structural optimization. The great majority deal with A typical structure usually consists of slabs, beams, col-
academic or small problems. For decades this technology was umns and shear walls. The sizes and locations of these ele-
shunned by practicing structural engineers as esoteric with ments need to be determined during the design process. The
little practical value. In the past decade or so, however, there task of integrating structural optimization into building design
is an issue of significant concern. Structural optimization can
M. Aldwaik : H. Adeli (*) be divided into three classes: sizing, topology, and shape
Department of Civil, Environmental, and Geodetic Engineering, The
optimization. Most published papers deal with sizing optimi-
Ohio State University, 470 Hitchcock Hall, 2070 Neil Avenue,
Columbus, OH 43210, USA zation where the form and geometry of the structure and
e-mail: adeli.1@osu.edu locations of the members are fixed; the optimization goal is
M. Aldwaik, H. Adeli

to find the lightest individual elements satisfying prescribed & They do not usually produce a global optimum; the solu-
criteria such as minimum total cost. In layout optimization the tions are often trapped in a local optimum whose value
general geometry of the structure is fixed and locations of the depends on the starting point.
members are changed (members can be added or removed) to & Their fitness function and constraints in general should be
achieve the best selected criteria. In shape optimization the expressed in terms of the design variables.
geometry of the structure can also be changed. & They require gradient information which may be difficult
Sarma and Adeli (1998) presented a review of papers on to calculate and result in instability in the case of highly
cost optimization of concrete structures published in archival nonlinear, implicit, and discontinuous constraints, for ex-
journals including beams, slabs, columns, frame structures, ample, the beam-column interaction equations in building
bridges, water tanks, folded plates, shear walls, pipes, and codes such as the American Institute of Steel Construction
tensile members. Sarma and Adeli (2000a) presented a review (AISCE) Load and Resistance Factor (LRFD) code
of the journal articles on deterministic, reliability-based, and (AISC, 2011) that have a kink.
fuzzy logic-based cost optimization of steel structures. This
paper presents a review of recent advances in structural opti- Gradient based methods include linear and non-linear pro-
mization with a focus on large-scale and real-life highrise gramming, optimality criteria methods and feasible direction
building structures. methods. When the objective function and the constraints
Published research on large-scale structural optimization involving the design variables are linear then the optimization
can be divided into two classes: A) academic or non-code is termed as linear optimization. If one or more of these
based design optimization where constraints are often explicit functions is non-linear, the optimization is classified as non-
stress and displacement constraints and B) practical code- linear optimization. Optimization of structures subjected to the
based structural optimization where constraints are those of constraints of commonly-used design codes such as the AISC
an actual design code such as the AISC LRFD code (AISC LRFD (AISC, 2011) is always a nonlinear optimization prob-
2011) that are often implicit and discontinuous functions of lem. Developed in the 1960’s and 1970’s optimality criteria
design variables. The great, great majority of structural opti- methods in structural optimization mirror the manual design
mization papers published belongs to the first class. The latter process but in an automated manner. A target response value is
problem is much more challenging especially as the size of the set, then the structural member properties (usually stiffnesses)
problem becomes large such as for highrise building structures are modified in an iterative manner to reach that target. The
where instability of the optimization algorithm comes into objective function is monitored to guarantee that it is iterating
play, an issue to be discussed later. The focus of this review in a desirable manner (Spillers and MacBain, 2009).
is on the latter class of problems. In the methods of feasible direction, a starting point satis-
In the next section first a classification of the optimization fying all the constraints is chosen, then by moving according
algorithms is outlined followed by a brief review of heuristic to the iterative scheme Xi+1 = Xi + λSi an improved point is
and nature-inspired optimization techniques used for large reached, where λ is the distance of movement (the prescribed
structures. The focus of this review is highrise buildings which scalar step length) and Si represents the gradient direction
are large three-dimensional (3D) structures. Recent papers on vector of movement in the ith iteration (Rao, 2009).
optimization of floor and roof structures, and two-dimensional Heuristic optimization methods are often based on con-
(2D) highrise frame structures with relevance to optimization cepts found in nature and are characterized by the search
of highrise building structures using nature-inspired heuristic technique for a solution in the design space. They have be-
algorithms are also reviewed. come increasingly popular in recent years partly as a conse-
quence of growing computational power.

2 Classification of optimization algorithms


3 A brief review of heuristic and nature-inspired
General optimization techniques based on mathematical pro- optimization techniques
gramming employ numerical search techniques, which in-
volve a point-to-point search for the optimum solution in an 3.1 Neural dynamics model of Adeli and park
n-dimensional design variable space. Methods of optimization
may be divided into two categories: gradient-based and heu- Adeli and Park invented the neural dynamic model for opti-
ristic approaches. Gradient-based approaches are convention- mization of large structural systems (Under Method and
al algorithms that require computation of gradients to find the Apparatus for Efficient Design Automation and
optimal solutions and were used in the earlier studies of Optimization, and Structures Produced Thereby; U.S. Patent
structural optimization. Limitations of the gradient-based Number: 5,815,394) (Adeli and Park, 1995a, b; Park and
methods are: Adeli, 1995). The model is based on ingenious integration of
Advances in optimization of highrise building structures

a penalty function method, Lyapunov stability theorem, number. The outputs are fed back to the nodes in the variable
Kuhn-Tucker conditions, and neural dynamic concepts. In this layer until all the outputs are within a specified tolerance. The
model the structural optimization problem is modeled as a neural network system evolves dynamically with continuous-
dynamic system with an equilibrium function where the opti- ly improved design solutions until the Lyapunov function
mum solution is the equilibrium point. The Lyapunov stability approaches an equilibrium point (or a minimum solution).
theorem guarantees that for any starting point, the solution for The authors demonstrate the algorithm is highly stable for
the dynamic system will always approach the equilibrium large-scale structural optimization problems with hundreds of
point without increasing the objective function value. Khun- design variables and thousands of structural members subject-
Tucker conditions, first order equality and inequality condi- ed to actual constraints of commonly-used design codes by
tions, ensure that the solution is approaching a local/global applying it to large structures of various configurations in-
optimum solution. In order to optimize the dynamic system cluding a 36-story steel building structures with setbacks and
using the neural dynamics concept, the optimization problem external bracings, a highly irregular 5-story moment-resisting
needs to be transferred from constrained to unconstrained frame, and two 144-story tall structures to be described in the
problem. This is done by adding a penalty term to the objec- next section.
tive function to limit the constraints violation. Neural networks may be considered a type of surrogate.
Inspired by central nervous system in biology, an artificial What is remarkable about the neural dynamic model of Adeli
neural network (ANN) consists of interconnected layers of and Park is that the sampling for surrogate construction is
nodes resembling biological neurons. It can be used either to directed by the optimization. As such that algorithm may be
learn the relationship between certain input and behavior, or to considered a class of adaptive sampling algorithm within the
find a node configuration which minimizes an objective func- realm of the so-called Efficient Global Optimization (EGO)
tion. Figure 1 shows the topology of the neural dynamic (Viana et al., 2012). It should be noted, however, that the
model, where X ni represents the value of the ith design neural dynamic model of Adeli and Park was invented years
variable in the nth iteration. The model has a variable layer before the term EGO came into vogue.
and a constraint layer and two flow types: forward and back-
ward flow. In the forward flow, the input for each node in the 3.2 Simulated annealing (SA)
variable layer (ith node) is the current design value. The node
sends this value to every node in the constraints layer (jth In mechanics of materials, the physical annealing process is
node) to check if it violates any equality or inequality con- heating of the material until it turns into liquid, and all of the
straints. In the backward flow, the constraint node checks the material particles are arranged randomly. Then, the tempera-
current design value, if it satisfies the constraint, then the node ture is lowered slowly and the material gains back its solid
will not be activated and the solution value will not change. If state with the particles arranged in a highly structured pattern.
the constraint is violated, the design value is updated by a This will fix any defects with the original particles pattern,
penalty parameter whose value depends on the iteration hence will leave the system with minimum free energy. The

Fig. 1 Topology of the patented n : number of iteraons from 1 to n


neural dynamics model of Adeli 1 i : number of nodes from 1 to N
and Park
j : number of constraints from 1 to M+L
N : number of design variables
n-1
X 1 2 L : number of equality constraints
1
n M : number of iequality constraints
X 1
M+L : number of nodes in the
n-1 constraints layer
X 2 2 L-1
n ith coefficient of the jth
X 2 constraint funcon
n-1 L
XN-1 N-1 ith component of the
gradient vector of the
n constraint funcon
XN-1
L+1
n-1 The input value to the
X N N ith node
n
X N The output value from
the ith node

M+L ith component of the


gradient vector of the
Variable Layer Constraint Layer objecve funcon
M. Aldwaik, H. Adeli

objective function in the SA optimization process corresponds This will help reduce the possibility of entrapment in a local
to the energy function in the physical annealing process, in minimum. GAs have been used extensively for a variety of
both cases the goal is to search for the minimum (Lee and El- optimization problems such as design of long span suspension
Sharkawi 2007). A temperature parameter (T) is incorporated bridges (Sgambi et al., 2012), system identification (Fuggini
in the optimization process, which is initially set to be high et al., 2013), antenna design (Chabuk, et al., 2012), and three-
and allowed to cool as the algorithm runs. At high T values, dimensional visualization and image analysis (Campomanes-
the design space is explored with no restriction so the next Álvareza et al., 2013; Pedrino et al., 2013). There is also the
solution can have more or less energy than the previous one floating point GA (Kim and Adeli 2001).
(better or worse solution). This prevents the algorithm from The main disadvantage of GA is its lengthy computation
being trapped in a local optimum at early stages. At lower T time for large-scale optimization problems with hundreds of
values, the chance to move to higher energy solutions is variable. Researchers have overcome this limitation by devel-
reduced, so the algorithm gradually focuses on a certain area oping distributed GAs on a cluster of workstations (Adeli and
in the solution space where an optimum is anticipated to be. Kumar 1995, 1999; Kumar and Adeli 1995) and concurrent/
SA can escape local minima/maxima with chaotic jumps at parallel GA (Adeli and Cheng 1994b; Adeli and Kumar
predefined locations in the search process. 1995b) on high-performance computers (Adeli and
Soegiarso, 1999) and parallel machines (Adeli and Kamal
3.3 Genetic algorithms (GA) 1993).

GA is based on the principle of genetics and natural law of 3.4 Ant colony optimization (ACO)
survival of the fittest. After defining the objective function, the
standard GA optimization process starts by creating a design ACO It is inspired by ants’ behavior when seeking for food. It
population by converting the real design parameters into is an iterative process where initially multiple solution paths
binary strings using binary coding. Next, the basic GA oper- are incrementally created by a population of agents (ants)
ations of crossover, reproduction and mutation are performed moving in the design space. Ants have a dynamic memory
on this population. The objective function value for each to store information on the quality of previously visited paths.
string is a survival potential indicator named fitness, a higher Ants will leave a chemical trail behind them (pheromone) on
fitness value increases the chance for the string to be selected their journey in each path. Ants can smell the pheromones,
for mating and reproduction (Adeli and Cheng, 1993, 1994a) and will choose the path with the strongest pheromone con-
(Fig. 2). Each chromosome or string in the GA solution space centration. Shorter paths get marched over more frequently,
is independent of the others, hence, the search method in GA hence, the pheromone trail will be stronger on such paths and
is a multi-path search, which searches many peaks in parallel. more ants will be attracted to this path. The pheromone trail

Fig. 2 Basic GA operations to Low Fitness High Fitness Crossover Reproducon


find the fittest individual Chromosomes Chromosomes
0 1 1 1 1 1 1 1 1 1

0 0 1 two points 1 0 1 1 1 0 0

1 0 0 0 0 0 0 0 0 0

Disregard

0 1 1 one point 1 0 1 1 1 0

0 0 1 1 1 1 1 1 1

1 1 0 0 0 0 0 0 0

Fiest
Chromosome Crossover Mutaon

1 1 1 1 1

1 1 0 1 0

1 1 0 0 1
Advances in optimization of highrise building structures

value for the paths is updated after each ant’s journey, so the inertia parameter which depends on the iteration number.
more desired paths will accumulate more pheromones, and Parameters α1 and α2 chosen within the interval (0,1) control
less desired paths’ pheromones will evaporate simultaneously the attraction of the current solution towards the best local and
(Putha et al., 2012). For example, in Fig. 3 ants’ objective is to global solutions, respectively. PSO searches for the global
take the food represented by F to the nest represented by N. At optimum by using personal (local) experience and flock
first the three routes denoted by 1 to 3 are tried randomly, and (global) experience of the particles, where each particle re-
each ant will lay a trail of pheromones on its way back to the members its previously better visited solution, and considers
nest (Fig. 3a). Pheromones on routes 1 and 3 will evaporate the global best solution in each generation (Tao et al., 2012;
faster than the ones on the shortest route 2, and more ants will Shafahi and Bagherian, 2013).
choose this route on their way back to the nest. FA and PSO are similar in the way each individual location
is updated through the attraction to a more fit individual in
3.5 Firefly algorithm (FA) each iteration. While this scheme results in fast convergence,
it also has a higher probability of being trapped in a local
FA design space has a population of solutions (fireflies). Every minimum compared with ACO which is a more complicated
firefly (FF) flashes a light, the brightness of the light (fitness and time consuming technique. ACO avoids being trapped in
function in GA) is proportional to the solution quality. In a local optimum through the pheromone evaporation practice,
nature, FFs are unisex, so any FF can be attracted to any another which makes unwanted solutions less desirable in each
FF. In the algorithm, FFs will move toward the brighter ones for iteration.
the purpose of mating by flying from one solution (firefly) to Traditional approaches can be combined with heuristic
another to be closer to the optimum solution (the brightest/most techniques such as evolutionary algorithms to create more
attractive firefly). This is repeated until all the fireflies are complex algorithms. Such combined algorithms are called
attracted to the optimum solution (Fig. 4) (Yang, 2010). memetic algorithms (Neri et al., 2012).

3.6 Particle swarm optimization (PSO)


4 Floor and roof structures
PSO principle is based on the movement of organisms such as
in a bird flock or a school of fish when they travel to a certain The focus of this review is highrise buildings which are large
destination. Each bird considers a certain direction to fly into. three-dimensional (3D) structures. We are, however, includ-
Then, all the birds communicate together to locate the bird ing, recent papers on optimization of floor and roof structures,
with the best direction and speed toward that bird. Next, they and two-dimensional (2D) highrise frame structures with rel-
start to investigate all possible flying directions from their new evance to optimization of highrise building structures.
location. The process continues until the flock reaches its
destination. PSO is initialized by creating a population 4.1 RC floors
(swarm) of candidate solutions (particles). The fitness value
is evaluated for each solution i, and the best global solution in Nimtawat and Nanakorn (2010) present layout optimization
the current jth iteration/generation is considered (Xjg). For the of a horizontal beam-slab floor plan for a given column and
next generation, a new value for candidate solution xij is wall arrangement using a GA with an adaptive penalty func-
computed based on xi,j+1 = xij + vi,j+1, where vi,j+1 is called tion. The floor has a rectilinear layout, which can be any grid
the velocity which is updated for each solution in each gener- of beams and/or walls meeting at right angles. The layout is
ation using vi,j+1 = ωvij + α1(Xil- xi) + α2 (Xjg- xi) in which Xil divided by fine grid lines, and every grid line segment shown
is the most successful value in the iteration history of the by a dashed line in Fig. 5 represents a possible location of a
particle xi (Lee and El-Sharkawi 2007). The term ω is an beam segment. Thus, the design space is discrete. Each beam

Fig. 3 Ants finding the shortest Route 1 Route 1


path from the food (F) to the nest
(N) by following pheromones (a)
Ants randomly choosing paths (b) N Route 2 N Route 2
Ants choose shortest path 2
F F
Route 3 Route 3

(a) (b)
M. Aldwaik, H. Adeli

Fig. 4 The initial and final (a) Inial fireflies (b) Final fireflies locaons
locations for population of locaons aer N iteraons
fireflies after N iterations in FA

Design variable 2

Design variable 2
Local Opma

Global Opma
Fireflies

Design variable 1 Design variable 1

Firefly Contour lines (Peaks)

segment existence/nonexistence is presented as 1/0 in the floor plan of the structure, where the numbers of spans (nodes)
chromosome string in the GA. Slabs adjacent to a column(s) in x and y directions are N (N+1) and M (M+1), respectively
are given a higher fitness value, hence they have a higher (a node is a possible column location identified by solid circles
probability to be selected for mating. This study is interesting in the figure). For the 4-story example the study reports a cost
but limited; it minimizes the material cost without considering saving of 4.8 % over a previous solution by Sahab et al. (2005)
the constructability of the optimum beam-slab layout. In the using genetic algorithm. This study has several limitations: the
examples the study presents, there are too many beams in the horizontal plan of the structure is restricted to be rectangular,
optimum layout with no clustering commonly used in actual the columns are allowed only to be in a grid layout, and no
designs. irregular distribution of columns is considered. Sharafi et al.
Sharafi et al. (2012a) present column layout cost optimiza- (2012b) use this concept to cost optimize the number of
tion of 3-story and 4-story reinforced concrete (RC) buildings columns and their locations in a multi-story 2D RC moment-
for a given rectangular plan and story height using ACO resisting frame using the ACO. They present an 8-story, 5-
algorithm. The design is based on the Australian reinforced span frame example.
concrete standard considering both strength and serviceability Kociecki and Adeli (2013) present a two-phase GA for
requirements. The cost function is the sum of the all the cost minimum weight design of free-form steel space-frame roof
functions for beams and columns. Ants move along the X and structures with a diamond grid pattern consisting of discrete
Y edges of the structure to construct their solution (span commercially available rectangular hollow structural sections
lengths), and leave pheromone trails on the edges associated according to the AISC LRFD code and ASCE-10 snow, wind,
with the best-so-far iteration. Pheromone trails are defined as a and seismic loading. The members are subjected to torsion in
function of the number of the ants moving along a certain additional to bending and axial forces. The methodology is
path, and a so-called evaporating coefficient which is propor- applied to two train station roof structures of the Ottawa Light
tional to the length of the path. The pheromone values on the Rail Transit (OLRT) system to be completed in Ottawa,
edges associated with the best iteration increase until a termi- Canada, in 2018. The initial design in both cases is an actual
nation criterion is satisfied. Figure 6 shows the rectangular design performed in a design office by one of the authors

Fig. 5 a General architectural


floor plan (b) Plan is divided by
fine grid lines

Slab

Beam
segment

(a) (b)
Advances in optimization of highrise building structures

Fig. 6 Nodes and Spans


construction graph

iteratively using a general-purpose structural analysis software spectrum and inelastic drift obtained from a pushover
over a period of many days. The optimum solutions obtained analysis. In the elastic phase, design variables are the
using the new methodology resulted in savings of 7–12 %. concrete cross sectional dimensions and the cost of
concrete is minimized while the structure is subjected to
drift constraints. In the inelastic phase, design variables
5 2D highrise structures are tension and compression steel reinforcement ratios and
the cost of reinforcement in the cross sections is
Kim et al. (1998) apply an iterative method similar to OC to minimized while the structure is subjected to inelastic
optimize 12 and 45-story steel frames. The frames are initially pushover displacement performance constraints.
designed to satisfy strength requirements, and an initial value Employing a generalized optimality criteria approach Xu
for stiffness is set. The objective of the design is to minimize et al. (2006) describe performance-based optimization of 4-
the lateral stiffness required to satisfy the drift constraint for bay, 3-story and 9-story steel frames subjected to equivalent
each story of the frames. The design variable is the stiffness static seismic loading using the following criteria a) minimum
increment factor that corresponds to each story. The weight ad b) uniform interstory drift distribution over the
disadvantage of this optimization process is the same as the height of the structure intended to represent uniform plastic
OC algorithm; it can be trapped in a local optimum. ductility demand. The design constraints are top displacement
Park and Kwon (2003) combine exterior penalty function and National Building Code of Canada (NRC 1995) strength
method with the gradient projection method for the optimiza- requirements.
tion of 4 to 40-story steel frames under earthquake loading. Kicinger et al. (2007) present multi-objective optimization
The objective function minimizes the structure weight, and the of 2D multi-story frames in two steps: Topology optimization
design variable is the moment of inertia for the members’ for beams, columns and bracing bars using a Pareto GA and
cross sections. The design constraints are lateral displace- sizing optimization employing a mathematical programming
ments at the top of a structure, inter-story drift ratios, and method. The optimization objectives are material cost present-
stress ratios in members. It is noted that the drift ed by weight of the structure and lateral displacement. In
convergence curve becomes more jagged for taller frames. topology optimization different bracing types are considered
Liu et al. (2004) perform a multi-objective seismic design (K, V, and X bracing), where each type is assigned a specific
optimization of a 5-bay, 5-story steel special moment-resisting code in chromosome coding process. Within the optimum
frame (SMRF) using GA. The objective function optimizes solution combinations, bracing types K and V resulted in
the Initial material/construction cost and life time seismic minimum structure weight with maximum lateral displace-
damage cost, while subjected to inter-story drift constraints. ment, while bracing type X resulted in minimum lateral dis-
Chan and Zou (2004) apply OC to performance-based placement with maximum weight. It should be mentioned that
seismic design of a 10-story, 2-bay 2D concrete frame P-Δ effect were not considered in this work which can affect
considering the elastic drift obtained from response the results considerably.
M. Aldwaik, H. Adeli

GAs’ computational requirements increase significantly 6 3D High-rise building structures and space trusses
with the size of the problem as mentioned earlier. Chan and
Wong (2008) combine OC and GA algorithm for topology Application of optimization to highrise and super-highrise
and sizing optimization of a braced 3-bay, 40-story steel frame building structures was advanced more than 16 years ago
subjected to wind loads according to the Hong Kong building when Adeli and Park (Park and Adeli, 1997) used the patented
code. GA is used for global exploration of optimum topolo- neural dynamic model described earlier to fully automate the
gies followed by OC as a local search operator for sizing minimum weight design of two 144-story superhighhrise
optimization. Frame behavior is assumed to be linearly- building structures, one similar in form to Willis (formerly
elastic and P-Δ effect is neglected. The objective function is Sears) tower, and the other a circular structure shown in
the total weight of beams and columns, and the design vari- Fig. 7a, b with setbacks on different levels and more than
ables are the cross sectional areas of beams and columns 20,000 structural members over 600 design variables subject-
grouped in a 2-story interval. The authors report a weight ed to wind loading and all the requirements of the AISC ASD
reduction of 35 % for the combined topology and sizing and LRFD codes (Adeli and Park, 1998). At the time these
optimization compared with the sizing optimization only. were the tallest building structures ever optimized subjected to
Moeller et al. (2009) use neural networks for performance- all the code requirements. The optimization was done on a
based optimization of 2D frame subjected to earthquake load- supercomputer, the Connection Machine, with 512 processors
ing. Hasançebi et al. (2010) use a SA algorithm to minimize within about 1 h. For such an irregular and large structure the
the weight of a 304-member 2D steel braced frame, and a 132- model provided a smooth and very stable convergence curve
member unbraced space steel frame subjected to vertical dead using both AISC ASD and LRFD codes, as shown in Fig. 7c,
and live loads and equivalent lateral earthquake loads and indicating the power of the algorithm. This and similar re-
report a weight reduction of 3 % compared to the harmony search lead the way for optimization of superhighhrise build-
search algorithm. ing structures in the subsequent years.
Winslow et al. (2010) use a Multi-Objective Genetic Subsequently, Sarma and Adeli (2000b) presented a fuzzy
Algorithm (MOGA) as a design tool for grid structures GA for optimization of large steel structures employing two
consisting of a repeating unit cell under different loading cases different computational intelligence techniques of GA and
including seismic and wind loading and report that it is fuzzy logic (Adeli and Hung, 1995; Siddique and Adeli,
possible to create a number of realistically shaped, 2013). Fuzzy logic is used to model the imprecision in the
constructible solutions, after a reasonable number of formulation of the objective function and the constraints (Liu
generations. and Er, 2012; Theodoridis et al., 2012; Boutalis et al., 2013).
Oskouei et al. (2012) use GA for non-linear analysis Sarma and Adeli (2001) present a bi-level parallel fuzzy GA
and design of steel frames (3–9 story with 1–3 bay com- for cost optimization of very large steel structures through
binations) to minimize the weight of the frame while judicious combination of shared memory data parallel pro-
satisfying seismic criteria imposed as a target displace- cessing using OpenMP Application Programming Interface
ment. Li et al. (2012) employ a modified modal pushover (API) and distributed memory message passing parallel pro-
analysis (MMPA) procedure to optimize life cycle cost of cessing using MPI. They apply the model to the 144-story
a 9- story 2D steel moment resisting frame subjected to superhighhrise steel building structure presented in Adeli and
earthquake loading using the SA algorithm. Kaveh et al. Park (1998).
(2012) use a non-dominated sorting genetic algorithm for Sarma and Adeli (2000c) present a fuzzy discrete multi-
performance-based life cycle multi-objective cost optimi- criteria cost optimization model for design of highrise steel
zation of a 5-bay, 10-story frame, and a 1040-member building structures subjected to the actual constraints of
space structure. commonly-used design codes such as the AISC LRFD code
Gholizadeh and Fattahi (2014) used a modified PSO algo- by considering three design criteria: a) minimum material
rithm to optimize 24-story, 2D frame and 20-story, 3D frame cost, b) minimum weight, and c) minimum number of
structures. In the iterations that move towards a better solu- different section types. The computational model starts with
tion, the authors add a normal distribution function to the a continuous-variable minimum weight solution with a pre-
optimization process intended to bring the swarm particles emptive constraint violation strategy as lower bound follow-
closer within a standard deviation distance to the best solution ed by a fuzzy discrete multi-criteria optimization. It is con-
up to that iteration. Murren and Khandelwal (2014) implement cluded that solving the structural design problem as a cost
a Design Driven Harmony search (DDHS) algorithm for optimization problem can result in substantial cost savings
optimization of a 2-bay, 3-story and 3-bay, 24-story steel compared with the traditional minimum weight solution
moment frames under vertical and lateral loading, and sub- especially for large moment-resisting structures. In a 36-
jected to drift constraints. The authors report 4.4–8 % weight story moment-resisting space frame with bracings, the cost
savings compared to GA and ACO. savings is in the range of 15.6 to 28.8 %. Subsequently,
Advances in optimization of highrise building structures

Fig. 7 Circular superhigh-rise


structure (a) 3D view (b) Plans at
different heights (c) Convergence
history (Adapted from Park and
Adeli, 1997)
30X3.66 m
Sec C
=109.8 m

54X3.66 m
=197.64 m

Sec B

(b)

60X3.66 m
=219.6 m

Sec A

(a) (c)

Sarma and Adeli (2002) presented a four-criteria optimiza- Baker et al. (2000) presented a simple optimization tech-
tion model for life-cycle cost optimization of steel structures. nique for “7 South Dearborn” tower designed for Chicago,
These criteria are a) select discrete commercially available Illinois. The 100-story tower was meant to be the tallest in the
sections with the lowest cost, b) select commercially avail- world by its time of completion with a height of 609 m but was
able sections with the lightest weight, c) select minimum never built because of financial issues (Fig. 8a). The lateral
number of different types of commercially available sec- load resisting system is a stayed-mast system, where a primary
tions, and d) select commercially available sections with RC core wall extends vertically through the whole tower
minimum total perimeter length. The last criterion models (mast). The lowest 11 floors are surrounded by RC walls at
a representative type of cost incurred over the life of the the perimeter, 12th-46th floors are surrounded by steel column
structure, that is, preventive maintenance in the form of bundles (stays) with outrigger steel trusses at 46th floor.
periodic painting of an exposed steel structure to avoid Floors 47th-Roof depends on the RC mast alone to resist
corrosion (Adeli and Sarma, 2006). vertical and lateral loads. The slabs are cantilevered in those
M. Aldwaik, H. Adeli

limitations. Optimality Criteria (OC) method is used


Antennae
for optimization with the following objective function:

X X

Telecommunicaon
Ns N
Concrete W ¼ ðwsi  Ai Þ þ ðwci  Bi Di Þ ð1Þ
core "Mast" i¼1 i¼N s þ1
Cladding
Canlever where N is the total number of structural members, Ns is the
slabs number of steel members in the structure, wsi and Ai are the
cost coefficient and the cross sectional area of steel member i,
Notched
reveals
respectively. Number of concrete members is N - Ns. Terms

Residenal
wci, Bi and Di are the cost coefficient, and the cross sectional
width and depth of the concrete member i, respectively. wsi
and wci include the costs of floor area associated with the
column (tributary area). The optimization method resulted in
an increase in the size of the steel sections in the outrigger
Outrigger trusses and perimeter composite columns (mostly in the upper
trusses floors), and in a reduction in the sizes of core walls and
composite columns. While enlarging the steel sections in-
Offices

creased the material cost by 8.1 % compared to non-


Ext. Col. optimized solution, the reduction in concrete section for core
Bundles walls and mega columns increased the usable floor areas,
"Stays"
especially on the more valuable upper levels, which led to a
Perimeter
total cost savings of 9.1 % compared to non-optimized solution.
Parking

wall Chan and Liu (2000) combine OC with GA for cost opti-
mization of a typical residential 42-story asymmetrical RC
structure in Hong Kong (Fig. 10). The structure is column-
free, and the vertical and horizontal load-carrying systems are
beam-connected shear walls. Wall sizes are grouped in ten-
(a) (b) story intervals. All beams have a rectangular cross-section
with a constant beam depth of 1 m for exterior beams and
Fig. 8 7 South Dearborn tower a) Front view b) Structural section
(Source: SOM.com, printed with permissions of Skidmore, Owings & 0.8 m for interior beams which is not really cost-effective in
Merrill LLP) practice. Design variables are beam widths and shear wall
thickness (shear wall widths are pre-selected in the design
layout). The design constraints are based on the building code
floors (Fig. 8b). Slab systems vary along the tower between in Hong Kong and includes wind load and limits on drifts.
flat slab system, composite floor system and post tensioned Points 1 and 2 shown in Fig. 10b are drift control points.
slabs. The designers performed optimization on a very sim- Authors report OC has a fast convergence rate but shows
plified model of the structure to minimize the cost of structural oscillations with poor initial starting point and/or unreason-
member materials. The wind load is the critical lateral load able member grouping. GA on the other hand requires a large
included in the optimization process. number of iterations to yield the optimum solution for large-
Chan et al. (2000) present the minimum cost optimi- scale structures. The authors assert the hybrid OC-GA over-
zation of the northeast tower at Hong Kong station, a comes the starting-point dependency and oscillation problem
88-story and 420 m-high commercial building complet- of the OC method but their results indicate OC-GA algorithm
ed in 2003 (Fig. 9a). The tower’s lateral support system takes more time and yields a slightly more expensive design.
consists of RC core and eight perimeter composite mega Luebkeman and Shea (2005) and Baldock et al.
columns. The core and the columns are connected at (2005) consider optimization of the 307-m tall
three levels by steel outrigger trusses (Fig. 9b & c). The Pinnacle (formerly known as Bishopsgate) tower in
critical lateral loading cases were found to be related to London whose construction began in 2008 and is cur-
wind load, which was computed using wind tunnel test rently on hold. The tower has an irregular curved shape
results in compliance with the building code in Hong with spiral curvilinear bracing made of steel tubes
Kong. The optimization goal is to minimize the material (Fig. 11a). The tubes start at ground floor column bases
cost based on lateral drift and practical member size and terminate at different heights (Fig. 11b). The
Advances in optimization of highrise building structures

Fig. 9 NE Tower, Hong Kong


station (a) Exterior view
[Source:http://www.
fashionisjustperverse.com/2010_ Steel
06_01_archive.html] (b)Typical Perimeter
outrigger truss
plan (c)3D model (Adapted from composite column
Chan et al. 2000)

RC core

(a) (b) (c)

optimization is performed using a direct search method, explored for the optimum design. Stochastic search is
where possible designs are generated using deterministic intended to provide diversity in the shape of the spirals.
and stochastic pattern searches, then the design space is A variable density bracing pattern is desired with more

Fig. 10 42-Story Structure (a)


3D view (b) Plan view, points 1,2
are drift control points (adapted
from Chan and Liu, 2000)

Point 2

Point 1

(a) (b)
M. Aldwaik, H. Adeli

Fig. 11 The Pinnacle Tower (a)


General view (courtesy of
CityScape visual solutions) (b)
Three possible profiles for the
framing spirals of steel tubes
(with permission of The Arup
Journal 3/2005)

(a) (b)

bracing density at the base of the structure transitioning grad- increased, and the sizes of the less efficient elements are
ually to less density at the top. Hence, the tubes’ layout and reduced. The design constraints are allowable total drift and
ending heights are considered variables in the solution gener- allowable inter-story drift. The authors use the OC as the
ation process. The optimization objective is to minimize the optimization technique without providing details. As a result
number of bracing members while satisfying the constraints of of optimization, the structural resistance to overturning at base
predefined maximum axial loads and moments in the mem- was found to be more influenced by column size than shear
bers. The optimization started with a 718-member, fully walls sizes. Consequently, the columns were strengthened by
braced framing system, and ended with a 319-member bracing increasing the cross sectional size and the shear wall sections
system. were reduced. Figure 12c displays the more efficient columns
Ng and Lam (2005) present minimum weight design of a 24- in the podium area as lightly shaded. The effects of the wind
story, 86 m precast concrete frame structure (20 floors of office load was maximum at lower levels mainly resisted by the
space and 4 garage floors) based on the British Standards (BS) outermost shear walls, hence their thicknesses were increased,
and Hong Kong code of practice subjected to strength, drift, while the internal and upper wall sizes were reduced. Wind
frequency and stability constraints. Design variables are the induced torsion affecting the upper levels was found to be
cross section dimensions of the frame members. The optimiza- resisted mainly by coupling beams and walls connecting the
tion tool used is the sequential quadratic programming (SQP) towers that were stiffened to form a more rigid structure.
provided by Matlab. Lagaros and Papadrakakis (2007) use a While this may increase the moments and shears resisted by
non dominated sorting genetic algorithm (NSGA) for optimi- shear wall cross sections, the optimization proved that im-
zation of a 6-story space truss subjected to seismic loading. proving the torsional rigidity will result in a more efficient
Cross et al. (2007) present optimization of a residential 69- structure. Optimization resulted in 11 % saving in the material
story and 240 m high RC building known as The Harbourside cost and 2.2 % savings in floor space.
Development constructed in Hong Kong in 2003 (Fig. 12a). Another interesting application of highrise structures cost
The structure consists of three connected towers with lateral optimization is the design of the 102-storey 365-m Al Sharq
support provided by a RC coupled shear wall system. The Tower designed by Skidmore, Owings & Merrill (SOM) to be
shear walls are distributed in the three towers linked by built in Dubai, UAE (Sarkisian et al. 2009) inspired by nature,
coupling beams. Figure 12b shows the typical podium, lower namely by Redwood Sequoia Trees of northern California
floors and upper floors plan. There are exterior columns at the (Fig. 13b). The proposed structural system consists of core
podium level only. Loads in the upper levels are carried reinforced concrete shear walls with post-tensioned flat slabs.
entirely by shear walls. The critical lateral load on the structure At the perimeter the structure is supported by spiraling cables
is found to be one of the 24 wind load combinations obtained placed in nine-adjoining cylinders with a diameter of 13.4
from wind tunnel testing. The purpose of the optimization is to meter resulting in a column-free perimeter. The perimeter
reduce the structural cost by resizing the elements such that cable system consists of approximately 44 miles of high-
the sizes of the more efficient elements in resisting loads are strength galvanized steel cables varying in diameter from 5/8
Advances in optimization of highrise building structures

Fig. 12 Harbourside (a) General


view (courtesy of P&T Group)
(b) Typical floor plans (c) Podium
efficient structural elements
(lighter shades represents
Upper levels
elements of higher efficiency)
(adapted from Cross et al., 2007)]

Lower levels

(b)
Podium levels

(a) (c)

to 2 in. They typically originate and terminate at shear wall report a steady optimization convergence for the hybrid algo-
end zones. Initial architectural concept suggested a helical rithm and a 15 % cost savings compared with the original
cable profile that surrounds each cylinder with a 5-ft spacing. design.
GA is used to develop an efficient cable profile for vertical and Chan et al. (2010) present optimization of a simplified
lateral load resistance. Optimization is performed in two model of an irregular 40-story, 122 m-tall structure located
stages. In stage I, GA is used to identify the optimal combi- in Hong Kong shown in Fig. 14a using the OC approach. The
nation of cable diameter, spacing, and pitch with the objective structural system consists of RC frames with shear walls
of minimizing the cable weight and roof drift simultaneously. connected by coupling beams to carry wind loads determined
In this stage, the pitch is assumed to be uniform over the by wind tunnel tests. Shear walls are clustered into six groups
height of the tower. The optimum cable profile has a diameter numbered 1 through 6 in Fig. 14b. Optimization was used to
5/8 in. and a spacing of 12.7 ft which corresponds to a 35° determine shear wall thicknesses and the cross section dimen-
pitch. In stage II, to seek further refinement the pitch is sions of the coupling beams. Figure 14c shows an example of
considered to vary over the height of the tower using the roof the optimization convergence history where oscillations de-
drift as the minimization function. Phase II optimization de- crease towards the end (compare this figure with the continu-
termined that the optimal cable profile for drift limitation is ously decreasing convergence curve obtained using the neural
vertical (90°) at the base and transitioning to (45)0 at the top, dynamics model of Adeli and Park shown in Fig. 7b). This
and these results match the direction of the wind stress profile. figure also shows cost savings of 10 % compared with a non-
The transition is determined to be parabolic, so the full cable is optimized design.
a parabolic-tapered helix profile (Fig. 13a). Stromberg et al. (2011) employ pattern gradation and rep-
Atabay (2009) describes cost optimization of shear wall etition for topology optimization of vertical cantilever struc-
dimensions of a 13-story beamless reinforced concrete tures with application to the conceptual design of high-rise
bearing-wall system with a given layout assuming constant building structures subjected to sizing/manufacturing con-
shear wall dimensions throughout the height using a GA. Li straints. Pattern gradation refers to gradual changes in the size
et al. (2010) use a combination of OC and GA for minimum and shape of geometric patterns. The structural behavior is
cost design of a 33-story frame-shear wall structure for mixed assumed to be linear. The optimization objective is to maxi-
office and residential use. The loads and limit states are based mize the lateral stiffness (or minimize the lateral displace-
on Chinese building codes. The objective function is the sum ments) through optimization of the lateral bracing systems
of the material, fabrication and labor costs for beams and and/or angles for the diagonal bracings. They present an
columns. Shear wall width is assumed to be 200 mm in all example based on the Lotte Tower, a case study diagrid
levels, columns are square in shape, and all beams have a structure designed by SOM for Seoul, Korea, shown in
constant width of 250 mm. Design is constrained by strength, Fig. 15a, b. The tower cross section starts as a square at the
serviceability, drift and practical sizing requirements. They bottom and gradually transforms into a circle at the top.
M. Aldwaik, H. Adeli

Fig. 13 Al Sharq Tower. (a)


Parabolic-tapered cable profile,
a b
(b) Redwood sequoia tree (from
Sarkisian et al., 2009, with
permission of Skidmore, Owings
& Merrill LLP, © 2013. All rights
reserved))

Figure 15c shows a design after subjecting the structure to to maximize the global stiffness of the outer skin. The study
wind loads in one direction without symmetry constraints. In reports the optimized structure reduced the overall drift by
Fig. 15d the structure is subjected to wind loads in two 25 % compared with a conventional structure constructed with
directions with symmetry constraints. Figure 15e shows the the same amount of materials. Li et al. (2011) used GA for
optimum topology with the pattern gradation constraints. The minimum weight design of a rectangular 30-story, 2-bay by 2-
resulting shape is reported to resemble the principal stress bay steel frame structure subjected to wind loading according
trajectories on the outer faces of the structure due to wind to the Chinese code. Beams and columns sections are grouped
loads with a smaller diagonal inclination angle at the bottom together to have the same sizes every 6 stories.
and a larger inclination angle at the top of the structure. A recent application of optimization technology is “1
Sarkisian (2011) presents free-form topology optimization Dubai” tower, a mega structure consisting of three linked
of a 71-story, 350 m-tall structure to be built in China, known super-highrise RC core and tapered mega-column systems
as Gemdale Tower. The floor structural system is metal deck (to reduce wind effects) with 222, 190, and 147 floors (with
slab, and the lateral support system is a central shear RC core the tallest being 1008 meters) interconnected with a number of
and a perimeter filigree (ornamental pattern) frame consisting sky-bridges (Fig. 17). The innovative project is designed by
of concrete filled steel tubes (Fig. 16a) with no vertical col- Adrian Smith + Gordon Gill for Dubai, UAE (the project is
umns. Optimization is used to determine the best profile for currently on hold because of the economic downturn), and the
the outer skin of the structure by starting with a uniform, solid optimization study is reported by Viise et al. (2012). The sky-
perimeter shell with constant material thickness and density bridges are slim cable-stayed bridges at four different levels.
throughout the height (Fig. 16b). Then, material densities are The main function for the bridges is to provide lateral support
redistributed based on minimization of strain energy of the to prevent towers’ overturning in addition to providing trans-
structure. During design cycles, surface material is removed portation among buildings and redundancy in mechanical and
from low stress areas and added to high stress areas. Fig. 16c electrical systems and fire escape routes. The towers have
to d show the evolution of the topology of the outer skin where triangular plan projection, with a RC core and mega-
the dark areas and lines represent high stress regions, and the columns at the corners (Fig. 18). Floors are flat slabs in the
light-colored areas represent low stress regions. Figure 16d residential and hotel areas, and composite slabs in the lower
shows the end results of the topology optimization. Engineers offices areas. Multiple schemes were proposed as a solution
took this solution to come up with a unique but practical 3D for the tower, the schemes included both RC and structural
frame shape shown in Fig. 16e. The optimization objective is steel as options for the towers vertical system, and for the
Advances in optimization of highrise building structures

(c)

(a)

(b)
Fig. 14 Residential 40-story building (a) 3D view (b) Shear wall layout plan (c) Design history (From Chan et al. 2010 with permission of Elsevier)

linking bridges. Structural optimization was performed to geometry with the best aerodynamic performance by mini-
refine the elements sizes, in order to determine the least cost mizing lateral forces acting on the structure represented by
scheme. The cost functions include the cost of material quan- drag coefficient while satisfying displacement constraints.
tities. The constraints include geometrical constraints, code The topological design variables are the coordinates of outer
constraints and constructability constraints. The optimization control points located at the edges of the structure connected
results limited the structural steel usage to the linking bridges using spline-based interpolation to form the external geom-
because of high cost of steel in UAE. etry of the structure. The next step is to perform PBTO with
Jensen et al. (2012) use a sequential approximate optimi- the goal of minimizing the structural material volume of the
zation strategy for reliability based design optimization of a lateral support system including the outer frame, internal
3D 4-story structure subjected to earthquake loading. shear walls and outriggers while satisfying performance
Gholizadeh (2012) use a combination of neural networks constraints. The topological design variables can take 1 or
and Modified Cellular Genetic Algorithm (MCGA) to opti- 0 values representing a solid/void status for each possible
mize a 72-bar space truss subjected to earthquake time history coordinate in the lateral support system. The methodology is
loading with inelastic behavior. applied to a planar frame envisaged as part of a 3-D building
Kareem et al. (2013) present a framework for using an evolutionary algorithm.
Performance Based Topology Optimization (PBTO) and Talatahari et al. (2013) apply FA for minimum weight
application of Computational Fluid Dynamics (CFD) for design of 26-story 942-member space truss structure created
conceptual shape optimization of tall building under wind by Adeli and Cheng (1994b) and report results similar to those
loading. They note integration of shape optimization and obtained using a GA. Lagaros and Magoula (2013) present
detailed design optimization as extremely demanding and a optimum cost performance- based seismic design of 8-story
challenge to be addressed by researchers. The goal of topol- steel and composite steel–RC structures subject to seismic
ogy optimization is to achieve an external structural loading and interstorey drift constraints.
M. Aldwaik, H. Adeli

Fig. 15 (a) The Lotte Tower (b)


Finite element mesh of the
conceptual design (c) one-
direction wind loading (d) two-
direction wind loading with
symmetry (e) optimal topology
with gradation constraints (From
Stromberg et al. 2011 with
permission of Springer)

(a) (b) (c) (d) (e)

7 Solution stability in large-scale optimization tower from Adeli and Cheng (1994b) using GA, where the
convergence curve is quite jagged and keeps oscillating. In
A hardly-discussed problem of great practical significance in contrast the convergence curve shown in Fig. 7 is quite
large-scale nonlinear optimization when the constraints are smooth and continuously decreasing. A comparison of
discontinuous is the stability of the solution. An example of Figs. 7 and 20a demonstrates the high stability of the neural
such a discontinuous constraint with a kink is the beam- dynamics model of Adeli and Park for large-scale and com-
column interaction curve based on equations (H1-1a) and plicated optimization problems under discontinuous con-
(H1-1b) of the AISC LRFD specifications (AISC, 2011) straints especially considering the very large size of the 144-
depicted in Fig. 19. An algorithm which is stable for a small story structure with more than 20,000 members.
or medium-size optimization problem may not be stable for A more striking example is presented in Fig. 20b. It shows
very large problems with hundreds of variables. In other the convergence curves for minimum-weight design of a 10-
words, many optimization algorithms can work for a) small bar cantilever truss using two different methods: the OC
optimization problems with a few number of variables and (Gellatly et al., 1971) and General Geometric Programming
discontinuous constraints or b) large optimization problems (GGP) (Adeli and Kamal, 1991). The OC curve shows a
with many variables with continuous constraints. The optimi- sudden instability of the solution at the 19th iteration. Such
zation algorithm can run into stability and convergence prob- curves are rarely reported in the literature as authors tend to
lems in large-scale optimization problems such as highrise and report their good results only.
superhighhrise building structures with hundreds of variables
and discontinuous constraints of the codes such as AISC ASD
and LRFDS. 8 Conclusions
To demonstrate the concept of stability of the solution two
examples are presented in Fig. 20. Figure 20a shows the This paper presented a review of interesting work on optimi-
convergence curve for a 35-story, 1262-member space truss zation of highrise building structures with the goal of bringing
Advances in optimization of highrise building structures

Fig. 16 Gemdale Tower


(a)General view (b) Initial outer
frame material distribution
(c)Optimization process, darker/
red lines represents high material
density (d)Optimization process
output (e)Final perimeter frame
shape (With permission of
Skidmore, Owings & Merrill
LLP, © 2013. All rights reserved)

(a) (b) (c) (d) (e)

this technology to the attention of practicing engineers as well reviewed in this article, a few involving practicing designers
as encouraging researchers to pursue this line of research. A of highrise building structures. A review of literature indicates
number of interesting projects with an eye on practicality were that performing a formal optimization can result in cost

Fig. 17 1 Dubai Tower


(Courtesy of Adrian Smith +
Gordon Gill Architecture)
M. Aldwaik, H. Adeli

Fig. 18 Typical floor plan in 1 Dubai Tower (Courtesy of Adrian Smith +


Gordon Gill Architecture

savings in the range of 5 to 15 % which can be especially


significant in design of highrise and superhighhrise building
structures.
Wind and earthquake loads are the major lateral loads
acting on highrise building structures. Most of the reviewed
papers use the wind load as the critical lateral load such as
Chan and Wong (2008), Park and Adeli (1997), Baker et al.
(2000), Chan et al. (2000), Chan and Liu (2000), Cross et al.
(2007), Chan et al. (2010), Stromberg et al. (2011), and Li
et al. (2011). Some of the papers also performed wind tunnel
testing to determine the exact wind loading on the structure.
So far the focus has been on maximizing performance and Fig. 20 a Convergence curve for a 35-story, 1262-member space truss
minimizing the material cost. Construction cost is not usually tower from Adeli and Cheng (1994b) using genetic algorithm. b Conver-
gence curves for minimum-weight design of a 10-bar cantilever truss
considered in the optimization formulation of such large struc-
using two different methods, the OC (Gellatly et al., 1971) and General
tures. It is, however, considered indirectly via topology opti- Geometric Programming (GGP) (Adeli and Kamal, 1991)
mization. For example, an optimum topology for carrying the
lateral load due to winds and earthquakes, which are the main
critical loads in the optimization process, can improve ease of
construction and consequently reduce the construction cost.
Since optimization of highrise building structures is a
large-scale optimization problem the choice of the optimiza-
tion approach is an important one. Highrise building structures
such as steel structures are made of mostly discrete commer-
cially available shapes. Heuristic nature-based optimization
approaches such as the neural dynamics model of Adeli and
Park and GA appear to be superior to tackle such optimization
problems. Further, gradient-based algorithms have two other
disadvantages. First, they require computation of gradients
that can baffle large-scale optimization problems when con-
straints are discontinuous and have a kink which is the case
when commonly-used design codes are used such as the AISC
Fig. 19 Beam-column interaction curve based on equations (H1-1a) and LRFD code as explained earlier. Second, gradient-based algo-
(H1-1b) of the AISC LRFD specifications (AISC, 2011) rithms can be entrapped in a local optimum. On the other
Advances in optimization of highrise building structures

hand, heurist methods often are more computationally inten- Adeli H, Park HS (1995a) A neural dynamics model for structural
optimization - theory. Comput Struct 57(3):383–390
sive. The neural dynamics model of Adeli and Park appears to
Adeli H, Park HS (1995b) Optimization of space structures by neural
provide the best of both worlds. dynamics. Neural Netw 8(5):769–781
The total structural material cost of a highrise building Adeli H, Park HS (1998) Neurocomputing for design automation. CRC
includes many components: foundation, slabs, beams, col- Press, Boca Raton
Adeli H, Sarma K (2006) Cost optimization of structures—fuzzy logic,
umns, bracings, belt or outrigger trusses, and shear walls.
genetic algorithms, and parallel computing. Wiley, West Sussex
Slabs in highrise structures cover large areas (for example, Adeli H, Soegiarso R (1999) High-performance computing in structural
Willis Tower in Chicago, IL, has a total floor space of 423,658 engineering. CRC Press, Boca Raton
square meters), and usually consume more structural materials AISC (2011) Manual of steel construction, 14th edn. American Institute
of Steel Construction, Chicago
than other elements. None of the highrise optimization articles
Amini F, Khanmohamadi Hazaveh N, Abdolahi Rad A (2013) Wavelet
reviewed in this paper consider floor slabs in their formula- PSO-based LQR algorithm for optimal structural control using
tion. A few papers on slab optimization alone have been active tuned mass dampers. Comput Aided Civ Infrastruct Eng
written and reviewed in this article. The integration of the 28(7):542–557
Atabay Ş (2009) Cost optimization of three-dimensional beamless rein-
vertical and horizontal loading carrying system in the optimi-
forced concrete shear-wall systems via genetic algorithm. Exp Syst
zation formulation should be considered in future studies. Appl 36(2):3555–3561
Such an integration will increase the size of the highrise Baker, W., Sinn, R., Novak, L., and Viise, J. (2000). Structural
building optimization problem substantially requiring signifi- Optimization of 2000-Foot Tall 7 South Dearborn Building.
Proceedings of Structural Congress 2000. Philadelphia,
cant computing resources. Such problems can be solved on a
Pennsylvania, US. May 8–10, 2000
parallel multiprocessor/supercomputer (Adeli and Kamal, Baldock, R., Shea, K., Eley D. (2005). Evolving Optimized Braced Steel
1993; Adeli and Soegiarso, 1999) or a network of distributed Frameworks for Tall Buildings using Modified Pattern Search.
workstations (Adeli and Kumar, 1999). Proceedings of Computing in Civil Engineering. Cancun, Mexico
Another emerging area of research is optimization of July 12–15
Boutalis Y, Christodoulou M, Theodoridis D (2013) Indirect adaptive
passive and active vibration control systems in tall buildings control of nonlinear systems based on bilinear neuro-fuzzy approx-
equipped with such systems. As an example, Hejazi et al. imation. Int J Neural Syst 23(5):1350022
(2013) present optimization of earthquake energy dissipation Campomanes-Álvareza BR, Cordón O, Damasa S (2013) Evolutionary
systems with application to a 5-story 3D RC frame structure multi-objective optimization for mesh simplification of 3D open
models. Integr Comput Aided Eng 20(4):375–390
subjected to seismic loading. As another example, Amini et al. Chabuk T, Reggia JA, Lohn J, Linden D (2012) Causally-guided evolu-
(2013) integrate discrete wavelet transform (DWT), PSO, and tionary optimization and its application to antenna array design.
linear quadratic regulator (LQR) to find optimal control forces Integ Comput Aided Eng 19(2):111–124
in a 10-story 2D frame equipped with an active tuned mass Chan, C., Gibbons, C., and MacArthur, J (2000) Optimal Stiffness
Performance design of the North East Tower, Hong Kong Station.
damper (ATMD) on the top subjected to several historical Proceedings of Structural Congress 2000. Philadelphia,
pulse-like near-fault ground motions. Pennsylvania, US. May 8–10, 2000
Chan CM, Zou XK (2004) Elastic and inelastic drift performance opti-
mization for reinforced concrete buildings under earthquake loads.
Earthquake Eng Struct Dyn 33(8):929–950
References Chan C, Wong K (2008) Structural topology and element sizing design
optimisation of tall steel frameworks using a hybrid OC– GA
method. Struct Multidiscip Optim 35:473–488
Adeli H, Cheng N-T (1993) Integrated Genetic Algorithm for Chan C, Huang M, Kwok K (2010) Integrated wind load analysis and
Optimization of Space Structures. J Aerosp Eng ASCE 6(4):315– stiffness optimization of tall buildings with 3D modes. Eng Struct
328 32(5):1252–1261
Adeli H, Cheng N-T (1994a) Augmented Lagrangian genetic algorithm Cross P, Vesey D, Chan CM (2007) High-Rise Buildings. In: Melchers,
for structural optimization. J Aerosp Eng ASCE 7(1):104–118 Hough (eds) Modeling complex engineering structures. Society of
Adeli H, Cheng N-T (1994b) Concurrent genetic algorithms for optimi- Civil Engineers, Virginia, pp 1–52
zation of large structures. J Aerosp Eng ASCE 7(3):276–296 Fuggini C, Chatzi E, Zangani D, Messervey TB (2013) Combining
Adeli H, Hung SL (1995) Machine learning - neural networks, genetic genetic algorithm with a meso-scale approach for system identifica-
algorithms, and fuzzy systems. Wiley, New York tion of a smart polymeric textile. Comput Aided Civ Infrastruct Eng
Adeli H, Kamal O (1991) Efficient optimization of plane trusses. Adv 28(3):227–245
Eng Softw 13(3):116–122 Gellatly, R.A., Berke, L., and Gibson, W (1971) The use of optimality
Adeli H, Kamal O (1993) Parallel processing in structural engineering. criteria in automated structural design, AFFDL, Proceedings of the
Elsevier Applied Science, London 3rd conference on matrix methods in structural analysis, October
Adeli H, Kumar S (1995a) Distributed genetic algorithms for structural 1971
optimization. J Aerosp Eng 8(3):156–163 Gholizadeh, S (2012) Optimum Design of structures for earthquake
Adeli H, Kumar S (1995b) Concurrent structural optimization on a loading by a cellular evolutionary algorithm and neural networks.
massively parallel supercomputer. J Struct Eng ASCE 121(11): Chapter 12 in Plevris, V., Mitropoulou, C., Lagaros, N. (2012)
1588–1597 Structural seismic design optimization and earthquake engineering
Adeli H, Kumar S (1999) Distributed computer-aided engineering for - formulations and applications. Engineering science reference (an
analysis, design, and visualization. CRC Press, Boca Raton imprint of IGI Global), Hershey, PA
M. Aldwaik, H. Adeli

Gholizadeh S, Fattahi F (2014) Design optimization of tall steel buildings Ng CT, Lam HF (2005) Optimization design of tall buildings under
by a modified particle swarm algorithm. Struct Des Tall Build 23(4): multiple design criteria. Int J Appl Math Mech 4:35–48
285–301 Nimtawat A, Nanakorn P (2010) A genetic algorithm for beam–slab
Hasançebi O, Çarbaş S, Saka M (2010) Improving the performance of layout design of rectilinear floors. Eng Struct 32(11):3488–3500
simulated annealing in structural optimization. Struct Multidiscip Oskouei A, Fard S, Aksogan O (2012) Using genetic algorithm for the
Optim 41(2):189–203 optimization of seismic behavior of steel planar frames with semi-
Hejazi F, Toloue I, Noorzaei J, Jaafar MS (2013) Optimization of earth- rigid connections. Struct Multidiscip Optim 45(2):287–302
quake energy dissipation system by genetic algorithm. Comput Park HS, Adeli H (1995) A neural dynamics model for structural optimi-
Aided Civ Infrastruct Eng 28(10):796–810 zation - application to plastic design of structures. Comput Struct
Jensen, H., Valdebenito, M., Sepúlveda, J., Becerra, L (2012) Discrete 57(3):391–399
variable structural optimization of systems under stochastic Park HS, Adeli H (1997) Distributed neural dynamics algorithms for
earthquake excitation. Chapter 3 in Plevris, V., Mitropoulou, optimization of large steel structures. J Struct Eng ASCE 123(7):
C., Lagaros, N. (2012) Structural seismic design optimization 880–888
and earthquake engineering - formulations and applications. Park HS, Kwon JH (2003) Optimal drift design model for multi-story
Engineering science reference (an imprint of IGI Global), building subjected to dynamic lateral forces. Struct Des Tall Spec
Hershey, PA Build 12:317–333
Kareem, A., Spence, S., Bernardini, E., Bobby, S., Wei, D (2013) Using Pedrino EC, Roda VO, Kato ERR, Saito JH, Tronco ML, Tsunaki RH,
computational fluid dynamics to optimize tall building design. Morandin O, Nicoletti MC (2013) A genetic programming based
Council on Tall Buildings and Urban Habitat Journal. 3, 38–43 system for the automatic construction of image filters. Int Comput
Kaveh A, Laknejadi K, Alinejad B (2012) Performance-based multi- Aided Eng 20(3):275–287
objective optimization of large steel structures. Acta Mech 223(2): Putha R, Quadrifoglio L, Zechman E (2012) Comparing ant colony
355–369 optimization and genetic algorithm approaches for solving traffic
Kicinger, R., Obayashi, S., Arciszewski, T (2007) Evolutionary signal coordination under oversaturation conditions. Comput Aided
multiobjective optimization of steel structural systems in tall build- Civ Infrastruct Eng 27(1):14–28
ings. Proceedings of the 4th International Conference. Matsushima, Rao SS (2009) Engineering optimization: theory and practice, 4th edn.
Japan. March 5–8, 2007 Wiley, Hoboken
Kim H, Adeli H (2001) Discrete cost optimization of composite floors Sahab MG, Ashour AF, Toropov VV (2005) Cost optimisation of rein-
using a floating point genetic algorithm. Eng Optim 33(4):485–501 forced concrete flat slab buildings. Eng Struct 27(3):313–322
Kim CK, Kim HS, Hwang S, Hong SM (1998) Stiffness- based optimal Sarkisian, M (2011) Tall building design inspired by nature. Proceedings
design of tall steel frameworks subject to lateral loading. J Struct of 36th conference on our world in concrete & structures. Singapore,
Multidiscip Optim 15(3–4):180–186 August 14–16, 2011, CI-Premier PTE LTD
Kociecki M, Adeli H (2013) Two-phase genetic algorithm for size opti- Sarkisian, M., Long, E., Shook, D., and Doo, C (2009) Optimization tools
mization of free-form steel space-frame roof structures. J Constr for the design of structures. Proceedings of 78th convention for
Steel Res 90:283–296 structural engineers association of California (SEAOC). San
Lagaros N, Magoula E (2013) Life-cycle cost assessment of mid-rise and Diego, CA. September 23–26, 2009
high-rise steel and steel–reinforced concrete composite minimum Sarma K, Adeli H (1998) Cost optimization of concrete structures. J
cost building designs. Struct Des Tall Build 22(12):954–974 Struct Eng ASCE 124(5):570–578
Lagaros N, Papadrakakis M (2007) Robust seismic design optimization Sarma K, Adeli H (2000a) Cost optimization of steel structures. Eng
of steel structures. Struct Multidiscip Optim 33(6):457–469 Optim 32(6):777–802
Lee K. Y. and El-Sharkawi M. A (2007) Modern heuristic optimization Sarma K, Adeli H (2000b) Fuzzy genetic algorithm for optimization of
techniques with applications to power systems. John Wiley & Sons, Inc steel structures. J Struct Eng ASCE 126(5):596–604
Li, G., Lu, H., and Liu, X (2010) A hybrid genetic algorithm and Sarma K, Adeli H (2000c) Fuzzy discrete multicriteria cost optimization
optimality criteria method for optimum design of RC tall buildings of steel structures. J Struct Eng ASCE 126(11):1339–1347
under multi-load cases. The Structural Design of Tall and Special Sarma KC, Adeli H (2001) Bi-level parallel genetic algorithms for
Building. (19): 656– 678 optimization of large steel structures. Comput Aided Civ
Li Q, Zou X, Wu J, Wang Q (2011) Integrated wind- induced response Infrastruct Eng 16(5):295–304
analysis and design optimization of tall steel buildings using Micro- Sarma KC, Adeli H (2002) Life-cycle cost optimization of steel struc-
GA. Struct Des Tall Spec Build 20(8):951–971 tures. Int J Numer Methods Eng 55(12):1451–1462
Li G, Jiang Y, Yang D (2012) Modified-modal-pushover-based seismic Sgambi L, Gkoumas K, Bontempi F (2012) Genetic algorithms for the
optimum design for steel structures considering life-cycle cost. dependability assurance in the design of a long span suspension
Struct Multidiscip Optim 45(6):861–874 bridge. Comput Aided Civ Infrastruct Eng 27(9):655–675
Liu F, Er MJ (2012) A novel efficient learning algorithm for self- Shafahi Y, Bagherian M (2013) A customized particle swarm method to
generating fuzzy neural network with applications. Int J Neural solve highway alignment optimization problem. Comput Aided Civ
Syst 22(1):21–35 Infrastruct Eng 28(1):52–67
Liu M, Wen Y, Burns S (2004) Life cycle cost oriented seismic design Sharafi P, Hadi M, Teh L (2012a) Heuristic approach for optimum cost
optimization of steel moment frame structures with risk-taking and layout design of 3D reinforced concrete frames. J Struct Eng
preference. Eng Struct 26(10):1407–1421 138(7):853–863
Luebkeman C, Shea K (2005) CDO: computational design + optimiza- Sharafi, P., Hadi, M.N.S., Teh, L.H (2012b) Optimum column layout
tion in building practice. Arup J 2005(3):17–21 design of reinforced concrete frames under wind loading.
Moeller O, Foschi R, Quiroz L, Rubinstein M (2009) Structural optimi- Proceedings of 30th IMAC conference on structural dynamics.
zation for performance-based design in earthquake engineering: Jacksonville, FL. January 30th – February 2nd 2012
applications of neural networks. Struct Saf 31(6):490–499 Siddique N, Adeli H (2013) Computational intelligence - synergies of
Murren P, Khandelwal K (2014) Design-driven harmony search (DDHS) fuzzy logic, neural networks and evolutionary computing. Wiley,
in steel frame optimization. Eng Struct 59:798–808 West Sussex
Neri F, Cotta C, Moscato P (2012) Handbook of Memetic algorithms, 379th Spillers WR, MacBain KM (2009) Structural optimization. Springer,
edn, Studies in computational intelligence. Springer Verlag, Berlin NewYork
Advances in optimization of highrise building structures

Stromberg L, Beghini A, Baker W, Paulino G (2011) Application of Viana FAC, Haftka RT, Watsom LT (2012) Efficient global optimization
layout and topology optimization using pattern gradation for the algorithm assisted by multiple surrogate techniques. J Glob Optim
conceptual design of buildings. J Struct Multidiscip Optim 43(2): 56(2):669–689
165–180 Viise, J., Halvorson, R., Morava, B., Weismantle, P., and Stafford, J
Talatahari S, Gandomi AH, Yun GJ (2013) Optimum design of tower (2012) 1 Dubai—engineering and optimizing a mega-structure.
structures using firefly algorithm. Struct Des Tall Spec Build. doi: Proceedings of Structures Congress. Chicago, IL. March 29–31,
10.1002/tal.1043 2012
Tao H, Zain JM, Ahmed MM, Abdalla AN, Jing W (2012) A wavelet- Winslow P, Pellegrino S, Sharma S (2010) Multi-objective optimization of
based particle swarm optimization algorithm for digital image free-form grid structures. Struct Multidiscip Optim 40(1–6):257–269
watermarking. Integr Comput Aided Eng 19(1):81–91 Xu L, Gong Y, Grierson D (2006) Seismic design optimization of steel
Theodoridis D, Boutalis Y, Christodoulou M (2012) Dynamical recurrent building frameworks. J Struct Eng 132(2):277–286
neuro-fuzzy identification schemes employing switching parameter Yang X (2010) nature-inspired metaheuristic algorithms, 2nd edn.
hopping. Int J Neural Syst 22(2):1250004–16 Luniver Press Frome, United Kingdom

You might also like