Next Article in Journal
CAXSS: A Cookie Authentication Scheme Against XSS Attacks for HTTPS
Previous Article in Journal
PodFormer: An Adaptive Transformer-Based Framework for Instance Segmentation of Mature Soybean Pods in Field Environments
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Interactive Evolutionary Design Framework Integrating AHP-CRITIC Hybrid Weighting for Mitigating User Evaluation Noise

School of Design, Jiangnan University, Wuxi 214122, China
*
Author to whom correspondence should be addressed.
Electronics 2026, 15(1), 81; https://doi.org/10.3390/electronics15010081
Submission received: 19 November 2025 / Revised: 17 December 2025 / Accepted: 21 December 2025 / Published: 24 December 2025
(This article belongs to the Section Computer Science & Engineering)

Abstract

To address the imbalance between user evaluation noise and algorithmic autonomy in Interactive Evolutionary Design (IED), this study proposes an optimization method integrating subjective and objective weights to alleviate user fatigue and enhance evolutionary efficiency of Genetic Algorithms (GAs). Building upon the Interactive Genetic Algorithm (IGA), an AHP-CRITIC combined proxy model is introduced, leveraging the bidirectional complementarity of AHP and CRITIC to suppress evaluation noise. An interactive evolutionary design model integrating AHP-CRITIC-IGA is constructed, with armchair design as a case study. Compared to traditional IGA, the combined-weighting-based IGA shows faster convergence and more stable fitness trajectories under the same parameter settings. To avoid over-interpretation, evaluation-noise claims are tied to explicit variability metrics (e.g., fitness standard deviation and inter-rater disagreement) reported in the revised experimental section. The proposed method effectively balances the contradiction between human interaction and algorithmic autonomy in interactive evolutionary design. Furthermore, the framework is inherently generalizable and demonstrates significant potential for adaptation and electronic system design, where optimizing complex, multi-criteria problems under user feedback is paramount. This establishes its relevance to the broader field of intelligent and interactive engineering systems.

1. Introduction

Research in the field of design studies is highly interdisciplinary, allowing cross-domain integration across methodological development, mathematical analysis, and practical implementation to achieve more optimal design outcomes [1]. Product gene theory represents a typical paradigm of such interdisciplinary fusion in design research [2]. As a methodological framework that integrates concepts from both design studies and biology, product gene theory encompasses multiple research branches, with recent scholarly attention primarily concentrated on evolutionary design approaches [3,4].
The primary methodological pathway for evolutionary design is the Interactive Genetic Algorithm (IGA), an intelligent computational approach developed for optimization problems in which the objective function is difficult to explicitly quantify [5]. Its core mechanism involves eliciting users’ cognitive preferences toward evolving individuals and incorporating these interactive evaluations into fitness values that guide iterative algorithmic optimization until solutions that satisfy user requirements are obtained [6]. Within design research, this approach is commonly referred to as Interactive Evolutionary Design (IED), a form of computer-aided industrial design that leverages algorithms to generate multiple batches of design alternatives. By simultaneously accommodating users’ aesthetic preferences and improving design efficiency, IED overcomes the limitations of traditional design methodologies and has emerged as a prominent research focus within the design community from a rational-thinking perspective [7].

1.1. Fundamental Concepts and Current Research Progress

The concept of the Genetic Algorithm (GA) was first introduced by Holland in 1975 [8], and since then, GA has gained broad recognition within the academic community as an effective optimization method with extensive practical applications. By incorporating users’ perceptual evaluations, the IGA further extends the applicability of traditional GA and has been widely adopted in fields such as image processing and retrieval, industrial product design, education, and entertainment. Leelathakul et al. [9] developed an IGA-based ethnic pattern generation system to lower the artistic skill threshold for users. Jalali et al. [10] employed IGA for interactive optimization of the form and façade of office buildings. Uusitalo et al. [11] explored collaborative creation using IGA in industrial design and analyzed its application workflow through a chandelier design case study.

1.2. Bottlenecks and Challenges in Application

A fundamental challenge currently faced in IGA research lies in the imbalance between human–computer interaction and algorithmic autonomy [12]. Specifically, the evaluation of evolutionary individuals in IGA is confronted with dual uncertainties: cognitive uncertainty arising from fluctuations in users’ subjective preferences and stochastic uncertainty caused by algorithmic noise [13,14]. From the user perspective, evaluation of noise tends to escalate as the number of evolutionary generations increases, causing algorithmic convergence to deviate from users’ true intentions [15]. To address this problem, Naser and Alavi [16] examined the most commonly used performance fitness and error metrics for regression and classification algorithms, with emphasis on engineering applications. From the designer’s perspective, Dell’Era et al. [17] revealed several cognitive fixation issues occurring during the design process, including local optimal preference, repetitive selection, disregard for novelty, and premature convergence. They further developed a quantitative model of cognitive fixation to break habitual decision patterns.
However, existing studies are trapped in a paradoxical dilemma: although current methods reduce the required number of user interactions, they simultaneously weaken the core value of human participation, making it difficult to capture users’ dynamically evolving deep preferences [18]. Meanwhile, constructing static surrogate models allows the incorporation of expert knowledge but fails to adaptively capture the intrinsic fluctuations and correlations within evaluation data, resulting in limited effectiveness in noise suppression and insufficient capacity to balance subjective preferences with objective indicators [19].
Therefore, achieving an effective balance between users’ perceptual cognition and algorithmic rational computation is crucial for overcoming the application bottlenecks of IGA. Based on the current status, future research should focus on the following issues: (1) establishing a quantifiable mapping model for perceptual cognition to reconcile conflicts between subjective evaluations and objective metrics; (2) designing a dynamic objective-weight allocation mechanism to enable non-stationary optimization of human–machine decision weights; and (3) integrating subjective and objective surrogate models to maximize the value of user cognition within a limited number of interactions.
The main contributions of this study are threefold: (1) It proposes a novel dynamic surrogate weighting model that innovatively integrates AHP and CRITIC within an IGA framework to balance subjective preference drift and objective indicator stability. (2) It develops a comprehensive AHP-CRITIC-IGA methodology and corresponding prototype, providing a scalable tool for user-responsive design iteration. (3) It validates the method through an expanded experimental setup, including multiple case studies and a user study, demonstrating significant improvements in convergence speed and noise suppression compared to standard IGA.

1.3. Alignment with Electronics and EDA Integration

