Abstract
Pendulum clocks were the prevalent time keeping standard for centuries to regulate commerce and public activities. These mechanical movements were the most accurate timekeepers globally until replaced by electric clocks. Although mainly used for decorative purposes today, the pendulum clock's working principles and mechanical behavior can serve to demonstrate fundamental science and engineering concepts. The tradeoff between a clock's quality factor, pendulum properties, and period can best be explored with multiple objective optimization and tradespace analysis methods. In this project, a Multi-Objective Genetic Algorithm (MOGA-II) and a Multi-Objective Simulated Annealing (MOSA) optimization approaches are applied to evaluate a Graham escapement street clock for pendulum mass and time accuracy with a range of the period. These clock designs vary the pendulum length, pendulum bob radius, and bob thickness. Horological concepts are used to calculate the overall performance and general utility. The numerical results show a 0.7% increase in the quality factor, and a 0.56% reduction in the mass, while maintaining the designed period by modifying the clock parameters. More importantly, these changes can provide material cost savings in a mass production scenario. Overall, the study highlights the tradeoff designer engineers have considered for decades which can now be visualized using computer tools for greater insight.
1 Introduction
A mechanical clock as shown in Fig. 1 converts potential energy into impulsed oscillating pendulum or balance wheel motion that can be harnessed to display the passage of time. The typical clock uses a hanging weight or coiled spring as the power source to drive the gear train, dial hands, escapement, and pendulum [1]. The escapement engages symmetrically with a multi-toothed escape wheel through dual pallets and a crutch to discretize rotational motion into pendulum swing [2]. In this manner, the pendulum, usually a round or cylindrical weight on a wooden rod, maintains periodic oscillations. The pendulum's period primarily depends on the rod length with a nominal small-angle of swing. A thin steel suspension spring vertically holds the pendulum while the crutch provides impulsive forces to the rod based on the escapement dynamics. The time display (minutes, hours) is driven by the gear train with a 12:1 motion work ratio for the hours. The innovative design of pendulum clocks served as the global time keeping standard until they were replaced by electric clocks [3]. The assorted components within the movement provide a platform to explore design tradeoffs and evaluation of the original factory product using optimization and tradespace analysis methods [4].

