US7383236B2 - Fuzzy preferences in multi-objective optimization (MOO) - Google Patents
Fuzzy preferences in multi-objective optimization (MOO) Download PDFInfo
- Publication number
- US7383236B2 US7383236B2 US10/501,378 US50137805A US7383236B2 US 7383236 B2 US7383236 B2 US 7383236B2 US 50137805 A US50137805 A US 50137805A US 7383236 B2 US7383236 B2 US 7383236B2
- Authority
- US
- United States
- Prior art keywords
- functions
- individuals
- preferences
- weighted sub
- predetermined range
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/12—Computing arrangements based on biological models using genetic models
- G06N3/126—Evolutionary algorithms, e.g. genetic algorithms or genetic programming
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2111/00—Details relating to CAD techniques
- G06F2111/06—Multi-objective optimisation, e.g. Pareto optimisation using simulated annealing [SA], ant colony algorithms or genetic algorithms [GA]
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S706/00—Data processing: artificial intelligence
- Y10S706/902—Application using ai with detail of the ai system
- Y10S706/911—Nonmedical diagnostics
- Y10S706/913—Vehicle or aerospace
Definitions
- the present invention relates to a method for the optimization of multi-objective problems using evolutionary algorithms, to the use of such a method for the optimization of aerodynamic or hydrodynamic bodies as well as to a computer software program product for implementing such a method.
- the background of the present invention is the field of evolution algorithms. Therefore, with reference to FIG. 1 , at first the known cycle of an evolutionary algorithm will be explained.
- step S 1 the object parameters to be optimized are encoded in a string called ‘individual’.
- a plurality of such individuals comprising the initial parent generation is then generated and the quality (fitness) of each individual in the parent generation is evaluated.
- step S 2 the parents are reproduced by applying genetic operators called mutation and recombination.
- step S 3 which is called the offspring generation.
- the quality of the offspring individuals is evaluated using a fitness function that is the objective of the optimization in step S 4 .
- step S 5 selects, possibly stochastically, the best offspring individuals (survival of the fittest) which are used as parents for the next generation cycle if the termination condition in step S 6 is not satisfied.
- evolutionary algorithms are known to be robust optimizers that are well-suited for discontinuous and multi-modal objective functions. Therefore, evolutionary algorithms have successfully been applied e.g. to mechanical and aerodynamic optimization problems, including preliminary turbine design, turbine blade design, multi-disciplinary rotor blade design, multi-disciplinary wing platform design and a military airframe preliminary design.
- the evolutionary algorithms are applied to the simultaneous optimization of multiple objectives, which is a typical feature of practical engineering and design problems.
- the principle multi-objective optimization differs from that in a single-objective optimization.
- the target is to find the best design solution, which corresponds to the minimum or maximum value of the objective function.
- the interaction among different objectives gives rise to a set of compromise solutions known as the Pareto-optimal solutions.
- a definition of ‘Pareto-optimal’ and ‘Pareto front’ can be found in “Multi-Objective Evolutionary Algorithms: Analyzing the State of the Art” (Evolutionary Computation, 8(2), pp. 125-147, 2000) by D. A. Van VeldMapen and G. B. Lamont.
- the target in a multi-objective optimization is to find as many Pareto-optimal solutions as possible. Once such solutions are found, it usually requires a higher-level decisionmaking with other considerations to choose one of them for implementation.
- the first task is desired to satisfy optimality conditions in the obtained solutions.
- the second task is desired to have no bias towards any particular objective function.
- weighted aggregation approaches to multi-objective optimization are very easy to implement and computationally efficient.
- aggregation approaches can provide only one Pareto-solution if the weights are fixed using problem-specific prior knowledge.
- the weights of the different objectives are encoded in the chromosome to obtain more than one Pareto solutions. Phenotypic fitness sharing is used to keep the diversity of the weight combinations and mating restrictions are required so that the algorithm can work properly.
- the function rdm (P) generates a uniformly distributed random number between 0 and P.
- the weight combinations are regenerated in every generation.
- the sine function is used simply because it is a plain periodical function between 0 and 1.
- the weights w 1 (t) and w 2 (t) will change from 0 to 1 periodically from generation to generation.
- the change frequency can be adjusted by F. The frequency should not be too high so that the algorithm is able to converge to a solution on the Pareto front. On the other hand, it seems reasonable to let the weight change from 0 to 1 at least twice during the whole optimization.
- FIG. 2 A general procedure for applying fuzzy preferences to multi-objective optimization is illustrated in FIG. 2 . It can be seen that before the preferences can be applied in MOO, they have to be converted into crisp weights first. The procedure of conversion is described as follows:
- R _ _ ( ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ) .
- the weight for each objective can be obtained by:
- ⁇ w 5 1 - ⁇ + 2 ⁇ ⁇ 8 + 2 ⁇ ⁇
- w 6 3 - ⁇ - 2 ⁇ ⁇ 8 + 2 ⁇ ⁇ . Since ⁇ and ⁇ can vary between 0 and 0.5, one needs to heuristically specify a value for ⁇ and ⁇ (recall that ⁇ ) to convert the fuzzy preferences into a single-valued weight combination, which can then be applied to a conventional weighted aggregation to achieve one solution.
- fuzzy preferences are converted into a weight combination with each weight being described by an interval instead of a single value.
- FIG. 1 shows a cycle of an evolution strategy
- FIG. 2 shows schematically a procedure to apply-fuzzy preferences in MOO
- FIGS. 3 a , 3 b show the change of weights (w 1 and w 2 ) with the change of parameter ( ⁇ ), respectively, and
- FIGS. 4 a , 4 b show the change of weights (w 3 and w 4 ) with the change of parameters ( ⁇ and ⁇ ), respectively.
- linguistic fuzzy preferences can be converted into a weight combination with each weight being described by an interval.
- FIGS. 3 a , 3 b , 4 a , 4 b show how the value of the parameters affects that of the weights. It can be seen from these figures that the weights vary a lot when the parameters ( ⁇ , ⁇ ) change in the allowed range. Thus, each weight obtained from the fuzzy preferences is an interval on [0,1]. Very interestingly, a weight combination in interval values can nicely be incorporated into a multi-objective optimization with the help of the RWA and DWA, which is explained e.g. in “Evolutionary Weighted Aggregation: Why does it Work and How?” (in: Proceedings of Genetic and Evolutionary Computation Conference, pp. 1042-1049, 2001) by Jin et al.
- w 1 i ⁇ ( t ) w 1 min + ( w 1 max - w 1 min ) ⁇ rdm ⁇ ⁇ ( P ) P , where t is the generation index.
- the evolutionary algorithm is able to provide a set of Pareto solutions that are reflected by the fuzzy preferences.
- the invention proposes a method to obtain the Pareto-optimal solutions that are specified by human preferences.
- the main idea is to convert the fuzzy preferences into interval-based weights.
- RWA and DWA it is shown to be successful to find the preferred solutions on two test functions with a convex Pareto front.
- the method according to the invention is able to find a number of solutions instead of only one, given a set of fuzzy preferences over different objectives. This is consistent with the motivation of fuzzy logic.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biophysics (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Theoretical Computer Science (AREA)
- Computational Linguistics (AREA)
- Molecular Biology (AREA)
- Biomedical Technology (AREA)
- Genetics & Genomics (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- General Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Physiology (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Image Processing (AREA)
Abstract
Description
| t := 0 | ||
| encode and initialize P(0) | ||
| decode and evaluate P(0) | ||
| do | ||
| recombine P(t) | ||
| mutate P(t) | ||
| decode P(t) | ||
| evaluate P(t) | ||
| P(t+1) := select P(t) | ||
| encode P(t+1) | ||
| t := t + 1 | ||
| until terminate | ||
Thereby,
-
- P(0) denotes the initial population size (t=0),
- P(t) denotes the offspring population size in the t-th successor generation (t>0),
- t is the index for the generation number (t∈N0).
-
- (i) finding solutions close to the true Pareto-optimal solutions, and
- (ii) finding solutions that are widely different from each other.
-
- most of them cannot find multiple solutions in a single run, thereby requiring them to be applied as many times as the number of desired Pareto-optimal solutions,
- multiple application of these methods do not guarantee finding widely different Pareto-optimal solutions, and
- most of them cannot efficiently handle problems with discrete variables and problems having multiple optimal solutions.
wherein
-
- i denotes the i-th individual in the population (i=1, 2, . . . , P),
- P is the population size (P∈N), and
- t is the index for the generation number (t∈N0).
w 1(t)=|sin(2nt/F)|,
w 2(t)=1.0−w 1(t).
where t is the number of generation. Here the sine function is used simply because it is a plain periodical function between 0 and 1. In this case, the weights w1(t) and w2(t) will change from 0 to 1 periodically from generation to generation. The change frequency can be adjusted by F. The frequency should not be too high so that the algorithm is able to converge to a solution on the Pareto front. On the other hand, it seems reasonable to let the weight change from 0 to 1 at least twice during the whole optimization.
-
- Weighted Sum: Use of the preferences as a priori knowledge to determine the weight for each objective, then direct application of the weights to sum up the objectives to a scalar. In this case, only one solution will be obtained.
- Weighted Pareto Method: The non-fuzzy weight is used to define a weighted Pareto non-dominance:
with the utility sets
-
- U:={ui|i=1, 2, 3, . . . , k} for ui ∈[0,1] and
- V:={vi|i=1, 2, 3, . . . , k} for vi ∈[0,1],
where
-
- “much more important” (MMI),
- “more important” (MI),
- “equally important” (EI),
- “less important” (LI), and
- “much less important” (MLI).
-
- a is much less important than bpij=α, pji=β
- a is less important than bpij=γ, pji=δ
- a is equally important as bpij=∈, pji=∈.
α<γ<∈=0.5<δ<β,
α+β=1=γ+δ.
c1:={o1, o2}, c2:={o3, o4}, c3:={o5} and c4:={o6}.
-
- c1 is much more important than c2;
- c1 is more important than c3;
- c4 is more important than c1;
- c3 is much more important than c2.
From the above fuzzy preference matrix, the following real-valued preference relation matrix R are obtained:
with
Since α and γ can vary between 0 and 0.5, one needs to heuristically specify a value for α and γ (recall that α<γ) to convert the fuzzy preferences into a single-valued weight combination, which can then be applied to a conventional weighted aggregation to achieve one solution.
where t is the generation index. Similarly, by extending the DWA, the weights can also be changed in the following form to find out the preferred Pareto solutions:
w 1 i(t)=w 1 min+(w 1 max −w 1 min)·|sin(2nt/F)|,
where t is the generation index. In this way, the evolutionary algorithm is able to provide a set of Pareto solutions that are reflected by the fuzzy preferences. However, it is recalled that DWA is not able to control the movement of the individuals if the Pareto front is concave, therefore, fuzzy preferences incorporation into MOO using DWA is applicable to convex Pareto fronts only, whereas the RWA method is applicable to both convex and concave fronts.
-
- 1.
Objective 1 is more important than objective 2; - 2.
Objective 1 is less important than objective 2.
- 1.
with 0.5<δ<1 and 0<γ<0.5. Therefore, the weights for the two objectives using the RWA method are:
Claims (9)
Applications Claiming Priority (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP02001252 | 2002-01-17 | ||
| EP02001252.2 | 2002-01-17 | ||
| EP02003557A EP1329845B1 (en) | 2002-01-17 | 2002-02-15 | Fuzzy preferences in multi-objective optimization (MOO) |
| EP02003557.2 | 2002-02-15 | ||
| PCT/EP2002/014002 WO2003060821A1 (en) | 2002-01-17 | 2002-12-10 | Fuzzy preferences in multi-objective optimization (moo) |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20050177530A1 US20050177530A1 (en) | 2005-08-11 |
| US7383236B2 true US7383236B2 (en) | 2008-06-03 |
Family
ID=26077566
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US10/501,378 Expired - Fee Related US7383236B2 (en) | 2002-01-17 | 2002-12-10 | Fuzzy preferences in multi-objective optimization (MOO) |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US7383236B2 (en) |
| EP (1) | EP1329845B1 (en) |
| JP (1) | JP4335010B2 (en) |
| AU (1) | AU2002358658A1 (en) |
| WO (1) | WO2003060821A1 (en) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120036096A1 (en) * | 2010-08-05 | 2012-02-09 | King Fahd University Of Petroleum And Minerals | Method of generating an integrated fuzzy-based guidance law for aerodynamic missiles |
| US8346690B2 (en) | 2010-08-05 | 2013-01-01 | King Fahd University Of Petroleum And Minerals | Method of generating an integrated fuzzy-based guidance law using Tabu search |
| US10031950B2 (en) | 2011-01-18 | 2018-07-24 | Iii Holdings 2, Llc | Providing advanced conditional based searching |
| US20220207196A1 (en) * | 2020-12-25 | 2022-06-30 | Institute Of Geology And Geophysics, Chinese Academy Of Sciences | Optimal design method and system for slope reinforcement with anti-slide piles |
Families Citing this family (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7587660B2 (en) * | 2005-04-22 | 2009-09-08 | Kansas State University Research Foundation | Multiple-access code generation |
| US7664622B2 (en) * | 2006-07-05 | 2010-02-16 | Sun Microsystems, Inc. | Using interval techniques to solve a parametric multi-objective optimization problem |
| JP2013073596A (en) * | 2011-09-29 | 2013-04-22 | Mitsubishi Heavy Ind Ltd | Aircraft design device, aircraft design program and aircraft design method |
| CN107038489B (en) * | 2017-04-14 | 2021-02-02 | 国网山西省电力公司电力科学研究院 | Multi-objective unit combination optimization method based on improved NBI method |
| US10733332B2 (en) | 2017-06-08 | 2020-08-04 | Bigwood Technology, Inc. | Systems for solving general and user preference-based constrained multi-objective optimization problems |
| CN109344448B (en) * | 2018-09-07 | 2023-02-03 | 中南大学 | fuzzy-FQD-based helical bevel gear shape collaborative manufacturing optimization method |
| CN111931997A (en) * | 2020-07-27 | 2020-11-13 | 江苏大学 | Weighted preference-based natural protection area camera planning method based on multi-objective particle swarm optimization |
| CN114648247B (en) * | 2022-04-07 | 2026-01-02 | 浙江财经大学 | A remanufacturing decision-making method integrating process planning and scheduling |
| CN115310353B (en) * | 2022-07-26 | 2024-02-20 | 明珠电气股份有限公司 | A power transformer design method based on fast multi-objective optimization |
| CN120354684A (en) * | 2025-06-24 | 2025-07-22 | 湘潭大学 | Method for optimizing chip breaking performance of indexable cutter chip breaking groove |
| CN120542886B (en) * | 2025-07-28 | 2026-02-03 | 厦门渊亭信息科技有限公司 | Intelligent task planning method based on large model and operation planning optimization |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020099929A1 (en) * | 2000-11-14 | 2002-07-25 | Yaochu Jin | Multi-objective optimization |
-
2002
- 2002-02-15 EP EP02003557A patent/EP1329845B1/en not_active Expired - Lifetime
- 2002-12-10 JP JP2003560845A patent/JP4335010B2/en not_active Expired - Fee Related
- 2002-12-10 AU AU2002358658A patent/AU2002358658A1/en not_active Abandoned
- 2002-12-10 US US10/501,378 patent/US7383236B2/en not_active Expired - Fee Related
- 2002-12-10 WO PCT/EP2002/014002 patent/WO2003060821A1/en not_active Ceased
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020099929A1 (en) * | 2000-11-14 | 2002-07-25 | Yaochu Jin | Multi-objective optimization |
Non-Patent Citations (16)
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120036096A1 (en) * | 2010-08-05 | 2012-02-09 | King Fahd University Of Petroleum And Minerals | Method of generating an integrated fuzzy-based guidance law for aerodynamic missiles |
| US8195345B2 (en) * | 2010-08-05 | 2012-06-05 | King Fahd University Of Petroleum & Minerals | Method of generating an integrated fuzzy-based guidance law for aerodynamic missiles |
| US8346690B2 (en) | 2010-08-05 | 2013-01-01 | King Fahd University Of Petroleum And Minerals | Method of generating an integrated fuzzy-based guidance law using Tabu search |
| US10031950B2 (en) | 2011-01-18 | 2018-07-24 | Iii Holdings 2, Llc | Providing advanced conditional based searching |
| US20220207196A1 (en) * | 2020-12-25 | 2022-06-30 | Institute Of Geology And Geophysics, Chinese Academy Of Sciences | Optimal design method and system for slope reinforcement with anti-slide piles |
| US11459722B2 (en) * | 2020-12-25 | 2022-10-04 | Institute Of Geology And Geophysics, Chinese Academy Of Sciences | Optimal design method and system for slope reinforcement with anti-slide piles |
Also Published As
| Publication number | Publication date |
|---|---|
| US20050177530A1 (en) | 2005-08-11 |
| JP2005515564A (en) | 2005-05-26 |
| WO2003060821A1 (en) | 2003-07-24 |
| JP4335010B2 (en) | 2009-09-30 |
| EP1329845B1 (en) | 2010-08-25 |
| EP1329845A1 (en) | 2003-07-23 |
| AU2002358658A1 (en) | 2003-07-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7383236B2 (en) | Fuzzy preferences in multi-objective optimization (MOO) | |
| Hameed et al. | An optimized case-based software project effort estimation using genetic algorithm | |
| Purshouse | On the evolutionary optimisation of many objectives | |
| Qi et al. | The application of parallel multipopulation genetic algorithms to dynamic job-shop scheduling | |
| EP1205863A1 (en) | Multi-objective optimization | |
| Rakka et al. | A review of state-of-the-art mixed-precision neural network frameworks | |
| Tiwari et al. | Performance assessment of the hybrid archive-based micro genetic algorithm (AMGA) on the CEC09 test problems | |
| Bhuvana et al. | Memetic algorithm with preferential local search using adaptive weights for multi-objective optimization problems | |
| Parveen et al. | Review on job-shop and flow-shop scheduling using | |
| Chung et al. | Multi-objective evolutionary architectural pruning of deep convolutional neural networks with weights inheritance | |
| Adamuthe et al. | Solving single and multi-objective 01 knapsack problem using harmony search algorithm | |
| Frenken | Modelling the organisation of innovative activity using the NK-model | |
| Nikbakhtsarvestani et al. | Multi-objective ADAM Optimizer (MAdam) | |
| Takahama et al. | Constrained optimization by α constrained genetic algorithm (αGA) | |
| Datta | Efficient genetic algorithm on linear programming problem for fittest chromosomes | |
| Nissen et al. | An introduction to evolutionary algorithms | |
| CN120523586A (en) | A low-power task allocation and scheduling method for heterogeneous multi-core processing systems | |
| Seghir | A genetic algorithm with an elitism replacement method for solving the nonfunctional web service composition under fuzzy QoS parameters | |
| CN119127501A (en) | A task scheduling method, device, equipment and medium for industrial Internet equipment | |
| Ojha et al. | Multi-objective optimisation of multi-output neural trees | |
| Alcalá et al. | Linguistic modeling with weighted double-consequent fuzzy rules based on cooperative coevolutionary learning | |
| Mezura-Montes et al. | Use of multiobjective optimization concepts to handle constraints in genetic algorithms | |
| Martín et al. | Approximating nondominated sets in continuous multiobjective optimization problems | |
| Alvarez | A neural network with evolutionary neurons | |
| Season | Non-linear PLS using genetic programming |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: HONDA RESEARCH INSTITUTE EUROPE GMBH, GERMANY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JIN, YAOCHU;SENDHOFF, BERNHARD;REEL/FRAME:016484/0101 Effective date: 20050331 |
|
| CC | Certificate of correction | ||
| FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| FPAY | Fee payment |
Year of fee payment: 4 |
|
| REMI | Maintenance fee reminder mailed | ||
| LAPS | Lapse for failure to pay maintenance fees | ||
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
| FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20160603 |