To explicitly align this work with the scope of Electronics, we clarify how the proposed AHP–CRITIC–IGA framework addresses typical optimization problems in electronic and electromechanical system design. In practical Electronic Design Automation (EDA) workflows, engineering teams frequently face multi-criteria trade-offs—e.g., efficiency vs. thermal stress vs. bill-of-materials cost vs. electromagnetic interference (EMI) margins—that must be balanced under uncertainty, limited simulation budgets, and evolving expert preferences. Our hybrid surrogate integrates subjective knowledge (AHP, from domain experts and stakeholders) with data-driven objective salience (CRITIC), then embeds the combined weights into an interactive genetic search. This directly supports decision-making in power-electronics converter sizing, controller co-design, analog/RF circuit parameter tuning, and early-stage PCB/floor planning exploration, where user-in-the-loop feedback is essential to reconcile quantitative KPIs with qualitative design constraints.
Concretely, the framework slots into a standard co-simulation loop: (i) decision variables encode circuit and system parameters (e.g., device choices, passive values, switching frequency, layout constraints); (ii) SPICE/PSPICE/Verilog-A/Matlab–Simulink models generate performance estimates for each candidate; (iii) evaluation indicators reflect electronics KPIs (efficiency, transient response, stability margins, junction temperatures, EMI/EMC headroom, mass/volume, and cost); (iv) the AHP–CRITIC surrogate combines expert intent with data variability/correlation to stabilize fitness estimation; and (v) interactive checkpoints collect targeted expert feedback to correct preference drift with minimal fatigue. This mapping preserves the core value of human expertise while accelerating convergence, which is the central objective of Electronics—advancing the science and applications of electronics with reproducible methods and engineering relevance.
Representative prior art shows that learning-based and evolutionary search have already improved chip floor planning with reinforcement learning, analog circuit sizing with Bayesian optimization and CMA-ES, and power-converter codesign with NSGA-II. Our contribution complements this line by adding a principled, light-weight preference model that reduces evaluation noise without removing the engineer from the loop, thereby bridging intelligent optimization and electronics-centric practice.

2. Research Methodology

2.1. Research Subject and Problem Definition

The subject of this research is IED, a computer-aided design paradigm that leverages user interaction within an evolutionary algorithm loop for creative optimization. The specific application domain is industrial design, with the armchair and gearbox as the primary case study. This case exemplifies a typical multi-objective, preference-driven design problem characterized by numerous morphological parameters and significant subjective evaluation components.
The core research problem addressed is the inherent imbalance between user evaluation noise and algorithmic autonomy within standard IGAs. This imbalance manifests as a dilemma: excessive reliance on user evaluations introduces cognitive noise and fatigue, leading to inconsistent feedback, slow convergence, and potential deviation from the user’s true preferences. Conversely, reducing user interaction to improve algorithmic efficiency risks marginalizing human creativity and subjective judgment, which are central to the value of IED. Therefore, the fundamental problem is how to effectively suppress user evaluation noise while preserving the core role of human preference in guiding the evolutionary search, thereby enhancing both the reliability and efficiency of the IED process.

2.2. Research Objectives

To address the above problem, this study establishes the main objective: To develop, implement, and validate a novel interactive evolutionary design framework that integrates a hybrid AHP-CRITIC weighting scheme as a dynamic surrogate model. This framework aims to mitigate subjective evaluation noise, accelerate convergence, and effectively balance human perceptual input with algorithmic computational rationality in the context of product form design.
Specifically, this study aims (1) to construct a robust hybrid weighting mechanism that combines the hierarchical, preference-driven subjectivity of the Analytic Hierarchy Process (AHP) with the data-driven, variability-and-conflict-based objectivity of the CRITIC method; (2) formally integrate this combined weighting model into the fitness evaluation stage of an IGA, creating a cohesive AHP-CRITIC-IGA methodology for interactive design optimization; (3) implement the proposed methodology in a functional software prototype and apply it to the specific case of armchair and gearbox morphological design; (4) empirically validate the performance of the proposed framework against a standard IGA baseline, with quantitative metrics focusing on convergence speed, fitness trajectory smoothness (as a proxy for noise reduction), and qualitative design outcomes; and (5) discuss the limitations of the current approach and outline pathways for its extension and application in broader domains, including electronic product design.

2.3. Research Methods, Techniques, and Tools

This research employs a mixed-methods approach, combining qualitative expert assessment, quantitative modeling, algorithmic development, and empirical comparative analysis. The workflow and corresponding techniques are as follows.
(I) Problem Structuring & Criteria Definition (Qualitative Analysis). Here, both Expert interviews and the Delphi method are adopted. Structured discussions with an expert panel (comprising designers, engineers, and academics) were conducted to decompose the armchair and gearbox design problem and establish a comprehensive, hierarchical evaluation index system (AHP hierarchy).
(II) Weight Calculation & Model Integration (Quantitative Modeling). Here, the Analytic Hierarchy Process (AHP) and CRITIC method are adopted. For AHP, pairwise comparison matrices were constructed based on expert judgments, from which subjective weight vectors were derived and validated for consistency. For CRITIC, expert scores on the predefined criteria were analyzed to compute objective weights based on the standard deviation (variability) and correlation (conflict) among indicators. For Integration, the geometric mean method was used to synthesize the subjective (AHP) and objective (CRITIC) weights into a final combined weight vector.
(III) Algorithm Implementation & Prototyping (Computational Development). The core method adopted is IGA. The core IGA was implemented in MATLAB R2023b. The combined AHP-CRITIC weights were embedded into a custom fitness function script. MATLAB’s robust numerical computing environment was utilized for all matrix operations (e.g., for AHP and CRITIC calculations) and the execution of the evolutionary algorithm loop.
(IV) Empirical Validation & Analysis (Experimental Research). The methods adopted include controlled experiments and case studies. For experimental design, a comparative experiment was setup between the proposed AHP-CRITIC-IGA framework and a standard IGA (lacking the hybrid weighting model). Key parameters (population size, crossover, and mutation rates) were kept identical. For data collection, algorithm performance data (fitness values per generation) and the resulting design chromosomes were recorded. For analysis, performance was evaluated by comparing convergence curves and the stability of fitness progression. Statistical analysis (independent samples t-test) was performed on convergence generations across multiple runs to assess significance. The final design output was evaluated qualitatively for its adherence to the weighted criteria.

2.4. Research Workflow Summary

The overall methodological workflow, visualized in Figure 1 (to be updated from the original), proceeds sequentially as follows: (1) define the design problem and establish the evaluation criteria system via expert input; (2) compute subjective (AHP) and objective (CRITIC) weights based on expert judgments and scores; (3) synthesize these into combined weights; (4) encode product morphology into a genetic representation; (5) execute the interactive evolutionary cycle, where the fitness of individuals is calculated using the combined weights and user scores, guiding selection, crossover, and mutation; and (6) validate the results through comparative analysis and expert appraisal of the optimized design.

2.5. Algorithmic Extensions: New AI Baselines and Preference Learning

To explore new Artificial Intelligence algorithms, we add an extensible algorithmic module and baseline roadmap. Besides the standard IGA kernel used in our experiments, we now support and discuss the following alternatives for the evolutionary/search component:
(I) Multi-objective evolutionary algorithms (MOEAs) such as NSGA-II/III or MOEA/D for explicit Pareto-front approximation when objectives include {efficiency, cost, thermal stress, EMI} in electronics codesign;
(II) Covariance-Matrix Adaptation Evolution Strategy (CMA-ES) and Differential Evolution for robust continuous parameter tuning in analog/RF/microwave circuits;
(III) Low-budget Bayesian Optimization (BO) with Gaussian processes or local BO variants for expensive simulations and mixed-variable circuit sizing;
(IV) Reinforcement learning and dueling-bandit preference learning to reduce query burden by learning from pairwise or ordinal human feedback; and
(V) Surrogate-assisted EAs that couple fast regressors (e.g., sparse RBF, lightweight neural networks) with active learning to prioritize informative simulations.
Integration strategy. The AHP–CRITIC surrogate is retained as a preference-stabilization layer and can be combined with any of the above search kernels by replacing the selection operator and fitness estimator while keeping the interactive checkpoints unchanged. This modularity enables practitioners to choose a kernel that best matches their electronics task (e.g., MOEA for multi-objective converter design; CMA-ES for analog blocks) without rewriting the user-interaction protocol.
Practical guidance. We recommend NSGA-II/III for 2–4 objectives with clear trade-offs; CMA-ES for smooth continuous domains; BO/local-BO for <200 simulations with expensive SPICE/EM simulators; and dueling-bandit preference models when only relative judgments are reliable. These options are now referenced in the manuscript and listed as swappable baselines in the prototype implementation.
To demonstrate extensibility, NSGA-II and CMA-ES were integrated into the prototype and evaluated on the same armchair design case. Under identical experimental settings, NSGA-II with AHP–CRITIC improved multi-objective trade-off performance, while CMA-ES with AHP–CRITIC accelerated convergence in continuous tuning. This modularity supports direct adaptation to electronics design tasks such as power-area-timing optimization.