Howard clock movement—(a) Three-dimensional CAD model for virtual engineering design studies, and (b) mechanism configuration with labels
The design of a clock movement requires the consideration of various factors including overall size, material selection, timekeeping accuracy, and escapement type. Further, these factors may be influenced by each other. In this study, three fundamental characteristics will be explored—timekeeping accuracy, pendulum mass, and clock period deviation from the reference setpoint. The pendulum clock's accuracy is proportional to its quality factor, Q, as shown in Fig. 2 (The figure was modified from Ref. [5]). A detailed description of mechanical system quality factor has been provided by Smith [6]. The quality factor is a dimensionless parameter defined as the ratio of the energy stored to the energy lost in one period [7] [8]. In an oscillator system, the energy loss is proportional to the amplitude decrease. Thus, the quality factor can be obtained experimentally by measuring the time it takes for the amplitude decrease to 1/e of its original value.
Therefore, designers may want to maximize Q for better accuracy, which generally corresponds to less system resistance. The pendulum's mass is another essential factor that must be considered in the design phase. In most cases, a small, lightweight pendulum clock is desired by manufacturers as it consumes fewer materials and is easier to ship; however, the energy stored is a function of mass. The period difference from the ideal value contributes to established the daily accuracy. For the target street clock, a 2.0-second period is desired. These three characteristics are directly related to the geometry of the pendulum clock, and tradeoffs exist amongst them. Therefore, a method of determining the best design with optimal overall performance is necessary.
To evaluate these different design criteria, a Multiple Objective Optimization (MOO) method and Tradespace analysis will be applied. In general, engineering problems have conflicting objectives. Specifically, optimizing one objective often results in unacceptable results concerning the others [9]. Therefore, MOO methods are essential to determine solutions that satisfy all objectives at an acceptable level; such solutions are called optimal solutions [10]. Although single objective optimization offers a unique optimal solution, MOO may provide multiple optimal (Pareto) solutions. Pareto solutions are characterized in that an improvement in one objective will adversely impact at least one of the other objectives. MOO seeks to find the best Pareto solution. One approach is to begin by identifying all of the Pareto solutions and then selecting between them. However, full enumeration of the tradespace of Pareto solutions is usually computationally expensive at best and prohibitive in many cases. Thus, choosing an algorithm to find a subset of desirable Pareto solutions that represent the whole set is vital for MOO [11]. In this project, Multi-Objective Genetic Algorithm (MOGA-II) and Multi-Objective Simulated Annealing (MOSA) MOO algorithm are utilized. By comparing these results with a random solution approach, the MOO method's effectiveness may be explored in finding optimal solutions. Finally, a tradespace analysis method was applied by determining the highest utility design with a fixed cost to visually investigate the design space.
The optimal design of a pendulum clock with a MOO algorithm and tradespace analysis method will be investigated using a model-based approach with experimental validation. Representations of the tradespace are fundamentally based upon models that serve as representations of the potential design solutions [12–16]. In early stage design, tradespace analysis is often based on crude models that only represent the most fundamental behaviors of the design solutions [14,17]. The reason for this is obvious, at this stage of the design process, the system has generally not yet been designed. Yet, critical decisions need to be made concerning the direction and feasibility of the design project based on limited conceptual models of the design solution. Effective early stage models are known to be a critical element for tradespace tradeoff analysis [14–16,18–20] and often considerable effort is invested in the development of these models [15,16]. Unfortunately, many of these models do not fully represent the complete physics of the eventual system, particularly in the case of complex system design [12,15–17,19,21]. Nonetheless, the importance of the underlying models used to identify trade-off relations should not be underestimated.
The remainder of the paper is organized as follows: Sec. 2 introduces the fundamentals of MOO and two algorithms. Tradespace analysis methods will be presented in Sec. 3. In Sec. 4, the mathematical model for a pendulum clock, including escapement, is developed with experimental validation on a street clock. Representative numerical results are discussed to explore the various designs. The summary is contained in Sec. 5. Finally, a complete Nomenclature List is provided.
2 Multiple Objective Optimization (MOO)
The individual objective functions usually do not have their minimum value at the same set of design variables. Thus, the tradeoff may need to consider conflicting objectives. A general approach to MOO problems is a Pareto solution, , such that no other solution can dominate it, i.e., a solution does not exist in which the objective functions’ values are smaller than . All the Pareto solutions form a set called the Pareto Frontier. Therefore, the goal is to identify a set of solutions that are as close as possible to, and uniformly distributed over the true Pareto frontier [22].
2.1 Genetic Algorithms (GA).
Genetic algorithms (GA) are popular in finding Pareto solutions for MOO by encoding potential solutions using a “chromosome-like” data structure [23]. The process of natural selection has inspired the GA codes. In natural selection theory, a specie that carries genes fitting the environment has a higher chance of surviving and passing its genes to offspring. Therefore, their genes become increasingly dominant within their population. In some cases, random mutations occur and may change a portion of an individual's genes. If such mutations help individuals survive in the environment, then the new genes will be inherited by further generations. Otherwise, the mutated individual will be eliminated by the natural selection process. GA emulate this process, so each design variable set is called an “individual”, and a collection of individuals is called a “population”. Individuals consist of genes that are represented by binary strings. An encoding process is required to convert the design variables into such binary strings [11].
Pareto solutions may be achieved by repeating the “crossover” and “mutation” scenario for each iteration in the GA. In the crossover, two individuals (i.e., parents) who were selected based on the fitness of the population are combined to form a new individual (i.e., offspring). The crossover process may randomly select one or more crossover points to cut the genetic sequence into several pieces and swipe them afterward to recombine the sequence for the children. An offspring is expected to inherit the advantages of both of its parents and, therefore, has better fitness. The population will eventually converge by repeating this process, which means a single design variable set dominates it. However, in genetic algorithm, diverse or dissimilar optimal solution is desired. To achieve this goal a mutation step must be included to make Pareto solutions uniformly distributed over the Pareto frontier, including the ends. Mutation occurs at the gene level and alters one bit in the genetic sequence from its original state. Thus, new individuals were created that differ from the population.
The MOGA-II algorithm, based on the GA principle, was selected to solve the MOO problem. The process of MOGA-II may is shown in Fig. 3. Although the MOGA-II approach is similar for each GA stage, it uses a directional crossover along with selection crossover and mutation as the MOGA-ii operators. When an individual, Ini, is subject to directional crossover it will create a new individual, Ini+1, with two other same generation individuals, Ini+2and Ini+3, by moving in a randomly weighted direction. These two individuals, Ini+2and Ini+3, are the best fitness individuals from the two pools, which were created by random walks from the initial individual, Ini. The research shows that directional crossover can achieve better optimization results than the classical crossover [24].
2.2 Multi-Objective Simulated Annealing (MOSA).
MOSA is a randomized search algorithm for approximating the global optimum of multiple objective functions [25]. The MOSA algorithm mimics the annealing process at which an optimization routine can randomly move along a direction with a perturbation length to reach a better optimal solution. If one perturbation solution dominant its original solution, then it will become the next staring point. Otherwise, a probability calculation based on the difference of objective functions’ value between two solutions ΔEi is used to determine if an inferior solution will be accepted. The probability of acceptance for inferior solutions id generally decreased with iterations. This approach often allows the algorithm to escape local minima. With multiple solutions being simulated in parallel, a suitable minimum for engineering purposes can often be identified.
The MOGA-II algorithm has been used in many engineering topics to determine the optimal solutions. For example, Poles et al. [26] applied MOGA-II to optimize the shape of automotive cooling ducts; the results minimized the inlet and the outlet pressure drop while maximized the outlet flow velocity. Abidi et al. [27] used MOGA-II to optimize the input parameters for an electrical discharge machining process. For shape memory alloy machining a better material removal rate was reached with good surface finish. Mohammed et al. [28] explored MOGA-II to achieve an optimized surface roughness and material removal rate for micro-milled alumina ceramic for laser beam intensity, frequency, and pulse overlap. Alkhalefah [29] investigated parameter selection using MOGA-II for a rotary ultrasonic drilling process to achieve a combination of high material removal rate, enhanced surface finishing, and dimensional accuracy in Alumina ceramic drilling. Costa et al. [30] used MOGA-II to minimize the error between the computed model's results from a thermos-chemical equilibrium model and experimentally measured data. Finally, Ali et al. [31] optimized the fabrication conditions of polyamide thin film composite membranes with MOGA-II.
On the other hand, MOSA was applied in various research as well. Sekkal et al. [32] used MOSA to optimize the processing time and resource usage for the parallel machine scheduling problem under machine deterioration constraints. The additive manufacturing optimization problem was studied by Cao et al. [33] with MOSA a components’ envelop volume and connective lines length. Turgay [34] optimized a facility layout costs and location simultaneously subject to unequal area constraints. Zidi et al. [35] utilized MOSA to achieve optimized route duration and service quality in the Dial a Ride Problem (multiple users require pickup and delivery between origins and destinations). Zaretalab [36] applied MOSA to solve the redundancy allocation problem; compared to other algorithms, better quality solutions were achieved using a memory matrix to reinforce the neighborhood structure. Lastly, Varadharajan et al [37]. minimized the mask span and total flowtime of jobs for the permutation flowshop scheduling using MOSA.
3 Tradespace Analysis
The tradespace analysis is a visual process that enables design engineers to recognize capabilities, gaps, and potential tradeoffs that facilitate the meeting of system performance objectives [38]. Mechanical systems are considered to be individual systems with their own unique architectures, and it is acknowledged that they should be assessed through tradespace studies [39,40]. Models are developed to simulate the attributes of a product based on its user's preferences and further guide the design choice. These choices are then varied systematically to produce tradespace representation. The concept of trade space refers to a range of multidimensional outputs or outcomes of interest resulting from a particular process or set of choices that cannot all be optimized simultaneously [41].
Tradespace is the space of possible design options with a given set of design variables viewed in the performance objective space. Simply put, in tradespace analysis, performance capabilities are visualized. The attributes define the system completely, which means by naming their values, people can understand how well the system reaches its overall objectives. These attributes are then aggregated into a single utility function, utot. The utility function, is a dimensionless variable that measures relative gratification by allocating the resources of an attribute. The total utility function allows the comparison of different system practicality by assigning weighting factors to every attribute. The rationale of this step is that if there is a conflict between two attributes, the designer will prioritize better performance in the more significant (higher weighting factors) attributes and make concessions on the less important (lower weighting factors) ones, thus enables the attainment of optimal design [42].
Finally, a cost model will be applied to provide a metric to compare the estimated expense for each design. These actions enable a utility-cost plot to be created to help find the highest utility for a fixed cost [43]. Similar to the MOO, the optimal design Pareto Frontier can be identified through design variable variation. Utility variables usually range from zero (minimal acceptable) to one (most desirable). Consequently, a size rule was applied to calculate the proposed system attribute. The system designs were then evaluated in consideration of the utility magnitudes to understand which design best satisfies the needs.
Designing mechanical engineering systems poses a major challenge in the early stage of concept exploration, as most engineering resources are dedicated to this phase. Therefore, critical decisions made during this phase must result in designs that provide value over the operational lifespan of the system [44]. Tradespace analysis can aid in making well-informed decisions when choosing from different designs to identify the most cost-effective solution that satisfies customer requirements. Additionally, they can facilitate the comparison and contrast of technical solutions for systems [39,44].
4 Case Study
The classical E. Howard Model 00 street clock movement from 1905 features an external weight driven gear train, escapement, and large pendulum. A mathematical model will be developed followed by experimental validation and optimization of the pendulum subsystem.
4.1 Mathematic Model.
The escapement provides energy to the pendulum to overcome the losses due to friction and aerodynamic forces. The escapement model was developed based on the following four assumptions:
A1. The escapement engages and disengages with the pendulum at the pendulum swing angle of ±θe which is a specification for the target clock movement.
A2. The impulsive torque accelerates the pendulum to maintain oscillatory motion.
A3. The angular motion of the pendulum, θ, is symmetric.
A4. The system maybe considered stable in a dynamic sense when the angular amplitude of the pendulum's oscillation, θ, ends between 0.7θe < θ < 1.5θe.
In this manner, the pendulum swings back and forth at a fixed period with regular impulses.
4.2 Experimental Validation of Mathematical Model.
To validate the tower clock mathematical model, the E. Howard clock movement was experimentally investigated. Three cube-shaped high flux magnets were attached to the escape wheel pivot, crutch pivot, and pendulum using epoxy putty and a drop of adhesive. A high resolution magnetic field angular position sensor (Honeywell APS00B) with a pair of linear amplifiers (Analog Device AD623) was placed on a stick opposite each magnet as shown in Fig. 4. These magnetic signals were converted to digital signals and supplied to the National Instrument ELVISTM data acquisition system. The host laptop procured the data files using LabViewTM and MatlabTM. During the experimental testing, the crutch was also removed and the pendulum was released from an angular position of 2.12 deg. The time constant, τ, represents the duration for the system's response to decay to zero if the initial decay rate had continued. Due to the progressive change in the decay rate, the actual response will have decreased in value to approximately 36.8% of its original value within this time. In this research, τ, was measured by determining the elapsed time for the initial amplitude to drop by 63.2% or 0.632*2.12 deg = 1.34 deg. The time constant for this E. Howard tower clock movement was experimentally determined to be τ = 5599 s. A portion of the pendulum's angle versus time is shown in Fig. 5 which offers the time constant free response. The operation of the escapement was also recorded and used to validate the mathematical model. Further, the various system parameters were carefully measured using a caliper and other laboratory tools. The results show for experiential measured and simulated results both pendulum period is 2.00 s. In addition, the simulated Q = 8784 corresponds to a 0.04% error from the actual clock where Q = 8780.