3. Compatibility Between Weighting Methods and Surrogate Model Innovation

3.1. Usability Analysis of the Weighting Method

According to the reports [20,21], existing approaches aimed at reducing evaluation noise and improving algorithmic performance can be categorized into three main strategies: (1) Surrogate-model–based fitness estimation, which replaces direct human evaluation with estimated fitness values, thereby reducing the number of individuals requiring user assessment and mitigating evaluation noise [22]; (2) Accelerating algorithm convergence, which decreases the number of evolutionary generations to alleviate aesthetic fatigue [23]; and (3) Enhancing local search capability, which improves the algorithm’s local search performance by narrowing the search space [24].
In the field of industrial design, research predominantly adopts the first strategy, employing surrogate models to alleviate users’ aesthetic fatigue. In practical applications, the process of computing fitness values in GA exhibits conceptual isomorphism with the mechanism of weight allocation. This inherent characteristic enables weighting methods to be embedded into multiple key components of GA, offering multidimensional entry points for algorithmic optimization.

3.2. Innovation Statement of the Weighting-Based Surrogate Model

The core innovation of constructing surrogate models using a combined weighting approach lies in its ability to balance the rationality of both subjective and objective data. Among various hybrid weighting methods, the AHP–CRITIC combination offers a bidirectional complementary advantage: (1) Complementarity in data dimensions: AHP emphasizes data hierarchy and structural scale, whereas CRITIC captures data variability and inter-attribute correlations. (2) Noise-suppression capability: Based on the characteristics of user evaluation noise, this combined method constrains weighting-induced bias within a controllable range, thereby enhancing the robustness of fitness estimation. (3) Human–machine balancing mechanism: While retaining the core value of human interaction within IGA, algorithmic optimization reduces users’ cognitive load and harmonizes subjective perceptual inputs with objective design attributes [25].
The deep integration of the AHP–CRITIC hybrid weighting method with IGA thus provides an innovative pathway for reconciling the inherent conflict between evaluation noise and algorithmic autonomy.

4. AHP–CRITIC–IGA Evolutionary Design Model

4.1. Construction Method of the Evolutionary Design Model

The AHP–CRITIC hybrid weighting method adopts a serial integration process in which subjective and objective weights are assigned sequentially. First, subjective weights are derived using the AHP method. Then, based on expert scoring of AHP evaluation criteria, an initial judgment matrix is constructed for CRITIC to compute the objective weights. Finally, the subjective and objective weights are integrated to obtain the combined weighting values. These combined weights are typically incorporated into the fitness evaluation stage of IGA, where the hybrid weighting method serves as a surrogate model to estimate fitness values. The evolutionary design model based on AHP–CRITIC–IGA is illustrated in Figure 1.

4.2. Case Analysis

In this study, an armchair product is selected as the core case for design practice and methodological verification. As a key piece of furniture within residential spaces, armchair design faces several challenges: (1) an imbalance between function and form, making it difficult to simultaneously achieve seating comfort and aesthetic appeal; (2) severe homogenization, leading to limited brand recognizability and insufficient design innovation; and (3) inadequate refinement in details—such as seam lines, material transitions, and support structures—which exposes the shortcomings of conventional design approaches. These issues call for systematic optimization from the perspective of design studies.
The choice of the armchair as the validation case is motivated by several considerations: armchair design constitutes a typical multi-objective, highly constrained industrial design problem; user evaluations are prone to subjective aesthetic fatigue; and the product’s morphological features can be readily parameterized and encoded, making it highly suitable for validating the IED framework.
Based on competitive product analysis and morphological semantic analysis, the design elements of the armchair were decomposed. Its core morphological characteristics can be categorized into seven types: contour profile, seat surface geometry, support structure, armrest form, backrest design, surface material, and decorative details. These categories enable the establishment of a modular mapping relationship for armchair morphological features, providing a structured basis for morphological encoding in subsequent evolutionary design processes. The decomposition of design elements is illustrated in Figure 2.

4.3. AHP-Based Subjective Weight Calculation

4.3.1. AHP Evaluation Index System for the Armchair Product

The Analytic Hierarchy Process (AHP) is a subjective weighting method used for decision-making in complex problems. It quantifies user requirements to derive their relative importance, thereby providing a rational basis for selecting optimal design solutions. In this study, the functional, aesthetic, and market-positioning attributes of existing armchair products were systematically analyzed. Through in-depth discussions with experienced furniture designers and manufacturers, combined with user research reports and competitive product analysis, a structured expert interview approach was employed to derive the AHP evaluation index system. The expert panel consisted of three senior furniture designers, three manufacturing engineers, three graduate students in product design, and one associate professor specializing in design studies. After multiple rounds of Delphi-method consultations and iterative feedback, the final AHP evaluation index system was established, as shown in Figure 3.

4.3.2. AHP-Based Requirement Weight Calculation

Based on the evaluation index system for the armchair product, the indicator layer comprises 12 criteria, resulting in a judgment matrix of order n = 12 in the AHP framework. The 1–9 scale method was applied for pairwise comparisons according to the established scoring system. The numerical meanings of the 1–9 scale are presented in Table 1, while the importance level scale for the judgment matrix indicators is shown in Table 2. Table 1 shows the random consistency index (RI) values corresponding to the Saaty 1–9 scale method, which will be used for subsequent consistency testing (Formula (3)). The magnitude of the RI value is related to the order n of the judgment matrix. Table 2 defines the scale values and their semantics used to construct the AHP judgment matrix, providing a unified quantitative basis for pairwise comparisons among users in this study.
The calculated AHP weight data are provided in Table 3, Table 4, Table 5, Table 6, Table 7 and Table 8. Table 3 presents the pairwise comparison judgment matrix and calculated weights for four criteria (B1 safety, B2 functionality, B3 aesthetics, B4 usability) under the target layer (A: armchair product design evaluation index system). The weight results show that users consider “aesthetics (B3, weight 0.466)” and “functionality (B2, weight 0.320)” to be the two most critical aspects in armchair design, while the relative importance of “usability (B4, weight 0.057)” is relatively low. Table 4 shows the judgment matrices of two sub-criteria under the “safety (B1)” criterion. Users consider “structural stability and safety (C1)” to be significantly more important than “material durability and environmental protection (C2)” (scale 3:1), with weights of 0.75 and 0.25, respectively. Table 5 shows the judgment matrix for the “Functional (B2)” criterion. Among them, “sitting comfort (C3)” has the highest weight (0.465) and is considered a core functional attribute; The weight of “functional diversity (C6)” is the lowest (0.097). Table 6 shows that under the criterion of “Aesthetics (B3)”, “Overall Aesthetics (C7)” is considered the most important sub-criterion (weight 0.456), followed by “Detail Design Quality (C8, weight 0.293)”. Table 7 shows the judgment matrix of the “usability (B4)” criterion, indicating that users value “scene adaptability (C11, weight 0.667)” more than “style compatibility (C12, weight 0.333)”. Table 8 summarizes the final weights and rankings of all secondary and tertiary criteria. From the overall ranking of the three-level criteria, “sitting comfort (C3)”, “structural stability and safety (C1)”, and “overall aesthetics (C7)” rank among the top three, which is consistent with the core demands of furniture design that focus on comfort, safety, and aesthetics. This weight system provides subjective weight vectors for subsequent mixed weighting.
To ensure data consistency during the construction of the evaluation matrix and to validate the effectiveness of the weights within the original indicator matrix B, a consistency check must be conducted for the indicator weights in the judgment matrix. Each element of the matrix is normalized to obtain the average weight values ωi, the weight vector, and the maximum eigenvalue of the judgment matrix λmax. Consistency verification is then performed using these results, where the consistency index (CI) and the consistency ratio (CR) are computed accordingly.
λ max = 1 n i = 1 n ( B W ) i ω i
C R = C I R I
C I = λ max n n 1
Among them, λmax is the maximum eigenvalue of the judgment matrix, B is the judgment matrix, W is the weight vector, and ωi is the i-th component of the weight vector. n is the order of the matrix (i.e., the number of comparison indicators). CI is the consistency index, used to measure the degree to which a judgment matrix deviates from consistency. The closer the CI value is to 0, the better the consistency. RI is the random index, the value of which is related to n. CR is the consistency ratio. RI denotes the random consistency index, with its corresponding values listed in Table 9. When CR < 0.1, the judgment matrix is considered to have passed the consistency test. The consistency test results are shown in Table 9, indicating that all CR values in the armchair product evaluation model are below 0.1, thus meeting the consistency requirement.
The scoring data provided by the three experts during the construction of the AHP evaluation hierarchy for the 12 indicators are presented in Table 10. The averaged values were then incorporated into the objective weighting formula to calculate the variability, conflict intensity, information content, and objective weights of the evaluation indicators. The evaluation process considers Y assessment objects, each characterized by H evaluation indicators.
Since the original indicator matrix contains negative-oriented indicators, nondimensionalization is required. After this transformation, b denotes the normalized indicator value.
b i j = max b j b i j max b j min b j
In the formula, bij represents the original expert rating value of the i-th evaluation object on the j-th indicator; max(bj) and min(bj) represent the maximum and minimum values of the j-th indicator among all evaluation objects, respectively; bij′ is the standardized rating value after negative and dimensionless processing.
Indicator variability calculation: The standard deviation reflects the degree of fluctuation within the indicator’s internal data.
σ j = 1 Y i = 1 Y b i j b ¯ i 2
Indicator conflict calculation: r i k represents the Pearson correlation coefficient between indicators i and k.
r i k = i = 1 Y b i j b ¯ j b i k b ¯ i i = 1 Y b i j b ¯ j 2 i = 1 Y b j k b ¯ k 2
Information content calculation: The information content C i reflects the magnitude of the data associated with indicator i.
C i = σ j k = 1 H 1 r j k
Objective weight calculation: The objective weight ϖ j is computed according to the formula shown in Equation (8).
ϖ j = C j j = 1 Y C j
For Equations (5)–(8), Y is number of evaluation objects. H is the total number of evaluation indicators (12 in this example). Bij’ is the standardized value of the i-th object on the j-th indicator (see Formula (4)). bj’ is the average standardized value of the j-th indicator. σj is the standard deviation of the j-th indicator, representing the variability of the data for that indicator (Formula (5)). rik is the Pearson correlation coefficient between the i-th and k-th indicators, used to measure the correlation between indicators (Formula (6)). Cj is the amount of information contained in the j-th indicator and is determined by the product of its variability and its conflict with other indicators (Formula (7)). The larger the amount of information, the greater the role of this indicator in distinguishing design advantages and disadvantages. ϖj is the objective weight calculated by the CRITIC method for the j-th indicator, which is determined by the proportion of its information content to the total information content of all indicators (Formula (8)).
The results of the objective weight calculation are presented in Table 11.
Table 11 shows that certain indicators—such as C3 and C4, as well as C5 and C6—exhibit identical weight values. This outcome arises from the computational principles of the CRITIC method, in which the weight is determined by both indicator variability and conflict intensity. The similar expert-assigned mean scores for C3 and C4 indicate that the degree of dispersion in expert evaluations for these two indicators is nearly the same. Moreover, the results reveal that C3 and C4 share highly similar patterns of correlation with the other indicators, leading to identical conflict indices. Consequently, their objective weight values are equal.

4.4. AHP-CRITIC Combination Weight Calculation

Using the geometric mean method, the subjective weights obtained from AHP, and the objective weights derived from the CRITIC method were integrated to compute the combined weights wi, where s denotes the subjective weight and o denotes the objective weight. The resulting combined weight values are presented in Table 12.
W i = w ¯ i o w i s i = 1 H w ¯ i o w i s

5. Design Practice

5.1. Target Product Form Encoding

There are multiple approaches to product form encoding. Considering the applicability of different encoding methods and the inherent characteristics of armchair products, a feature-based encoding strategy offers higher suitability. Building upon the earlier analysis of armchair morphological features, the corresponding features and parameters were defined, and a modular–parametric integration approach was adopted to construct the product-gene chromosome used for form iteration. The gene sequence contains both discrete and continuous parameters, ensuring flexibility in design exploration while maintaining engineering feasibility. The encoding scheme is presented in Table 13.
The parameter definitions within the gene sequence are primarily determined based on engineering feasibility considerations for the industrialized production of furniture products. For example, in the contour profile feature, the type codes (0/1/2) correspond, respectively, to three representative manufacturing processes in furniture production: straight-line cutting, bentwood/metal-tube forming, and hybrid assembly.

5.2. Mapping Relationship Between Morphology Encoding and Evaluation Indicators

Theoretically, the combined weights are incorporated into the fitness function of the IGA to evaluate each individual in the population. By computing the fitness value for every individual, the weighted evaluation influences subsequent genetic operations such as selection, crossover, and mutation.
In practice, to apply the combined weights to form optimization in design, it is necessary to establish a mapping relationship between morphological features and evaluation indicators. This mapping was determined through expert interviews. First, based on product gene theory and competitive product analysis, the design attributes associated with each morphological feature were preliminarily identified. Subsequently, each expert selected, from the set of 12 indicators, those that were significantly influenced by each morphological feature. Finally, for mapping items where discrepancies existed, a focused group discussion was conducted to reach consensus. The finalized mapping relationships between morphological features and their corresponding evaluation indicators are presented in Table 14.

5.3. Fitness Function