E. Howard tower clock experimental testing—Magnet, sensor, and amplifier to measure the angular motion.
4.3 Optimization Problem.
For this study, the system and optimization parameters are listed in Table 1. The other MOGA-ii and MOSA parameters that have not been included in Table 1 were set at default values. Overall, 2500 solutions were created during the MOGA-ii and MOSA optimization process. For comparison, the random solution method also generated 2500 solutions between the upper and lower limit of design variables.
Summary of model and optimization parameters
Symbol | Value | Units | Symbol | Value | Units | Symbol | Value | Units |
---|---|---|---|---|---|---|---|---|
A | 0.032 | m2 | NA1 | 90 | teeth | Tdes | 2.0 | s |
a1 | −0.035 | — | NB1 | 18 | teeth | Ti | 0.1 | — |
a2 | 4*10−5 | — | NB2 | 80 | teeth | To | 2.0 | s |
a3 | −5 | — | Nc1 | 18 | teeth | Tdes | 2.0 | s |
B | 0.0036 | N/rad/s | Nc2 | 96 | teeth | x1,L | 0.9 | m |
b1 | 1.175 | — | ND1 | 12 | teeth | x1,o | 0.994 | m |
b2 | 0.125 | — | ND2 | 90 | teeth | x1,U | 1.1 | m |
b3 | 1 | — | NE1 | 12 | teeth | x2,L | 0.06 | m |
CD | 1.6 | — | Nhot | 25 | — | x2,o | 0.0825 | m |
Cir | 10.68 | €/kg | Nin | 50 | — | x2,U | 0.12 | m |
Co | 14.24 | €/m | Nit | 50 | — | x3,L | 0.04 | m |
g | 9.81 | m/s2 | NMO | 50 | — | x3,o | 0.06 | m |
lmin | 0.05 | — | Ntot | 50 | — | x3,U | 0.08 | m |
M | 13.6 | kg | Qo | 8783 | ρai | 1.225 | kg/m3 | |
mL | 5 | kg | RA | 0.0762 | m | ρi | 7, 800 | kg/m3 |
mo | 10.316 | kg | Rt | 1333.33 | ρw | 800 | kg/m3 | |
mU | 25 | kg | r | 0.011 | m | θe | 0.02 | rad |
Symbol | Value | Units | Symbol | Value | Units | Symbol | Value | Units |
---|---|---|---|---|---|---|---|---|
A | 0.032 | m2 | NA1 | 90 | teeth | Tdes | 2.0 | s |
a1 | −0.035 | — | NB1 | 18 | teeth | Ti | 0.1 | — |
a2 | 4*10−5 | — | NB2 | 80 | teeth | To | 2.0 | s |
a3 | −5 | — | Nc1 | 18 | teeth | Tdes | 2.0 | s |
B | 0.0036 | N/rad/s | Nc2 | 96 | teeth | x1,L | 0.9 | m |
b1 | 1.175 | — | ND1 | 12 | teeth | x1,o | 0.994 | m |
b2 | 0.125 | — | ND2 | 90 | teeth | x1,U | 1.1 | m |
b3 | 1 | — | NE1 | 12 | teeth | x2,L | 0.06 | m |
CD | 1.6 | — | Nhot | 25 | — | x2,o | 0.0825 | m |
Cir | 10.68 | €/kg | Nin | 50 | — | x2,U | 0.12 | m |
Co | 14.24 | €/m | Nit | 50 | — | x3,L | 0.04 | m |
g | 9.81 | m/s2 | NMO | 50 | — | x3,o | 0.06 | m |
lmin | 0.05 | — | Ntot | 50 | — | x3,U | 0.08 | m |
M | 13.6 | kg | Qo | 8783 | ρai | 1.225 | kg/m3 | |
mL | 5 | kg | RA | 0.0762 | m | ρi | 7, 800 | kg/m3 |
mo | 10.316 | kg | Rt | 1333.33 | ρw | 800 | kg/m3 | |
mU | 25 | kg | r | 0.011 | m | θe | 0.02 | rad |
The governing equations and MOO were coded in matlab™ and a two steps process followed. First, the pendulum was released from a vertical angle of θ = 2.0 deg (0.035 rads), allowing the system to experience free oscillation. The time constant, τ, was calculated by determining the elapsed time for the initial amplitude to drop by 63.2% or 0.632*2 deg = 1.264 deg. The variables m and Q were computed for every solution. Second, the pendulum received an impulsive torque, TA, (i.e., engage and disengage with the pendulum rod every half period) due to the clock escapement. The period was calculated after the clock was operating for 600 s. Afterwards, the results were supplied to the modeFRONTIER® tool where the multi-objective optimization process was performed. The simulation and optimization process has been displayed in Fig. 6.
4.4 Optimization Results.
All of three MOO methods are supposed to generate Pareto solutions, however, the number of feasible and Pareto solutions is an indicator of the effectiveness of the MOO method. Three groups of 2500 solutions were collected and further analyzed in matlab™ and modeFRONTIER® to obtain the feasible and Pareto solutions. The high level results are summarized in Table 2. It may be observed that the MOSA, MOGA-II and random solution method all reach the real Pareto-frontier and preserve the computations in the feasible region.
Summary of MOO methods results
No. | Method | Total Solutions | Feasible Solutions | Pareto Solutions |
---|---|---|---|---|
1 | MOSA | 2500 | 2469 | 1149 |
2 | MOGA-II | 2500 | 2467 | 1162 |
3 | Random soultion method | 2500 | 2410 | 1105 |
No. | Method | Total Solutions | Feasible Solutions | Pareto Solutions |
---|---|---|---|---|
1 | MOSA | 2500 | 2469 | 1149 |
2 | MOGA-II | 2500 | 2467 | 1162 |
3 | Random soultion method | 2500 | 2410 | 1105 |
To offer insight into the design process, the MOGA-II method (o) Pareto solutions and the original E. Howard clock's design (Δ) are shown in Fig. 7. The optimal design was dominated by the Pareto solution, , which corresponds to a mass of 10.258 kg, a quality factor of 8843, and a period of 2.0 s. In the study, the period difference is evaluated at steady-state operation which occurs near the end of each numerical simulation run. The original 1905 design was as measured directly from the E. Howard clock. In a comparison of the two solutions, the optimal design values differ by . In terms of the objective functions, the differences are a 0.56% reduction in the mass, a 0.7% increment in the Quality Factor, and a value of similar period. Sand casting was the common method for manufacturing cast iron pendulum bobs circa 1900. Considering that the current manufacturing tolerance for sand casting is approximately 0.5%, the original 1905 design can be improved further.
4.5 Tradespace Analysis.
Proposed weighting factors for design aspects A-C in mechanical clock study
Design aspect | Description | Weighting | ||
---|---|---|---|---|
wm | wQ | wΔT | ||
A | Smaller mass | 0.6 | 0.3 | 0.1 |
B | Higher accuracy | 0.3 | 0.6 | 0.1 |
C | Nominal design | 0.33 | 0.33 | 0.33 |
Design aspect | Description | Weighting | ||
---|---|---|---|---|
wm | wQ | wΔT | ||
A | Smaller mass | 0.6 | 0.3 | 0.1 |
B | Higher accuracy | 0.3 | 0.6 | 0.1 |
C | Nominal design | 0.33 | 0.33 | 0.33 |
The formulation of the weighted objective function, representing the value function of the system in this case, allows for the identification of the Pareto solutions for this problem as the underlying value functions are linear functions supporting a convex feasible solution space in the objective space. For nonlinear formulations where convexity cannot be guaranteed a goal oriented approach would be more appropriate.
To explore the utility function, one of the tower clock design aspects will be presented with comparisons to the original design. Figure 8(a) displays the tradespace analysis for Design Aspect B (Higher accuracy) with utility versus cost; each point represents an optimal solution obtained by the MOGA-II method. The Pareto Designs of 8(a) are extracted In Fig. 8(b), a clear Pareto Frontier, which indicates desirable designs, can be observed. The original design of the pendulum clock is also shown on this plot with a Δ symbol. It can be observed that the original design is slightly off the Pareto Frontier which means that the total utility of original design could be enhanced further without a price increase.