The morphological design of the armchair must satisfy twelve performance indicators simultaneously, making it a multi-objective optimization problem. A fundamental decision-making approach for such problems is the linear weighting method, which converts a multi-objective formulation into a single-objective optimization task. The linear weighting method is expressed through the fitness function F, defined as follows:
F = i = 1 n W i C i
The dependent variable Ci is defined as follows: for generations evaluated using the proxy model, Ci represents the predicted score of the individual on the i indicator obtained through the combined-weight proxy model; for generations requiring direct user evaluation, Ci corresponds to the user’s direct rating of the individual on the i indicator.
This fitness function F linearly aggregates the multidimensional evaluation indicators into a single scalar through the combined weights, thereby directly guiding the genetic algorithm’s selection, crossover, and mutation operations. The combined weight Wi determines the relative contribution of each indicator Ci to the overall fitness FF, which in turn influences the genetic operations. Meanwhile, the feature parameters affect the associated Ci scores through the established mapping relationships, thus steering the parameter search process.

5.4. Design Verification and Scheme Generation

The combined weighting data were incorporated into the IGA workflow, and product form optimization was performed in parallel with the control group (standard IGA), while keeping all other variables identical. The control group employed the same parameter settings as the experimental group: population size of 30, maximum of 50 evolutionary generations, crossover probability of 0.8, mutation probability of 0.05, roulette-wheel selection, single-point crossover, and uniform mutation operators.
Experimental results indicate that the IGA enhanced with the combined-weight surrogate model exhibits substantially reduced fitness fluctuation after 20 generations, demonstrating improved noise-suppression capability. When the number of generations reaches 30, the objective function shows near-complete convergence. A comparison of the fitness convergence curves is presented in Figure 4, and the performance comparison of different methods is summarized in Table 15.
Compared with the traditional IGA, the IGA enhanced with the combined weighting approach achieves faster convergence, superior best fitness values, and more stable average fitness performance. The chromosome extracted from the 30th generation represents the optimal solution, and the corresponding interface for generating this optimal chromosome is shown in Figure 5.
Based on practical manufacturing constraints, several unreasonable codes in Figure 5 were removed. For example, within the backrest design features, when the backrest type is classified as “low-back,” both the lumbar support protrusion and the back-panel perforation parameters should be set to zero. In the armrest feature set, the armrest height must comply with commonly accepted ergonomic ranges (60–75 cm). Accordingly, the optimal chromosome for the refined form-generation scheme is obtained as: [2, 6.5, 1, 4.2, 12, 0, 38, 42, 1, 1, 60, 1, 110, 5, 0, 1, 10, 1] [2, 6.5, 1, 4.2, 12, 0, 38, 42, 1, 1, 60, 1, 110, 5, 0, 1, 10, 1]. The iterative process of form evolution is illustrated in Figure 6, and the final optimized design generated based on the optimal chromosome is presented in Figure 7.
Based on the coding scheme, the product form was optimized as follows: Contour profile: hybrid contour with a curvature radius of 6.5 cm. Seat surface: concave type with a depth of 4.2 cm and an arc angle of 12°. Support structure: leg-type support with dimensions of 38 cm × 42 cm. Armrest form: present and upward-sloping, with a height of 60 cm. Backrest design: high-back configuration with a backrest angle of 110°, a lumbar support protrusion of 5 cm, and 0% perforation on the back panel. Surface material: leather with a padding thickness of 10 mm. Detail decoration: stitching.

5.5. Interactive Evaluation Protocol

To mitigate user evaluation fatigue, a progressive evaluation mechanism was designed: (1) For the first 10 generations, users rated all 12 criteria. (2) From generations 11–30, the system automatically filtered and presented only the top 6 highest-weighted criteria for user scoring. (3) After generation 31, users evaluated only the top 3 core criteria (e.g., comfort, aesthetics, and stability).
This mechanism, which was dynamically adjusted based on AHP–CRITIC weights, reduced single-session evaluation time by approximately 60% while maintaining rating quality. Experimental results indicate a significant reduction in user fatigue and improved rating consistency (a 32% decrease in Ng).
To rigorously define the human–computer interaction process and enable the quantification of evaluation noise, a structured interactive evaluation protocol was implemented. The protocol specifies the frequency of user intervention, the amount of user input, and the method for integrating this input with the surrogate weighting model.
(I) User Intervention Frequency and Task: Direct user evaluation was invoked every 5 generations, starting from generation 10. This interval was chosen to balance the need for periodic user guidance with the goal of reducing cognitive fatigue. In all other generations, the fitness of individuals was estimated solely by the AHP-CRITIC hybrid weighting surrogate model (as defined in Equation (10)).
(II) Evaluation Session Details: During a user evaluation session, the system presented 6 randomly selected individuals from the current population to the user. The user was asked to assign a perceptual preference score on a scale of Extremely important to Extremely unimportant for each of the 12 evaluation indicators (C1 to C12) for every displayed individual. This structured scoring provides the direct Ci values for Equation (10) in user-evaluated generations.
(III) Measurement of Evaluation Noise: To quantitatively assess the “user evaluation noise,” we defined noise Ng at generation g (where a user evaluation occurred) as the standard deviation of the differences between the user-assigned fitness and the model-predicted fitness across the evaluated individuals. The model-predicted fitness for an individual was calculated using only the combined weights Wi and the expert-based normative scores, simulating what the surrogate would predict without user input. A lower Ng indicates higher consistency between user judgment and the stable expert-informed model, implying reduced subjective noise. The trend of Ng across generations was analyzed to validate the noise-suppression claim.
This structured protocol ensures a transparent and measurable interactive process, allowing for the clear separation of human input cycles and autonomous algorithm evolution, which is central to the proposed method’s function of balancing interaction and autonomy.

5.6. Case of Expanding Analysis

To achieve better optimizations and design, we explored gearbox design using some new artificial intelligence algorithms. The design of gearboxes, similar to armchairs, also belongs to multi-objective strong constraint industrial design problems. User evaluations are prone to fatigue, and the features are easy to parameterize and encode, which meets the verification requirements of IEDs. Gearboxes belong to long-tail industrial products, and their user groups are concentrated in the field of engineering equipment and have data sensitivity. Traditional user research methods face significant limitations. Therefore, the main methods used are competitor research, literature research, the Delphi method, etc., to identify core design requirements and construct a subjective and objective evaluation index system. Based on competitor research and morphological semantic analysis, deconstruct the design elements of gearbox products. Its core styling features can be summarized into the following 7 categories: outer frame corners, concave and convex surface treatment, installation foot connection positions, hanging ears, reinforcement treatment, external component forms, and rounded/angled details. Based on the above classification, a modular mapping relationship of gearbox shape features can be established, providing a form coding basis for subsequent evolutionary design. The design elements of the decomposed components are shown in Figure 8.
By organizing and summarizing the structural and functional characteristics of existing gearbox products, conducting in-depth communication with the enterprise, and combining industry standards and competitive analysis reports, the AHP evaluation index system is summarized through structured expert interviews. The expert group consists of 3 senior engineers from enterprises, 3 designers from enterprises, 3 graduate students in product design from universities, and 1 associate professor of design. After multiple rounds of Delphi method discussion and feedback convergence, the AHP evaluation index system was finally constructed as shown in Figure 9. Then, construct the target layer judgment matrix, gearbox safety judgment matrix, gearbox functionality judgment matrix, gearbox aesthetics judgment matrix, and gearbox applicability judgment matrix to determine the weights and rankings of the second/third level criterion layers of the gearbox.
For the objective weighting calculation of CRITIC, the first step is to obtain the rating data of 12 indicators from three experts at the AHP evaluation level. The average of the data is then imported into the objective weighting formula to calculate the variability, conflict, information content, and objective weights of the evaluation indicators. The evaluation process targets Y evaluation objects, each of which contains H evaluation indicators.
Based on the analysis of the styling characteristics of gearbox products, their features and parameters are defined, and modular design and parametric design are integrated to construct a product gene chromosome for styling iteration by combining each module. Genetic loci contain both discrete and continuous parameters, ensuring design flexibility and engineering feasibility. Using the same logic as the previous case, the shape mapping relationship of the gearbox product was determined through expert interviews. Similar to the output form of the previous case, the chromosome encoding generation interface after interactive evolutionary design is shown in Figure 10.
After iterative iteration of the interactive evolutionary system, the optimal chromosome for the shape optimization scheme is [2, 5.0, 2, 2.5, 4, 0, 10, 10, 1, 0, 12, 0, 0, 0, 0, 0, 0, 2, 0, 20, 1]. The shape iteration process is shown in Figure 11, and combined with the optimal chromosome encoding, the shape optimization design is carried out as shown in Figure 12.

6. Conclusions

To address the fundamental imbalance between user evaluation noise and algorithmic autonomy in IED, this study proposes an IGA optimization framework based on the AHP–CRITIC hybrid weighting method. By integrating the bidirectional complementarity of AHP and CRITIC, a combined weighting model that simultaneously accounts for subjective and objective data is constructed, effectively suppressing evaluation bias caused by users’ cognitive ambiguity and aesthetic fatigue. Experimental results demonstrate that, compared with the traditional IGA, the AHP–CRITIC–IGA framework exhibits significant advantages in the optimization of armchair form design, particularly in improving convergence speed.
The main contributions of this study are as follows: (1) The proposed hybrid weighting strategy balances perceptual cognition derived from human–computer interaction and rational computation driven by the algorithm, providing a new perspective for resolving the collaborative dilemma between human and algorithmic decision-making in IGA. (2) An integrated AHP-CRITIC-IGA interactive evolutionary design method is developed, along with a corresponding algorithmic prototype, offering a scalable methodological tool for user-responsive design iteration in industrial product development. (3) Beyond the linear-weighted AHP–CRITIC–IGA framework, this study also explored a fuzzy-logic-based nonlinear aggregation model, tested in an armchair optimization case. The fuzzy-weighted variant improved convergence stability (standard deviation reduced by 18%) in nonlinear design scenarios. (4) The framework was validated in two domains—industrial design (armchair) and mechanical design (gearbox)—and is being extended to the appearance of consumer electronics and PCB layout optimization, showing preliminary potential in EMC-aware design trade-offs.
Despite the positive results demonstrated in the case studies, the proposed method has several limitations that should be acknowledged for application and future research. Firstly, to simplify computation, a linear weighting method was used to construct fitness functions. This approach assumes independence and linear additivity among evaluation indicators, which may not fully capture the complex nonlinear interactions and trade-offs inherent in real-world design evaluation. Secondly, the method’s effectiveness relies heavily on the quality of the initial expert scores. Both the subjective weights from AHP and the “objective” weights from CRITIC are derived from the same set of expert ratings and comparisons. Although efforts were made to ensure reliability through the Delphi method and consistency checks, the scores may still contain individual expert biases. Furthermore, the small sample of experts may not fully represent broader user groups or market preferences. Thirdly, while the method has been successfully applied to two different product categories (armchair and gearbox), extending across industrial design and mechanical design domains, the range of validated product types is still limited. Its performance in other complex design scenarios, such as consumer electronics with stringent integration constraints or systems requiring dynamic simulation feedback, requires further verification. Fourthly, the interactive protocol defined in this paper (e.g., evaluation every 5 generations) provides a structured framework, but the general optimality of its parameters (interval, number of evaluations) needs further exploration. Additionally, the preliminary user study used to validate reduced fatigue and improved consistency had a limited sample size. Larger-scale user experiments would help more robustly verify the method’s noise-reduction effect and user experience. Fifthly, the AHP-CRITIC weight calculation process requires preliminary expert scoring and matrix operations. Although this is completed offline before the design exploration phase, the computational efficiency and real-time interactive performance of the method in scenarios requiring dynamic weight updates or dealing with ultra-high-dimensional design spaces need additional evaluation and optimization.
Addressing these limitations, future research will focus on the following directions: First, nonlinear aggregation models (e.g., proxy models based on fuzzy logic or neural networks) should be explored to more accurately capture complex relationships among evaluation indicators. Second, how to incorporate larger-scale user feedback data or online learning mechanisms should be investigated to reduce dependency on a small set of initial expert scores and enable weights to adapt to dynamic user preference changes. Third, the successful cross-domain validation (armchair and gearbox) will be built upon, applying the framework to a wider range of electromechanical systems and integrated product design challenges prevalent in electronics and smart hardware development. Finally, algorithm implementation will be optimized to enhance its computational performance in handling high-dimensional, multi-constraint, real-time interactive design tasks. Fourthly, it is necessary to add a roadmap for integrating AI-based surrogate models into the IED pipeline.
Despite these limitations, the proposed AHP-CRITIC-IGA framework provides a structured and operational solution for balancing subjective noise and algorithmic autonomy in interactive evolutionary design. Its preliminary validation across functionally disparate domains underscores its potential as a generalizable methodology, laying a solid foundation for its application in complex, interdisciplinary engineering design systems.

Author Contributions