Optimization study results—(a) Tradespace analysis result for Design Aspect B, and (b) Selected optimal designs with original E. Howard design shown in the Δ symbol.
5 Conclusion
The working principle of a classical pendulum mechanical clock and three system parameter design, the MOO, and the tradespace analysis method has been reviewed. A lumped parameter mathematical model of the pendulum clock has been developed. To achieve optimum pendulum design, its mass, quality factor, and clock accuracy have been explained with two MOO methods. The MOGA-II/MOSA algorithm is efficient in finding the Pareto optimal solutions compared to a random solution method. The MOO results also demonstrate that a better quality factor lightweight design can be achieved without changing the original period. The tradespace result further expands the possible design option for the pendulum clock.
Conflict of Interest
There are no conflicts of interest. This article does not include research in which human participants were involved. Informed consent not applicable. This article does not include any research in which animal participants were involved.
Data Availability Statement
The authors attest that all data for this study are included in the paper.
Nomenclature
- A =
Effective pendulum area (m2)
- ai/bi =
Fit Parameters in tradespace analysis
- B =
Damping coefficient of pendulum (N/rad/s)
- CD =
Drag coefficient
- Cir =
Bob shape iron price for (€/kg)
- Co =
Pendulum shape oak price (€/m)
- E =
Elite set in MOGA-II
- Fai =
Air resistance (N)
- f0 =
Frequency of pendulum (Hz)
- =
Objective functions for MOO
- g =
Gravity (m/s2)
- =
Equality constraints for optimization
- =
Inequality constraints for optimization
- h =
Thickness of the bob (m)
- Ini =
Individual in MOGA-II
- J =
Pendulum moment of inertial (Kg·m2)
- L =
Length of pendulum rod (m)
- M =
Hanging weight mass (kg)
- m =
Pendulum rod and bob mass (kg)
- mL =
Lower limit for pendulum mass keeps the system stable
- mu =
Upper limit for pendulum mass keeps the system stable
- Nij =
Number of teeth as jth gear on ith arbor
- Nin =
Number of population in first generation for MOGA-II
- Nit =
Iteration number stop criteria for MOGA-II
- P/P′/P″ =
A Generation in MOGA-II
- Q =
Quality factor
- R =
Bob radius (m)
- RA =
Radius of winding drum (m)
- Rt =
Train ratio
- r =
Pendulum rod radius (m)
- si =
Relational digital variables
- T =
Period (s)
- TA =
Escapement anchor toque (Nm)
- Tdes =
Pendulum desire period (s)
- Te =
Escape wheel torque (Nm)
- Tw =
Hanging weight torque (Nm)
- utot =
Total utility
- vm =
Single attribute utility for mass
- vΔt =
Single attribute utility for period difference
- vQ =
Single attribute utility for quality factor
- wm =
Utility weighing for mass
- wΔt =
Utility weighing for period difference
- wQ =
Utility weighing for quality factor
- xi =
Design variables
- xL =
Lower limit for design variables
- xH =
Upper limit for design variables
- xp,i =
Design variables of Pareto solution
- =
Design variable vector
- =
Pareto solution design variable vector
- θ =
Pendulum angular (rad)
- θe =
Amplitude of pendulum swing (rad)
- τ =
Time constant (s)
- ρai =
Density of air (kg/m3)
- ρi =
Iron density (kg/m3)
- ρw =
Wood density (kg/m3)
- ΔEi =
Energy between two MOSA solutions (J)