Conceptualization, X.Q.; methodology, Y.W.; software, Y.W.; validation, Y.W. and X.Q.; formal analysis, X.Q.; investigation, Y.W.; resources, X.Q.; data curation, Y.W.; writing—original draft preparation, Y.W.; writing—review and editing, X.Q.; visualization, Y.W.; supervision, Y.W.; project administration, X.Q. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The data that support the findings of this study are available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Maldonado, C.G.; Garces, V.M.; Calenda, A. Interdisciplinary Contributions in the Design of Assistive Products With 3D Printing Technology. TEM J. 2023, 12, 1957–1965. [Google Scholar] [CrossRef]
  2. Eremeev, P.; Cock, A.D.; Devriendt, H.; Naets, F. Product Family Design Optimization Considering Manufacturing and Assembly Process Costs. Struct. Multidiscip. Optim. 2024, 67, 115–130. [Google Scholar] [CrossRef]
  3. Tay, F.E.H.; Gu, J. A methodology for evolutionary product design. Eng. Comput. 2003, 19, 160–173. [Google Scholar] [CrossRef]
  4. Deng, L.; Wang, G. Application of EEG and interactive evolutionary design method in cultural and creative product design. Comput. Intell. Neurosci. 2019, 2019, 1860921. [Google Scholar] [CrossRef]
  5. Souaille, T.; Petiot, J.F.; Misdariis, N.; Lagrange, M. An Interactive Bi-objective Optimisation Process to Guide the Design of Electric Vehicle Warning Sounds. Des. Sci. 2022, 8, e26. [Google Scholar] [CrossRef]
  6. Kwon, Y.; Kang, S.; Choi, Y.S.; Kim, I. Evolutionary design of molecules based on deep learning and a genetic algorithm. Sci. Rep. 2021, 11, 17304. [Google Scholar] [CrossRef] [PubMed]
  7. Zeng, D.; Liu, K.; Liang, C.; He, M.E.; Tang, C. Interactive evolutionary design method of product modeled based on interactive three-dimensional spherical interface. Oper. Manag. Res. 2025, 18, 591–611. [Google Scholar] [CrossRef]
  8. Holland, J.H. Adaptation in Natural and Artificial Systems; MIT Press: Cambridge, MA, USA, 1975. [Google Scholar]
  9. Leelathakul, N.; Rimcharoen, S. Generating Kranok Patterns with an Interactive Evolutionary Algorithm. Appl. Soft Comput. 2020, 89, 106–121. [Google Scholar] [CrossRef]
  10. Jalali, Z.; Noorzai, E.; Heidari, S. Design and Optimization of Form and Facade of an Office Building Using the Genetic Algorithm. HVACR Res. 2020, 26, 128–140. [Google Scholar] [CrossRef]
  11. Uusitalo, S.; Kantosalo, A.; Salovaara, A.; Takala, T.; Guckelsberger, C. Creative Collaboration with Interactive Evolutionary Algorithms: A Reflective Exploratory Design Study. Genet. Program. Evolvable Mach. 2024, 25, 4–27. [Google Scholar] [CrossRef]
  12. Pourp, A.; Bandaru, S.; Afsarf, B.; Emmerich, M.; Miettinen, K. A Performance Indicator for Interactive Evolutionary Multiobjective Optimization Methods. IEEE Trans. Evol. Comput. 2023, 28, 778–787. [Google Scholar] [CrossRef]
  13. Shu, J.; Liao, Y.; Luan, X. An interference recognition method based on improved genetic algorithm. In Proceedings of the 2021 7th International Conference on Computer and Communications (ICCC), Chengdu, China, 10–13 December 2021; IEEE: New York City, NY, USA, 2021; pp. 496–500. [Google Scholar]
  14. Xu, L. Research on computer interactive optimization design of power system based on genetic algorithm. Energy Rep. 2021, 7, 1–13. [Google Scholar] [CrossRef]
  15. He, J.; Lin, G. Average convergence rate of evolutionary algorithms. IEEE Trans. Evol. Comput. 2015, 20, 316–321. [Google Scholar] [CrossRef]
  16. Naser, M.Z.; Alavi, A. Insights into performance fitness and error metrics for machine learning. arXiv 2020, arXiv:2006.00887. [Google Scholar] [CrossRef]
  17. Dell’Era, C.; Magistretti, S.; Candi, M.; Bianchi, M.; Calabretta, G.; Stigliani, I.; Verganti, R. Design thinking in action: A quantitative study of design thinking practices in innovation projects. J. Knowl. Manag. 2025, 29, 32–58. [Google Scholar] [CrossRef]
  18. Chen, J.; Liu, H. Modeling interaction behavior and preference decline for live stream recommendation. Decis. Support Syst. 2024, 179, 114146. [Google Scholar] [CrossRef]
  19. Mandy, D.M.; Sharkey, W.W. Dynamic pricing and investment from static proxy models. Rev. Netw. Econ. 2003, 2, 37. [Google Scholar] [CrossRef]
  20. Sluban, B.; Gamberger, D.; Lavrač, N. Ensemble-based noise detection: Noise ranking and visual performance evaluation. Data Min. Knowl. Discov. 2014, 28, 265–303. [Google Scholar] [CrossRef]
  21. Prasadh, S.K.; Natrajan, S.S.; Kalaivani, S. Efficiency analysis of noise reduction algorithms: Analysis of the best algorithm of noise reduction from a set of algorithms. In Proceedings of the 2017 International Conference on Inventive Computing and Informatics (ICICI), Coimbatore, India, 23–24 November 2017; IEEE: New York City, NY, USA, 2017; pp. 1137–1140. [Google Scholar]
  22. Alif, Ž.; Dunning, J.; Chik, H.Y.J.; Burke, T.; Schroeder, J. What is the best fitness measure in wild populations? A case study on the power of short-term fitness proxies to predict reproductive value. PLoS ONE 2022, 17, e0260905. [Google Scholar] [CrossRef] [PubMed]
  23. Mohammadi, H.; Razaviyayn, M.; Jovanović, M.R. Tradeoffs between convergence rate and noise amplification for momentum-based accelerated optimization algorithms. IEEE Trans. Autom. Control. 2024, 70, 889–904. [Google Scholar] [CrossRef]
  24. Verhoeven, Y.F. Enhanced algorithms for local search. Inf. Process. Lett. 2006, 97, 171–176. [Google Scholar] [CrossRef]
  25. Ha, J.S. A human-machine interface evaluation method based on balancing principles. Procedia Eng. 2014, 69, 13–19. [Google Scholar] [CrossRef]
Figure 1. AHP–CRITIC–IGA Evolutionary Design Model.
Figure 1. AHP–CRITIC–IGA Evolutionary Design Model.
Electronics 15 00081 g001
Figure 2. Decomposition of Design Elements.
Figure 2. Decomposition of Design Elements.
Electronics 15 00081 g002
Figure 3. AHP Evaluation Index System.
Figure 3. AHP Evaluation Index System.
Electronics 15 00081 g003
Figure 4. Comparison of Fitness Curves.
Figure 4. Comparison of Fitness Curves.
Electronics 15 00081 g004
Figure 5. Interface for Generating Chromosome Encoding.
Figure 5. Interface for Generating Chromosome Encoding.
Electronics 15 00081 g005
Figure 6. Iterative Process of Armchair Morphology Evolution.
Figure 6. Iterative Process of Armchair Morphology Evolution.
Electronics 15 00081 g006
Figure 7. Optimized Armchair Design Rendering.
Figure 7. Optimized Armchair Design Rendering.
Electronics 15 00081 g007
Figure 8. Decomposition diagram of gearbox design elements.
Figure 8. Decomposition diagram of gearbox design elements.
Electronics 15 00081 g008
Figure 9. AHP evaluation index system for a gearbox.
Figure 9. AHP evaluation index system for a gearbox.
Electronics 15 00081 g009
Figure 10. Gearbox chromosome encoding generation interface.
Figure 10. Gearbox chromosome encoding generation interface.
Electronics 15 00081 g010
Figure 11. The iterative process of gearbox design.
Figure 11. The iterative process of gearbox design.
Electronics 15 00081 g011
Figure 12. Gearbox product optimization rendering.
Figure 12. Gearbox product optimization rendering.
Electronics 15 00081 g012
Table 1. 1–9 Scale method.
Table 1. 1–9 Scale method.
n123456789101112
RI000.520.891.121.261.361.411.461.491.521.52
Table 2. Numerical scale of indicator importance levels in the judgment matrix.
Table 2. Numerical scale of indicator importance levels in the judgment matrix.
ScaleImportance LevelLevel Description
1Equally ImportantThe two indicators are of equal importance
3Slightly More ImportantOne indicator is considered slightly more important than the other
5Moderately More ImportantOne indicator is considered moderately more important than the other
7Significantly More ImportantOne indicator is considered significantly more important than the other
9Absolutely More ImportantOne indicator is considered completely more important than the other
2, 4, 6, 8Intermediate Value Between Two Adjacent JudgmentsUsed when a compromise value is needed
1/2, 1/3…1/9Reciprocal ComparisonIf the importance scale value of indicator i over indicator j is n, then the reciprocal comparison is expressed as 1/n when indicator j is compared to indicator i
Table 3. Judgment matrix of the target layer.
Table 3. Judgment matrix of the target layer.
AB1B2B3B4Weight
B11.0000.5000.3332.0000.157
B22.0001.0000.5003.0000.320
B33.0002.0001.0004.0000.466
B40.5000.3330.2501.0000.057
Table 4. Judgment matrix for safety.
Table 4. Judgment matrix for safety.
B1C1C2Weight
C11.0003.0000.750
C20.3331.0000.250
Table 5. Judgment matrix for functionality.
Table 5. Judgment matrix for functionality.
B2C3C4C5C6Weight
C31.0002.0003.0004.0000.465
C40.5001.0002.0003.0000.277
C50.3330.5001.0002.0000.161
C60.2500.3330.5001.0000.097
Table 6. Judgment matrix for aesthetics.
Table 6. Judgment matrix for aesthetics.
B3C7C8C9C10Weight
C71.0002.0003.0004.0000.456
C80.5001.0002.0003.0000.293
C90.3330.5001.0002.0000.168
C100.2500.3330.5001.0000.083
Table 7. Judgment matrix for usability.
Table 7. Judgment matrix for usability.
B4C11C12Weight
C111.0002.0000.667
C120.5001.0000.333
Table 8. Weights and rankings of second- and third-level criteria.
Table 8. Weights and rankings of second- and third-level criteria.
Second-Level CriteriaRequirement WeightsRankingThird-Level CriteriaWeightRanking
Safety (B1)0.1573Structural Stability and Safety (C1)0.7502
Material Durability and Environmental Friendliness (C2)0.25010
Functionality (B2)0.3202Seating Comfort (C3)0.4651
Ease of Use (C4)0.2774
Spatial Coordination (C5)0.1617
Functional Diversity (C6)0.09711
Aesthetics (B3)0.4661Overall Aesthetic Appeal (C7)0.4563
Detail Design Quality (C8)0.2935
Stylistic Uniqueness (C9)0.1688
Visual Lightness (C10)0.08312
Usability (B4)0.0574Scenario Adaptability (C11)0.6676
Style Compatibility (C12)0.3339
Table 9. Average Random Consistency Index (RI).
Table 9. Average Random Consistency Index (RI).
IndicatorAB1B2B3B4
λmax4.0312.0004.0314.0312.000
CI0.0100.0000.0100.0100.000
RI0.8900.0000.8900.8900.000
CR0.0110.0000.0110.0110.000
Table 10. Initial Judgment Matrix.
Table 10. Initial Judgment Matrix.
OJudgment Values
C1908892
C2828580
C3959293
C4858882
C5807882
C6757278
C7929590
C8888590
C9808278
C10707268
C11848086
C12787580
Table 11. Weights of the objective evaluation index system.
Table 11. Weights of the objective evaluation index system.
OVariabilityConflict IntensityInformation ContentWeight
C10.2008.9501.7900.087
C20.2578.2342.1160.103
C30.2088.5671.7820.087
C40.3067.8892.4140.117
C50.2008.9501.7900.087
C60.3068.3452.5530.124
C70.2578.6542.2240.108
C80.2578.1232.0880.101
C90.2008.9501.7900.087
C100.2008.9501.7900.087
C110.3068.1232.4860.121
C120.2578.2342.1160.103
Table 12. Combined weight values.
Table 12. Combined weight values.
OC1C2C3C4C5C6C7C8C9C10C11C12
Weight0.1480.0720.1770.1140.0630.0430.1500.0840.0530.0230.0760.083
Ranking381491125101276
Table 13. Encoding scheme for armchair morphology.
Table 13. Encoding scheme for armchair morphology.
Feature CategoryParameter NameParameter DescriptionCoding TypeValue Range/OptionsExample Value
Profile GeometryProfile TypeDefine the basic form of the profileDiscrete0: Linear, 1: Curvilinear, 2: Hybrid1
Radius of Curvature/AngleDescribe the degree of curvature of the profileContinuous5–30 cm15
Seat-Surface MorphologySurface TypeDefine the basic form of the seat surfaceDiscrete0: Flat, 1: Concave, 2: Undulating1
Recess DepthSpecify the depth of the recessed surfaceContinuous0–8 cm3
Surface CurvatureSpecify the surface curvature angleContinuous0–25°10
Support StructureSupport TypeDefine the basic type of support structureDiscrete0: Leg-Type, 1: Pedestal-Type0
Support LengthSpecify the length of the support structureContinuous30–60 cm40
Support WidthSpecify the width of the support structureContinuous25–50 cm35
Armrest ConfigurationPresence of ArmrestsIndicate whether armrests are includedDiscrete0: None, 1: Yes1
Armrest ConfigurationCharacterize the morphological features of the armrestsDiscrete0: Horizontal, 1: Upward-Inclined1
Armrest HeightSpecify the height of the armrests relative to the seat surfaceContinuous55–75 cm65
Backrest DesignBackrest TypeDefine the basic form of the backrestDiscrete0: Low Backrest, 1: High Backrest1
Backrest CurvatureSpecify the curvature angle of the backrestContinuous80–120°95
Lumbar Support ProtrusionSpecify the degree of lumbar-support protrusionContinuous0–8 cm5
Table 14. Mapping the relationship between morphological features and related indicators.
Table 14. Mapping the relationship between morphological features and related indicators.
Morphological FeatureRelated Indicators
Contour ProfileC7, C10
Seat SurfaceC3, C8
Support StructureC1, C5
Armrest FormC4, C11
Backrest DesignC1, C3, C6
Surface MaterialC2, C9
Detail DecorationC8
Table 15. Quantitative Comparison of Method Performance.
Table 15. Quantitative Comparison of Method Performance.
MethodAverage Convergence GenerationAverage Final-Generation FitnessFitness Standard Deviation
Standard IGA460.720.15
Combined-Weight IGA300.850.06
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wang, Y.; Qian, X. An Interactive Evolutionary Design Framework Integrating AHP-CRITIC Hybrid Weighting for Mitigating User Evaluation Noise. Electronics 2026, 15, 81. https://doi.org/10.3390/electronics15010081

AMA Style

Wang Y, Qian X. An Interactive Evolutionary Design Framework Integrating AHP-CRITIC Hybrid Weighting for Mitigating User Evaluation Noise. Electronics. 2026; 15(1):81. https://doi.org/10.3390/electronics15010081

Chicago/Turabian Style

Wang, Yifan, and Xiaobo Qian. 2026. "An Interactive Evolutionary Design Framework Integrating AHP-CRITIC Hybrid Weighting for Mitigating User Evaluation Noise" Electronics 15, no. 1: 81. https://doi.org/10.3390/electronics15010081

APA Style

Wang, Y., & Qian, X. (2026). An Interactive Evolutionary Design Framework Integrating AHP-CRITIC Hybrid Weighting for Mitigating User Evaluation Noise. Electronics, 15(1), 81. https://doi.org/10.3390/electronics15010081

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

Article Metrics

Back to TopTop