JP2010152851A - Apparatus, method and program for multiobjective optimization - Google Patents

Apparatus, method and program for multiobjective optimization Download PDF

Info

Publication number
JP2010152851A
JP2010152851A JP2008333202A JP2008333202A JP2010152851A JP 2010152851 A JP2010152851 A JP 2010152851A JP 2008333202 A JP2008333202 A JP 2008333202A JP 2008333202 A JP2008333202 A JP 2008333202A JP 2010152851 A JP2010152851 A JP 2010152851A
Authority
JP
Japan
Prior art keywords
value
decision variable
evaluated
optimization
objective
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.)
Granted
Application number
JP2008333202A
Other languages
Japanese (ja)
Other versions
JP5235652B2 (en
Inventor
Hirotaka Kaji
洋隆 梶
Hajime Kita
一 喜多
Shin Ikeda
心 池田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yamaha Motor Co Ltd
Original Assignee
Yamaha Motor Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Yamaha Motor Co Ltd filed Critical Yamaha Motor Co Ltd
Priority to JP2008333202A priority Critical patent/JP5235652B2/en
Publication of JP2010152851A publication Critical patent/JP2010152851A/en
Application granted granted Critical
Publication of JP5235652B2 publication Critical patent/JP5235652B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an apparatus, method and program for multiobjective optimization, enabling optimization of a determination variable for an optimization target having a restriction condition, with high accuracy in short time. <P>SOLUTION: A restriction violation flag indicative of whether or not a determination variable value, which is evaluated by a multiobjective evolutionary algorithm unit 2, an adaptation degree which is output from an optimization target 6, and a restriction variable value which is output from the optimization target 6, violate the restriction condition is stored into a search history memory 3 in a related manner as a search history. Upon decision of a determination variable value to be evaluated, a predetermined number of determination variable values, whose evaluations are completed and which are nearer to an unevaluated determination variable value, are selected from the search history stored in the search history memory 3. It is decided whether or not the unevaluated determination variable value is to be evaluated, based on whether or not the restriction violation flag, corresponding to the predetermined number of selected determination variable values, indicates the violation of the restriction condition. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、制約条件を有する最適化対象のパラメータ(決定変数)を最適化する多目的最適化装置、多目的最適化方法および多目的最適化プログラムに関する。   The present invention relates to a multi-objective optimization device, a multi-objective optimization method, and a multi-objective optimization program for optimizing parameters (decision variables) to be optimized having constraints.

従来、多目的最適化問題と呼ばれる問題クラスが存在する。例えば、ある製品のコストを最小化し、性能を最大化するという問題を考えた場合、これは2つの目的関数の多目的最適化問題となる。この場合、コストおよび性能が2つの目的関数となる。一般的には、コストを下げると性能が悪化し、性能を上げるとコストがかさむというトレードオフの関係が生じるために、多目的最適化問題の解は一つではない。   Conventionally, there is a problem class called a multi-objective optimization problem. For example, when considering the problem of minimizing the cost of a product and maximizing performance, this becomes a multi-objective optimization problem of two objective functions. In this case, cost and performance are two objective functions. Generally, there is not a single solution for the multi-objective optimization problem because there is a trade-off relationship that lowering the cost degrades the performance and increasing the performance increases the cost.

図30は多目的最適化問題をエンジンの最適化に適用した例を示す図である。多目的最適化問題をエンジンの燃費およびトルクの最適化に適用する場合、燃費およびトルクが2つの目的関数f,fである。この場合、燃料噴射量、点火時期等のパラメータを調整することにより目的関数f,fの値を最適化する。 FIG. 30 is a diagram showing an example in which the multi-objective optimization problem is applied to engine optimization. When the multi-objective optimization problem is applied to engine fuel efficiency and torque optimization, the fuel efficiency and torque are two objective functions f 1 and f 2 . In this case, the values of the objective functions f 1 and f 2 are optimized by adjusting parameters such as the fuel injection amount and the ignition timing.

解Aは、燃費が解Bに比べて優れているが、トルクが解Bに比べて劣っている。このように、エンジンの燃費とエンジンのトルクとはトレードオフの関係を有するため、複数の最適解が存在する。使用者は、複数の最適解から目的に合った解を選択することができる。例えば、スポーツ走行に適した自動二輪車に用いるエンジンには解Aを選択し、ロングツーリングに適した自動二輪車に用いるエンジンには解Bを選択する。   The solution A has better fuel efficiency than the solution B, but the torque is inferior to the solution B. As described above, since the engine fuel efficiency and the engine torque have a trade-off relationship, there are a plurality of optimum solutions. The user can select a solution suitable for the purpose from a plurality of optimum solutions. For example, the solution A is selected for an engine used for a motorcycle suitable for sports driving, and the solution B is selected for an engine used for a motorcycle suitable for long touring.

一般に多目的最適化問題は、N個のパラメータについてM個の目的関数の値を、各パラメータの制約条件の範囲で最小化する問題と定義される。目的関数の値を最大化する場合は、目的関数に負の符号を付けて目的関数の値を最小化する問題に変換することとする。   In general, the multi-objective optimization problem is defined as a problem of minimizing the values of M objective functions for N parameters within the range of the constraint condition of each parameter. When maximizing the value of the objective function, a negative sign is added to the objective function to convert it into a problem that minimizes the value of the objective function.

このような多目的最適化問題は、一般的に単一の最適解を持たず、パレート最適解と呼ばれる概念で定義される最適解集合を持つ。ここで、パレート最適解とは、ある目的関数の値を改善するためには、少なくとも1つの他の目的関数の値を改悪せざるを得ない解のことをいい、以下のように定義される(例えば、非特許文献1参照)。   Such a multi-objective optimization problem generally does not have a single optimal solution, but has an optimal solution set defined by a concept called a Pareto optimal solution. Here, the Pareto optimal solution is a solution in which the value of at least one other objective function must be altered in order to improve the value of a certain objective function, and is defined as follows: (For example, refer nonpatent literature 1).

〔定義1〕あるp個の目的関数f(k=1,・・・,p)の2つの解x1,x2∈Fに関して、f(x1)≦f(x2)(∀k=1,・・・,p)∧f(x1)<f(x2)(∃k=1,・・・,p)のとき、x1はx2に優越するという。ここで、Fは解の集合である。 [Definition 1] For two solutions x1, x2εF of a certain number of p objective functions f k (k = 1,..., P), f k (x1) ≦ f k (x2) () k = 1 ,..., P) ∧f k (x1) <f k (x2) (∃k = 1,..., P), x1 is said to dominate x2. Here, F is a set of solutions.

〔定義2〕ある解x0が他のすべての解x∈Fに優越するとき、x0は最適解である。   [Definition 2] When a solution x0 dominates all other solutions xεF, x0 is an optimal solution.

〔定義3〕ある解x0に優越する解x∈Fが存在しないとき、x0はパレート最適解(または非劣解)である。   [Definition 3] When there is no solution xεF superior to a solution x0, x0 is a Pareto optimal solution (or non-inferior solution).

パレート最適解集合を求めることは、目的関数のトレードオフに関して最適な解の集合を求めることになる。   Obtaining the Pareto optimal solution set results in obtaining an optimal solution set with respect to the objective function trade-off.

図31はパレート最適解について説明するための図である。図31は2つの目的関数f,fの例を示す。解aについての目的関数fの値f(a)は解bについての目的関数fの値f(b)よりも小さく、解aについての目的関数fの値f(a)は解bについての目的関数fの値f(b)よりも小さい。したがって、解aは解bに優越する。 FIG. 31 is a diagram for explaining the Pareto optimal solution. Figure 31 shows two examples of the objective function f 1, f 2. The value f 1 of the objective function f 1 for solution a (a) the value f 1 of the objective function f 1 for solutions b (b) less than, the value f 2 of the objective function f 2 for Solution a (a) Is smaller than the value f 2 (b) of the objective function f 2 for the solution b. Therefore, the solution a is superior to the solution b.

同様に、解aは解c,dに優越する。解aに優越する解は存在しない。同様に、解e,fに優越する解も存在しない。したがって、解a,e,fはパレート最適解である。   Similarly, the solution a dominates the solutions c and d. There is no solution superior to solution a. Similarly, there is no solution superior to the solutions e and f. Accordingly, the solutions a, e, and f are Pareto optimal solutions.

なお、解gは、弱パレート最適解である。弱パレート最適解とは、ある目的関数についてのみパレート最適解に優越されないパレート解である。弱パレート最適解は、合理的な解ではなく、本来求める必要のない解である。   The solution g is a weak Pareto optimal solution. The weak Pareto optimal solution is a Pareto solution that is not superior to the Pareto optimal solution only for a certain objective function. The weak Pareto optimal solution is not a rational solution and is a solution that does not need to be originally obtained.

多目的最適化問題の解法は多数提案されている。最近注目されている方法に多目的進化型アルゴリズム(MOEAs:Multiobjective Evolutionary Algorithm)がある。   Many solutions for multi-objective optimization problems have been proposed. Recently, there has been a multiobjective evolutionary algorithm (MOEAs).

この方法の最大の特徴は、進化型アルゴリズムの多点探索を利用してパレート最適解集合を一度に求めることである。得られたパレート最適解集合は、その中から目的に合致し
た解を探す意志決定、またはパレート最適解集合(パレート境界)の形状からの知見の獲得等に用いられる。
The biggest feature of this method is that the Pareto optimal solution set is obtained at a time using the multi-point search of the evolutionary algorithm. The obtained Pareto optimal solution set is used for decision making to find a solution that matches the purpose from among them, or for obtaining knowledge from the shape of the Pareto optimal solution set (Pareto boundary).

進化型アルゴリズムとして遺伝的アルゴリズム(GA:Genetic Algorithm)を多目的最適化問題に適用する研究が数多く行われている。遺伝的アルゴリズムは、生物の適応進化を模倣した計算手法である。遺伝的アルゴリズムでは、解の候補を個体と呼ぶ。また、目的関数を適応度関数と呼び、適応度関数の値を適応度と呼ぶ。   There have been many studies on applying genetic algorithms (GA) as multi-objective optimization problems as evolutionary algorithms. Genetic algorithms are computational methods that mimic the adaptive evolution of organisms. In a genetic algorithm, a solution candidate is called an individual. The objective function is called a fitness function, and the value of the fitness function is called a fitness.

この遺伝的アルゴリズムは、自然進化に見られる過程(染色体の選択、交叉および突然変異)をヒントにして、J.Hollandにより提案されたアルゴリズムである。設計変数を遺伝子とみなして、初期設計の個体集合をランダムに生成し、各個体の適応度を評価する。適応度の良い個体ほど親として選択される可能性が高くなるように親を選択する。そして、交叉(遺伝子の入れ換え)および突然変異(遺伝子のランダムな変化)により子孫を作る。さらに、評価、選択、交叉および突然変異により世代を繰り返し、最適解を探索する。   This genetic algorithm is based on the process of natural evolution (chromosome selection, crossover and mutation) as a hint. This is an algorithm proposed by Holland. The design variable is regarded as a gene, an initial design individual set is randomly generated, and the fitness of each individual is evaluated. Parents are selected so that individuals with better fitness are more likely to be selected as parents. And offspring are created by crossover (gene replacement) and mutation (random change of gene). Furthermore, generations are repeated through evaluation, selection, crossover, and mutation to search for an optimal solution.

具体的には、FonsecaらのMOGA(Multiobjective Genetic Algorithm:例えば、非特許文献1参照)、DebらのNSGA−II(Non-Dominated Sorting Genetic Algorithm-II:例えば、非特許文献2参照)、ZitzlerらのSPEA2(Strength
Pareto Evolutionary Algorithm 2: 例えば、非特許文献3参照)等が提案されている。特に、NSGA−IIおよびSPEA2は優秀な多目的進化型アルゴリズムとして知られている。
特開2008−045476号 C.M.fonseca,p.J.Flemimg:genetic algorithms for multiobjective optimization:formulation,discussion and generalization,of the 5th international conference on genetic algorithms,pp.416-423(1993) K.Deb,S.Agrawal,A.Pratab,and T.Meyarivan:A Fast Elitist Non-Dominated Sorting Genetic Algorithm for Multi-Objective Optimization:NSGA-II,KanGAL report 20001,Indian Institute of Technology,Kanpur,India(20OO) E.Zitzler,M.Laumanns,L.Thiele:SPEA2:Improving the Performance of the Strength Pareto Evolutionary A1gorithm,Technical Report 103,Computer Engineering and Communication Networks Lab(TIK),Swiss Federal Institute of Technology(ETH)Zurich(2001) A.Zhou et al.: Prediction-based Population Re-initialization for Evolutionary Dynamic Multi-objective Optimization, Proc. of EMO2007 U. Bazarsuren, M. Knaak, S. Schaum, and C. Guhmann, “Determining Adjustment Ranges for Model-based Approaches Using Support Vector Machines,” Proc. of CCA 2006, pp. 2066-2071, 2006 H. Kaji, and H. Kita, “Acceleration of Experiment-Based Evolutionary Multi-objective Optimization of Internal-Combustion Engine Controllers using Fitness Estimation,” Proc. of CEC 2007, pp. 1777-1784, 2007
Specifically, Fonseca et al. MOGA (Multiobjective Genetic Algorithm: see, for example, Non-Patent Document 1), Deb et al. NSGA-II (Non-Dominated Sorting Genetic Algorithm-II, see, for example, Non-Patent Document 2), Zitzler et al. SPEA2 (Strength
Pareto Evolutionary Algorithm 2: For example, see Non-Patent Document 3). In particular, NSGA-II and SPEA2 are known as excellent multi-objective evolutionary algorithms.
JP 2008-045476 A CMfonseca, pJFlemimg: genetic algorithms for multiobjective optimization: formation, discussion and generalization, of the 5th international conference on genetic algorithms, pp.416-423 (1993) K. Deb, S. Agrawal, A. Pratab, and T. Meyarivan: A Fast Elitist Non-Dominated Sorting Genetic Algorithm for Multi-Objective Optimization: NSGA-II, KanGAL report 20001, Indian Institute of Technology, Kanpur, India (20OO ) E.Zitzler, M. Laumanns, L. Thiele: SPEA2: Improving the Performance of the Strength Pareto Evolutionary A1gorithm, Technical Report 103, Computer Engineering and Communication Networks Lab (TIK), Swiss Federal Institute of Technology (ETH) Zurich (2001) A.Zhou et al .: Prediction-based Population Re-initialization for Evolutionary Dynamic Multi-objective Optimization, Proc. Of EMO2007 U. Bazarsuren, M. Knaak, S. Schaum, and C. Guhmann, “Determining Adjustment Ranges for Model-based Approaches Using Support Vector Machines,” Proc. Of CCA 2006, pp. 2066-2071, 2006 H. Kaji, and H. Kita, “Acceleration of Experiment-Based Evolutionary Multi-objective Optimization of Internal-Combustion Engine Controllers using Fitness Estimation,” Proc. Of CEC 2007, pp. 1777-1784, 2007

近年の自動車用エンジンには、排出ガスに含まれる有害成分を低減して環境問題に対応しつつ動力性能を向上するために、燃料噴射装置等の様々な電子制御装置が搭載され、高精度な制御が行われている。   In recent automobile engines, various electronic control devices such as fuel injection devices are installed to reduce harmful components contained in exhaust gas and improve power performance while addressing environmental problems. Control is taking place.

エンジンは非線形性が強い制御対象であるため、電子制御装置によるエンジン制御としてはマップ制御と呼ばれるフィードフォワード制御が主流である。マップ制御では、例えば負荷トルクおよびエンジン回転速度のような運転条件ごとに設定された電子制御装置の制御パラメータが用いられる。マップ制御の制御パラメータは運転条件ごとに事前実験を行って決定される。この作業は適合(Calibration)と呼ばれる。   Since the engine is a control target with strong nonlinearity, feedforward control called map control is the mainstream as engine control by the electronic control unit. In the map control, for example, control parameters of the electronic control device set for each operation condition such as load torque and engine speed are used. The control parameters for map control are determined by conducting preliminary experiments for each operating condition. This task is called calibration.

従来の適合は、エンジン試験機に接続されたエンジンを技術者が手動で調整することにより行われる。しかし、このような適合は、排出ガスの有害成分量(CO濃度、HC濃度
およびNO濃度)、燃費および出力トルク等の多目的評価となり、これらは一般にトレードオフの関係にある。さらに、電子制御装置およびその制御パラメータの数は増加する傾向にある。そのため、手動による最適化は困難さを増してきている。
Conventional adaptation is performed by a technician manually adjusting an engine connected to an engine tester. However, such adaptation is harmful components of exhaust gas (CO concentration, HC concentration and NO x concentration) becomes a multi-purpose evaluation of such fuel efficiency and output torque, it is related generally a trade-off. Furthermore, the number of electronic control units and their control parameters tends to increase. For this reason, manual optimization has become increasingly difficult.

図32はエンジンの適合を説明するための図である。   FIG. 32 is a view for explaining adaptation of the engine.

エンジンの適合では、負荷トルクおよびエンジン回転速度という運転条件(条件変数w,w)の値を選択する。そして、選択された運転条件でのNO濃度および燃費(目的関数f,fの値)を最適にするような燃料噴射時期および点火時期(制御パラメータ(決定変数x,x))を探索する。 For engine adaptation, values of operating conditions (condition variables w 1 and w 2 ) such as load torque and engine speed are selected. The fuel injection timing and ignition timing (control parameters (determined variables x 1 , x 2 )) that optimize the NO x concentration and fuel consumption (values of the objective functions f 1 , f 2 ) under the selected operating conditions Explore.

図32においては、条件変数w,wの値を選択し、選択された条件変数w,wの値について目的関数f,fの多目的最適化を行い、決定変数x,xのパレート最適解を得る。その後、パレート最適解から好適な解を選択し、その解に対応する決定変数xの値と条件変数w,wの値との関係を示すマップM1、およびその解に対応する決定変数xの値と条件変数w,wとの値の関係を示すマップM2を作成する。 In Figure 32, select the value of the condition variable w 1, w 2, performs multi-objective optimization of the objective function f 1, f 2 for the selected condition variables w 1, w 2 value, the decision variable x 1, obtaining a Pareto optimal solution x 2. Thereafter, a suitable solution is selected from the Pareto optimal solution, a map M1 showing the relationship between the value of the decision variable x 1 corresponding to the solution and the value of the condition variables w 1 and w 2 , and the decision variable corresponding to the solution to create a map M2 indicating the value of the relationship between the value and condition variables w 1, w 2 of x 2.

マップM1,M2を完成させるためには、マップM1,M2の格子の数に相当する条件変数w,wの値について多目的最適化を繰り返す必要がある。 In order to complete the maps M1 and M2, it is necessary to repeat multi-objective optimization on the values of the conditional variables w 1 and w 2 corresponding to the number of grids of the maps M1 and M2.

エンジンの適合とは、マップ制御に必要な運転条件(条件変数)ごとに、与えられた制限の範囲内(制約条件)で、複数の対立する評価規範(目的関数)を満たすような制御パラメータ値(決定変数の値)の組を探索する多目的最適化問題を解くことである。制約条件を満たす制御パラメータ値の組が存在する範囲を実行可能領域と呼び、それ以外の範囲を実行不能領域と呼ぶ。   Engine adaptation is a control parameter value that satisfies multiple conflicting evaluation criteria (objective functions) within the given limits (constraints) for each operating condition (condition variable) required for map control. It is to solve a multi-objective optimization problem that searches for a set of (decision variable values). A range in which a set of control parameter values satisfying the constraint condition is called an executable area, and the other range is called an inexecutable area.

従来、最適化対象の制御パラメータを最適化しようとする場合は、物理法則等に基づき最適化対象のモデル化を行い、最適化問題に帰着させて準ニュートン法等の勾配法または遺伝的アルゴリズムに代表されるメタヒューリスティクスを適用する。そして、得られた最適解を実際の最適化対象に適用するというアプローチがとられる。一方で、理論的なモデルの構築が困難な最適化対象の場合には、実験を通して最適化を行うことになる。   Conventionally, when trying to optimize the control parameters of the optimization target, the optimization target is modeled based on the laws of physics, etc., and the result is an optimization problem, resulting in a gradient method such as a quasi-Newton method or a genetic algorithm. Apply representative metaheuristics. And the approach of applying the obtained optimal solution to an actual optimization object is taken. On the other hand, in the case of an optimization target for which it is difficult to construct a theoretical model, optimization is performed through experiments.

実験を通して最適化を実施すると、最適化対象の目的関数および制限したい項目(制約関数)の値は実際の最適化対象の出力である場合がある。このような最適化対象に対しては、応答曲面法と呼ばれるアプローチが広く適用されている。応答曲面法では、まず実験計画法に基づいて定められた制御パラメータ値の組に対する最適化対象の出力である目的関数値および制約関数値を求める。次に、多項式または人工ニューラルネットワーク等の統計的手法を用いて最適化対象の目的関数および制約関数の近似モデルを求める。そして、この近似モデルにおいて、計算機上で上記の勾配法またはメタヒューリスティクスにより制約関数が与える制約条件の範囲内、すなわち実行可能領域で目的関数値を最適とする制御パラメータ値の組を求める。   When optimization is performed through experiments, the objective function to be optimized and the value of the item to be restricted (constraint function) may be the actual output of the optimization target. An approach called response surface methodology is widely applied to such optimization targets. In the response surface method, first, an objective function value and a constraint function value, which are outputs to be optimized, for a set of control parameter values determined based on an experimental design method are obtained. Next, an approximation model of the objective function and constraint function to be optimized is obtained using a statistical method such as a polynomial or an artificial neural network. Then, in this approximate model, a set of control parameter values that optimizes the objective function value within the range of the constraint condition given by the constraint function by the gradient method or metaheuristics on the computer, that is, in the executable region, is obtained.

一方で、近年の計測制御環境の発展により、最適化手法を実際の最適化対象に直接適用するアプローチも現実的になってきている。以下、このアプローチを実験ベースの最適化と呼ぶ。実験ベースの最適化では、実験計画またはモデル選択が不要であり、近似モデルにおけるモデル化誤差を考える必要がないという特徴がある。   On the other hand, with the recent development of measurement and control environment, an approach in which an optimization method is directly applied to an actual optimization target is becoming realistic. Hereinafter, this approach is referred to as experiment-based optimization. Experiment-based optimization does not require experiment design or model selection, and does not require modeling errors in the approximate model.

応答曲面法および実験ベースの最適化のいずれを用いる場合でも、上記のように、コンピュータは電子制御装置の制御パラメータ値を自由に変更できるが、実際に運転可能な組み合わせには一定の制約条件がある。ここで、制約条件とは、制御パラメータ値を電子制御装置に設定して運転を行った場合に、エンジンの始動不能、排出ガス濃度が高すぎることによる最適化対象および計測器の不調、または温度が高すぎることによるエンジンの破損等、不具合の発生を回避するための物理的な制約条件を指す。   As described above, the computer can freely change the control parameter value of the electronic control unit regardless of whether the response surface methodology or the experiment-based optimization is used, but there are certain restrictions on the combinations that can actually be operated. is there. Here, the constraint condition is that when the control parameter value is set in the electronic control unit, the engine cannot be started, the optimization target and the malfunction of the measuring instrument due to the exhaust gas concentration being too high, or the temperature This refers to physical constraints for avoiding problems such as engine damage due to excessively high values.

制約条件が制御パラメータの関数として数式で表される場合には、制御パラメータ値を実機で評価する前に、その制御パラメータ値を数式に入力し、算出結果が制約条件に違反するか否かを調べることができる。   When the constraint condition is expressed as a function of the control parameter by a mathematical expression, before the control parameter value is evaluated by the actual machine, the control parameter value is input to the mathematical expression, and whether or not the calculation result violates the constraint condition. You can investigate.

しかしながら、上記のように、制約条件には実験を通して観測されるものがある。この場合には、制御パラメータ値を電子制御装置に設定し、エンジンを運転して初めて制約条件に違反するか否かが判明する。   However, as mentioned above, some constraints are observed through experiments. In this case, it is determined whether or not the constraint condition is violated only after the control parameter value is set in the electronic control device and the engine is operated.

応答曲面法では、計測する制御パラメータ値の組は実験計画法により定められる。この場合に用いられる直交計画、中央複合計画またはD最適計画と呼ばれる方法では、探索すべき制御パラメータ値の組により形成される空間(制御パラメータ空間または決定変数空間)の全領域で統計モデルの近似精度を高めるために、制御パラメータ空間に幅広く分布するように制御パラメータ値の組を決定する。したがって、制約条件に違反する制御パラメータ値の組が存在する可能性がある。   In the response surface method, a set of control parameter values to be measured is determined by an experimental design method. In a method called orthogonal design, central composite design, or D-optimal design used in this case, approximation of a statistical model is performed in the entire space (control parameter space or decision variable space) formed by a set of control parameter values to be searched. In order to increase accuracy, a set of control parameter values is determined so as to be widely distributed in the control parameter space. Therefore, there may be a set of control parameter values that violate the constraint conditions.

応答曲面法において制御パラメータ値の組の制約条件を設定する方法として、例えば非特許文献4および5に示される方法が提案されている。これらの方法は、概略以下のように行われる。   For example, methods disclosed in Non-Patent Documents 4 and 5 have been proposed as methods for setting a constraint condition for a set of control parameter values in the response surface methodology. These methods are generally performed as follows.

図33は応答曲面法において制御パラメータ値の組の制約条件を設定する方法を説明するための概念図である。   FIG. 33 is a conceptual diagram for explaining a method of setting a constraint condition for a set of control parameter values in the response surface methodology.

図33において、まず、予め安全とわかっている制御パラメータ値の組を初期パラメータ値IPとし、その初期パラメータ値IPと実験計画法で設定された制御パラメータ値LA1〜LA8の組との内分点を算出し、離散的または連続的に初期パラメータ値IPから設定された制御パラメータ値LA1〜LA8へ向かって順に評価する。そして、ある制御パラメータ値の評価時に制約条件の違反が発生した場合(例えば排気温度が予め定められたしきい値を超えた場合)には、その制御パラメータ値から1段階前の制御パラメータ値に戻り、その制御パラメータ値を限界パラメータ値LP1〜LP8と判定する。   In FIG. 33, first, a set of control parameter values that is known to be safe in advance is set as an initial parameter value IP, and an internal dividing point between the initial parameter value IP and a set of control parameter values LA1 to LA8 set by the experimental design method. Are evaluated discretely or continuously in order from the initial parameter value IP toward the set control parameter values LA1 to LA8. When a constraint condition is violated when evaluating a certain control parameter value (for example, when the exhaust gas temperature exceeds a predetermined threshold value), the control parameter value is changed from the control parameter value to the previous control parameter value. Returning, the control parameter values are determined as the limit parameter values LP1 to LP8.

図33では、制約条件の違反が発生しない制御パラメータ値を白丸印で示し、制約条件の違反が発生した制御パラメータ値を黒丸印で示す。   In FIG. 33, control parameter values at which no constraint condition violation occurs are indicated by white circles, and control parameter values at which the constraint condition violation occurred are indicated by black circles.

このようにして判定された全ての限界パラメータ値LP1〜LP8に対して凸包またはサポートベクトルマシンによる2クラス分類器を作成することにより点線で示す実行可能領域の近似モデルを作成する。このようにして得られた実行可能領域の近似モデルは境界モデルとも呼ばれる。   An approximation model of an executable region indicated by a dotted line is created by creating a two-class classifier using a convex hull or a support vector machine for all the limit parameter values LP1 to LP8 determined in this way. The approximate model of the feasible region obtained in this way is also called a boundary model.

しかしながら、上記の方法では、非常に少ない点を用いて実行可能領域の境界を推定するために、複雑な形状の境界を表現することが難しい。図33に示すように、真の実行可能領域と推定された実行可能領域とが大きく異なる場合も生じる。   However, in the above method, it is difficult to express a boundary of a complicated shape because the boundary of an executable region is estimated using very few points. As shown in FIG. 33, the true executable region and the estimated executable region may greatly differ.

そのため、境界モデルの外側に真のパレート最適解が存在した場合に、そのパレート最適解を発見することができない。また、境界モデルが真の実行不能領域を含む場合に、得られたパレート最適解集合の一部が実際の制約条件に違反している可能性がある。さらに、境界モデルの中央付近にパレート最適解集合が存在した場合に、境界モデルを求める手間が無駄になる。   Therefore, when a true Pareto optimal solution exists outside the boundary model, the Pareto optimal solution cannot be found. Further, when the boundary model includes a true infeasible region, there is a possibility that a part of the obtained Pareto optimal solution set violates an actual constraint condition. Furthermore, when the Pareto optimal solution set exists near the center of the boundary model, the effort for obtaining the boundary model is wasted.

一方、多目的進化型アルゴリズムを用いた実験ベースの最適化では、適応的に探索領域を変化させることができるため、上記のような問題は回避される。しかしながら、確率的に個体が生成されるために、特にパレート最適個体集合が実行可能領域の境界付近に存在する場合に、交叉オペレータまたは突然変異オペレータにより実行不能領域に個体が生成される可能性が高くなる。その結果、制約条件に違反した状態での個体の評価が増える可能性がある。   On the other hand, in the experiment-based optimization using the multi-objective evolutionary algorithm, the search area can be changed adaptively, and thus the above problem is avoided. However, because individuals are generated stochastically, there is a possibility that individuals will be generated in the infeasible region by the crossover operator or the mutation operator, particularly when the Pareto optimal individual set exists near the boundary of the feasible region. Get higher. As a result, there is a possibility that the evaluation of the individual in a state where the constraint condition is violated may increase.

上記のように、制約条件に違反した状態で個体を評価すると、最適化対象または計測器の故障または破損を招く可能性がある。   As described above, if an individual is evaluated in a state where the constraint condition is violated, there is a possibility that the optimization target or the measuring instrument may be broken or damaged.

本発明の目的は、制約条件を有する最適化対象の決定変数を短時間で精度良く最適化することが可能な多目的最適化装置、多目的最適化方法および多目的最適化プログラムを提供することである。   An object of the present invention is to provide a multi-objective optimization apparatus, a multi-objective optimization method, and a multi-objective optimization program that can optimize a decision variable to be optimized having a constraint condition in a short time with high accuracy.

(1)第1の発明に係る多目的最適化装置は、複数の目的関数を有する最適化対象の決定変数を制約条件の範囲で最適化する多目的最適化装置であって、多目的最適化において評価すべき決定変数の値を判定し、評価すべきと判定された決定変数の値を最適化対象に与えるとともに、最適化対象から出力される目的関数の値を用いて多目的最適化を行い、最適化対象から出力される制約関数の値が制約条件を満たす範囲で決定変数のパレート近似解集合を求める多目的最適化部と、多目的最適化部により評価された決定変数の値、最
適化対象から出力された目的関数の値および最適化対象から出力された制約関数の値が制約条件に違反するか否かを示す制約違反情報を探索履歴として対応付けて記憶する記憶部とを備え、多目的最適化部は、評価すべき決定変数の値を判定する際に、記憶部に記憶された探索履歴から、未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値を選択し、選択された所定数の決定変数の値に対応する制約違反情報が制約条件の違反を示すか否かに基づいて未評価の決定変数の値を評価すべきか否かを判定するものである。
(1) A multi-objective optimization apparatus according to a first invention is a multi-objective optimization apparatus that optimizes a decision variable to be optimized having a plurality of objective functions within a range of constraint conditions, and evaluates the multi-objective optimization apparatus in multi-objective optimization. Determine the value of the power decision variable, give the value of the decision variable determined to be evaluated to the optimization target, and perform multi-objective optimization using the value of the objective function output from the optimization target to optimize The multi-objective optimization unit that obtains the Pareto approximate solution set of the decision variable within the range where the constraint function value output from the target satisfies the constraint condition, and the value of the decision variable evaluated by the multi-objective optimization unit and output from the optimization target A multi-objective optimization unit including a storage unit that associates and stores, as a search history, constraint violation information indicating whether or not the value of the objective function and the value of the constraint function output from the optimization target violate the constraint condition Is When determining the value of the decision variable to be valued, it is selected from the search history stored in the storage unit by selecting the value of the decision variable that is closer to the value of the unevaluated decision variable and has been evaluated a predetermined number. Whether or not the value of the unevaluated decision variable should be evaluated is determined based on whether or not the constraint violation information corresponding to the predetermined number of decision variable values indicates violation of the constraint condition.

その多目的最適化装置においては、多目的最適化部により多目的最適化において評価すべき決定変数の値が判定される。評価すべきと判定された決定変数の値が最適化対象に与えられるとともに、最適化対象から出力される目的関数の値を用いて多目的最適化部により多目的最適化が行われ、最適化対象から出力される制約関数の値が制約条件を満たす範囲で決定変数のパレート近似解集合が求められる。   In the multi-objective optimization apparatus, the value of the decision variable to be evaluated in the multi-objective optimization is determined by the multi-objective optimization unit. The value of the decision variable determined to be evaluated is given to the optimization target, and the multi-objective optimization unit performs multi-objective optimization using the value of the objective function output from the optimization target. A Pareto approximate solution set of the decision variable is obtained in a range where the value of the output constraint function satisfies the constraint condition.

多目的最適化部により評価された決定変数の値、最適化対象から出力された目的関数の値および最適化対象から出力された制約関数の値が制約条件に違反するか否かを示す制約違反情報は、探索履歴として対応付けられて記憶部に記憶される。   Constraint violation information indicating whether the value of the decision variable evaluated by the multi-objective optimization unit, the value of the objective function output from the optimization target, and the value of the constraint function output from the optimization target violate the constraint condition Are associated with each other as a search history and stored in the storage unit.

評価すべき決定変数の値を判定する際には、記憶部に記憶された探索履歴から、未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値が選択され、選択された所定数の決定変数の値に対応する制約違反情報が制約条件の違反を示すか否かに基づいて未評価の決定変数の値を評価すべきか否かが判定される。   When determining the value of the decision variable to be evaluated, the value of the decision variable that is closer to the value of the unevaluated decision variable and that has been evaluated is selected and selected from the search history stored in the storage unit. It is determined whether or not the value of the unevaluated decision variable should be evaluated based on whether or not the constraint violation information corresponding to the predetermined number of decision variable values indicates a violation of the constraint condition.

それにより、最適化対象に与えられた決定変数の値に対応する制約関数の値が制約条件に違反する可能性が低減される。したがって、制約条件の違反を回避しつつ精度良くパレート近似解集合を得ることができる。   Thereby, the possibility that the value of the constraint function corresponding to the value of the decision variable given to the optimization target violates the constraint condition is reduced. Therefore, it is possible to obtain a Pareto approximate solution set with high accuracy while avoiding violation of constraint conditions.

(2)所定数は1であり、多目的最適化部は、評価すべき決定変数の値を判定する際に、未評価の決定変数の値に最も近い1個の評価済みである決定変数の値を選択し、選択された1個の評価済みである決定変数の値に対応する制約違反情報が制約条件の違反を示さない場合に未評価の決定変数の値を評価すべきと判定し、選択された1個の評価済みである決定変数の値に対応する制約違反情報が制約条件の違反を示す場合に未評価の決定変数の値を評価すべきでないと判定してもよい。   (2) The predetermined number is 1, and when the multipurpose optimization unit determines the value of the decision variable to be evaluated, the value of the one evaluated decision variable closest to the value of the unevaluated decision variable If the constraint violation information corresponding to the value of one selected decision variable that has been evaluated does not indicate a violation of the constraint condition, it is determined that the value of the unevaluated decision variable should be evaluated and selected. When the constraint violation information corresponding to one evaluated decision variable value indicates violation of the constraint condition, it may be determined that the value of the unevaluated decision variable should not be evaluated.

この場合、簡単な方法で最適化対象に与えられた決定変数の値に対応する制約関数の値が制約条件に違反する可能性およびパレート最適解の近傍で制約条件に違反しない決定変数の値が評価されない可能性を確実に低減することができる。   In this case, there is a possibility that the value of the constraint function corresponding to the value of the decision variable given to the optimization target by a simple method may violate the constraint condition, and the value of the decision variable that does not violate the constraint condition in the vicinity of the Pareto optimal solution. The possibility of not being evaluated can be reliably reduced.

(3)所定数はk個であり(kは2以上の自然数)、多目的最適化部は、評価すべき決定変数の値を判定する際に、未評価の決定変数の値により近くかつk個の評価済みである決定変数の値を選択し、選択されたk個の評価済みである決定変数の値に対応する制約違反情報が制約条件の違反を示すか否かの多数決により未評価の決定変数の値を評価すべきか否かを判定してもよい。   (3) The predetermined number is k (k is a natural number of 2 or more), and the multi-objective optimization unit is closer to the value of the unevaluated decision variable and k pieces when determining the value of the decision variable to be evaluated. The value of a decision variable that has been evaluated is selected, and an unevaluated decision is made by majority decision whether or not the constraint violation information corresponding to the selected k evaluation variable values that have been evaluated indicates violation of the constraint condition It may be determined whether the value of the variable should be evaluated.

この場合、簡単な方法で最適化対象に与えられた決定変数の値に対応する制約関数の値が制約条件に違反する可能性およびパレート最適解の近傍で制約条件に違反しない決定変数の値が評価されない可能性を確実に低減することができる。   In this case, there is a possibility that the value of the constraint function corresponding to the value of the decision variable given to the optimization target by a simple method may violate the constraint condition, and the value of the decision variable that does not violate the constraint condition in the vicinity of the Pareto optimal solution. The possibility of not being evaluated can be reliably reduced.

(4)多目的最適化部は、決定変数空間においてユークリッド距離に基づいて未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値を選択してもよい。   (4) The multi-objective optimization unit may select a predetermined number of evaluation variable values that are closer to the unevaluated determination variable value in the determination variable space and based on the Euclidean distance.

この場合、簡単な方法で未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値を正確に選択することができる。   In this case, it is possible to accurately select a predetermined number of evaluated decision variable values that are closer to the unevaluated decision variable value by a simple method.

(5) 多目的最適化部は、決定変数空間において、未評価の決定変数の値と制約違反情報が制約条件に違反しないことを示す評価済みの決定件数の値とのユークリッド距離および未評価の決定変数の値と制約違反情報が制約条件に違反することを示す評価済みの決定件数の値とのユークリッド距離にそれぞれ重み付けを行い、重み付けが行われたユークリッド距離に基づいて未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値を選択してもよい。   (5) The multi-objective optimization unit, in the decision variable space, determines the Euclidean distance and the unevaluated decision between the value of the unevaluated decision variable and the value of the number of decided decisions that indicate that the constraint violation information does not violate the constraint condition. Weight each Euclidean distance between the value of the variable and the value of the number of decisions that have been evaluated to indicate that the constraint violation information violates the constraint condition, and the value of the unevaluated decision variable based on the weighted Euclidean distance The value of a decision variable that is closer and a predetermined number of evaluated variables may be selected.

この場合、重みを調整することにより評価すべきと決定変数の値の範囲を調整すること
が可能となる。それにより、パレート最適解の近傍で評価される決定変数の値の範囲を調整することができるとともに、求められるパレート近似解集合とパレート最適解集合との誤差を調整することができる。
In this case, it is possible to adjust the range of values of the decision variable to be evaluated by adjusting the weight. Thereby, it is possible to adjust the range of the value of the decision variable evaluated in the vicinity of the Pareto optimal solution, and to adjust the error between the Pareto approximate solution set and the Pareto optimal solution set to be obtained.

(6)多目的最適化部は、多目的進化型アルゴリズムにより未評価の決定変数の値を生成してもよい。この場合、効率的にパレート近似解集合を求めることができる。   (6) The multi-objective optimization unit may generate an unevaluated decision variable value by a multi-objective evolutionary algorithm. In this case, a Pareto approximate solution set can be efficiently obtained.

(7)第2の発明に係る多目的最適化方法は、複数の目的関数を有する最適化対象の決定変数を制約条件の範囲で最適化する多目的最適化方法であって、多目的最適化において評価すべき決定変数の値を判定し、評価すべきと判定された決定変数の値を最適化対象に与えるとともに、最適化対象から出力される目的関数の値を用いて多目的最適化を行い、最適化対象から出力される制約関数の値が制約条件を満たす範囲で決定変数のパレート近似解集合を求めるステップと、評価された決定変数の値、最適化対象から出力された目的関数の値および最適化対象から出力された制約関数の値が制約条件に違反するか否かを示す制約違反情報を探索履歴として対応付けて記憶部に記憶するステップとを備え、パレート近似解集合を求めるステップは、評価すべき決定変数の値を判定する際に、記憶部に記憶された探索履歴から、未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値を選択し、選択された所定数の決定変数の値に対応する制約違反情報が制約条件の違反を示すか否かに基づいて未評価の決定変数の値を評価すべきか否かを判定するステップを含むものである。   (7) A multi-objective optimization method according to the second invention is a multi-objective optimization method for optimizing a decision variable to be optimized having a plurality of objective functions within a range of constraints, and is evaluated in the multi-objective optimization. Determine the value of the power decision variable, give the value of the decision variable determined to be evaluated to the optimization target, and perform multi-objective optimization using the value of the objective function output from the optimization target to optimize A step for obtaining a Pareto approximate solution set of decision variables within a range in which the value of the constraint function output from the target satisfies the constraint conditions, the value of the evaluated decision variable, the value of the objective function output from the optimization target, and the optimization A step of obtaining a Pareto approximate solution set, comprising associating constraint violation information indicating whether or not a constraint function value output from a target violates a constraint condition as a search history in a storage unit When determining the value of the decision variable to be evaluated, select the value of the decision variable that is closer to the value of the unevaluated decision variable and has been evaluated a predetermined number from the search history stored in the storage unit, and select And determining whether or not the value of the unevaluated decision variable should be evaluated based on whether or not the constraint violation information corresponding to the predetermined number of decision variable values indicates a violation of the constraint condition.

その多目的最適化方法においては、多目的最適化において評価すべき決定変数の値が判定される。評価すべきと判定された決定変数の値が最適化対象に与えられるとともに、最適化対象から出力される目的関数の値を用いて多目的最適化が行われ、最適化対象から出力される制約関数の値が制約条件を満たす範囲で決定変数のパレート近似解集合が求められる。   In the multi-objective optimization method, the value of a decision variable to be evaluated in multi-objective optimization is determined. The value of the decision variable determined to be evaluated is given to the optimization target, and multi-objective optimization is performed using the value of the objective function output from the optimization target, and the constraint function output from the optimization target A Pareto approximate solution set of decision variables is obtained in the range where the value of satisfies the constraint condition.

評価された決定変数の値、最適化対象から出力された目的関数の値および最適化対象から出力された制約関数の値が制約条件に違反するか否かを示す制約違反情報は、探索履歴として対応付けられて記憶部に記憶される。   The constraint violation information indicating whether the value of the evaluated decision variable, the value of the objective function output from the optimization target, and the value of the constraint function output from the optimization target violates the constraint condition is the search history. Correspondingly stored in the storage unit.

評価すべき決定変数の値を判定する際には、記憶部に記憶された探索履歴から、未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値が選択され、選択された所定数の決定変数の値に対応する制約違反情報が制約条件の違反を示すか否かに基づいて未評価の決定変数の値を評価すべきか否かが判定される。   When determining the value of the decision variable to be evaluated, the value of the decision variable that is closer to the value of the unevaluated decision variable and that has been evaluated is selected and selected from the search history stored in the storage unit. It is determined whether or not the value of the unevaluated decision variable should be evaluated based on whether or not the constraint violation information corresponding to the predetermined number of decision variable values indicates a violation of the constraint condition.

それにより、最適化対象に与えられた決定変数の値に対応する制約関数の値が制約条件に違反する可能性が低減される。したがって、制約条件の違反を回避しつつ精度良くパレート近似解集合を得ることができる。   Thereby, the possibility that the value of the constraint function corresponding to the value of the decision variable given to the optimization target violates the constraint condition is reduced. Therefore, it is possible to obtain a Pareto approximate solution set with high accuracy while avoiding violation of constraint conditions.

(8)第3の発明に係る多目的最適化プログラムは、複数の目的関数を有する最適化対象の決定変数を制約条件の範囲で最適化する多目的最適化方法をコンピュータに実行させる多目的最適化プログラムであって、多目的最適化において評価すべき決定変数の値を判定し、評価すべきと判定された決定変数の値を最適化対象に与えるとともに、最適化対象から出力される目的関数の値を用いて多目的最適化を行い、最適化対象から出力される制約関数の値が制約条件を満たす範囲で決定変数のパレート近似解集合を求める処理と、評価された決定変数の値、最適化対象から出力された目的関数の値および最適化対象から出力された制約関数の値が制約条件に違反するか否かを示す制約違反情報を探索履歴として対応付けて記憶部に記憶する処理とを備え、パレート近似解集合を求める処理は、評価すべき決定変数の値を判定する際に、記憶部に記憶された探索履歴から、未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値を選択し、選択された所定数の決定変数の値に対応する制約違反情報が制約条件の違反を示すか否かに基づいて未評価の決定変数の値を評価すべきか否かを判定する処理を含むものである。   (8) A multi-objective optimization program according to a third invention is a multi-objective optimization program for causing a computer to execute a multi-objective optimization method for optimizing a decision variable to be optimized having a plurality of objective functions within a range of constraint conditions. Therefore, the value of the decision variable to be evaluated in multi-objective optimization is determined, the value of the decision variable determined to be evaluated is given to the optimization target, and the value of the objective function output from the optimization target is used. Multi-objective optimization and obtaining a Pareto approximate solution set of decision variables within the range where the constraint function values output from the optimization target satisfy the constraint conditions, and the evaluated decision variable values and output from the optimization target Processing that stores constraint violation information that indicates whether or not the value of the objective function that has been set and the value of the constraint function that is output from the optimization target violates the constraint condition as a search history and stores it in the storage unit The processing for obtaining the Pareto approximate solution set includes a search history stored in the storage unit, when determining the value of the decision variable to be evaluated, closer to the value of the unevaluated decision variable and a predetermined number of evaluations. The value of the decision variable that has already been selected and the value of the unevaluated decision variable should be evaluated based on whether or not the constraint violation information corresponding to the selected number of decision variable values indicates a violation of the constraint condition. This includes processing for determining whether or not

その多目的最適化方法によれば、多目的最適化において評価すべき決定変数の値が判定される。評価すべきと判定された決定変数の値が最適化対象に与えられるとともに、最適化対象から出力される目的関数の値を用いて多目的最適化が行われ、最適化対象から出力される制約関数の値が制約条件を満たす範囲で決定変数のパレート近似解集合が求められ
る。
According to the multi-objective optimization method, the value of the decision variable to be evaluated in the multi-objective optimization is determined. The value of the decision variable determined to be evaluated is given to the optimization target, and multi-objective optimization is performed using the value of the objective function output from the optimization target, and the constraint function output from the optimization target A Pareto approximate solution set of decision variables is obtained in the range where the value of satisfies the constraint condition.

評価された決定変数の値、最適化対象から出力された目的関数の値および最適化対象から出力された制約関数の値が制約条件に違反するか否かを示す制約違反情報は、探索履歴として対応付けられて記憶部に記憶される。   The constraint violation information indicating whether the value of the evaluated decision variable, the value of the objective function output from the optimization target, and the value of the constraint function output from the optimization target violates the constraint condition is the search history. Correspondingly stored in the storage unit.

評価すべき決定変数の値を判定する際には、記憶部に記憶された探索履歴から、未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値が選択され、選択された所定数の決定変数の値に対応する制約違反情報が制約条件の違反を示すか否かに基づいて未評価の決定変数の値を評価すべきか否かが判定される。   When determining the value of the decision variable to be evaluated, the value of the decision variable that is closer to the value of the unevaluated decision variable and that has been evaluated is selected and selected from the search history stored in the storage unit. It is determined whether or not the value of the unevaluated decision variable should be evaluated based on whether or not the constraint violation information corresponding to the predetermined number of decision variable values indicates a violation of the constraint condition.

それにより、最適化対象に与えられた決定変数の値に対応する制約関数の値が制約条件に違反する可能性が低減される。したがって、制約条件の違反を回避しつつ精度良くパレート近似解集合を得ることができる。   Thereby, the possibility that the value of the constraint function corresponding to the value of the decision variable given to the optimization target violates the constraint condition is reduced. Therefore, it is possible to obtain a Pareto approximate solution set with high accuracy while avoiding violation of constraint conditions.

本発明によれば、最適化対象に与えられた決定変数の値に対応する制約関数の値が制約条件に違反する可能性が低減される。したがって、制約条件の違反を回避しつつ精度良くパレート近似解集合を得ることができる。   According to the present invention, the possibility that the value of the constraint function corresponding to the value of the decision variable given to the optimization target violates the constraint condition is reduced. Therefore, it is possible to obtain a Pareto approximate solution set with high accuracy while avoiding violation of constraint conditions.

以下、本発明の一実施の形態に係る多目的最適化装置について図面を参照しながら説明する。   Hereinafter, a multi-objective optimization apparatus according to an embodiment of the present invention will be described with reference to the drawings.

(1)多目的最適化装置の機能的な構成
図1は本発明の一実施の形態に係る多目的最適化装置の機能的な構成を示すブロック図である。
(1) Functional Configuration of Multi-Objective Optimization Device FIG. 1 is a block diagram showing a functional configuration of a multi-purpose optimization device according to an embodiment of the present invention.

本実施の形態では、多目的最適化装置1は、多目的進化型アルゴリズムを利用して多目的最適化問題のパレート近似個体集合を算出する。パレート近似個体集合とは、多目的進化型アルゴリズムにより求まる近似的なパレート最適個体集合であり、具体的には多目的進化型アルゴリズムによる多目的最適化の最終世代で得られる個体集合である。例えば、多目的進化型アルゴリズムとして多目的遺伝的アルゴリズム(GA)が用いられる。   In the present embodiment, the multi-objective optimization apparatus 1 calculates a Pareto approximate individual set of a multi-objective optimization problem using a multi-objective evolutionary algorithm. The Pareto approximate individual set is an approximate Pareto optimal individual set obtained by a multi-objective evolution type algorithm, and specifically, an individual set obtained in the final generation of multi-objective optimization by a multi-objective evolution type algorithm. For example, a multipurpose genetic algorithm (GA) is used as a multipurpose evolutionary algorithm.

この多目的最適化装置1は、最適化対象6に接続される。最適化対象6は、機器の性能を評価する評価システムである。評価システムは、実システムを評価する評価装置である。実システムは、例えばエンジンまたはモータであり、評価装置は、例えばエンジン評価装置またはモータ評価装置である。本実施の形態では、最適化対象6はエンジン試験機である。   This multi-objective optimization apparatus 1 is connected to an optimization target 6. The optimization target 6 is an evaluation system that evaluates the performance of the device. The evaluation system is an evaluation device that evaluates an actual system. The actual system is, for example, an engine or a motor, and the evaluation device is, for example, an engine evaluation device or a motor evaluation device. In the present embodiment, the optimization target 6 is an engine testing machine.

多目的最適化装置1は、多目的進化型アルゴリズム部2および探索履歴記憶部3を含む。   The multi-objective optimization apparatus 1 includes a multi-objective evolution type algorithm unit 2 and a search history storage unit 3.

多目的進化型アルゴリズム部2は、後述するCPU101(図2)が多目的最適化プログラムを実行することにより実現される。探索履歴記憶部3は、後述する外部記憶装置106(図2)により構成される。   The multi-objective evolution type algorithm unit 2 is realized by a CPU 101 (FIG. 2) described later executing a multi-objective optimization program. The search history storage unit 3 includes an external storage device 106 (FIG. 2) described later.

この多目的最適化装置1には、複数の決定変数、1または複数の条件変数、複数の適応度関数(目的関数)、および1または複数の制約関数が設定される。   In the multi-objective optimization apparatus 1, a plurality of decision variables, one or more condition variables, a plurality of fitness functions (objective functions), and one or a plurality of constraint functions are set.

決定変数は、最適化対象6の調整可能な値(制御パラメータ)である。条件変数は、多目的最適化問題の条件を表す変数である。適応度関数および制約関数は、決定変数を入力とする関数である。特定の決定変数の値に対する適応度関数の出力を適応度(目的関数値)と呼び、特定の決定変数の値に対する制約関数の出力を制約関数値と呼ぶ。制約関数値が満たすべき条件を制約条件と呼ぶ。   The decision variable is an adjustable value (control parameter) of the optimization target 6. A conditional variable is a variable that represents a condition of a multi-objective optimization problem. The fitness function and the constraint function are functions having a decision variable as an input. The output of the fitness function for the value of the specific decision variable is called fitness (objective function value), and the output of the constraint function for the value of the specific decision variable is called the constraint function value. A condition that the constraint function value should satisfy is called a constraint condition.

決定変数としては、燃料噴射量、燃料噴射時期、点火時期、スロットル開度等が挙げられる。決定変数は、遺伝的アルゴリズムでは、遺伝子と呼ばれる。多目的遺伝的アルゴリズムの個体とは、多目的最適化問題の解の候補であり、複数の決定変数の値の組からなる。以下、多目的遺伝的アルゴリズムの個体を単に個体と呼ぶ。   Examples of the decision variable include fuel injection amount, fuel injection timing, ignition timing, throttle opening, and the like. The decision variable is called a gene in the genetic algorithm. An individual of a multi-objective genetic algorithm is a candidate for a solution of a multi-objective optimization problem, and consists of a set of values of a plurality of decision variables. Hereinafter, an individual of a multipurpose genetic algorithm is simply referred to as an individual.

適応度関数としては、例えば、燃費(燃料消費量)、トルク、エンジンの排出ガス中のCO(一酸化炭素)濃度、HC(炭化水素)濃度、NO(窒素酸化物)濃度、SOF(可溶有機成分)量、すす(soot)量等が挙げられる。 The fitness function includes, for example, fuel consumption (fuel consumption), torque, CO (carbon monoxide) concentration, HC (hydrocarbon) concentration, NO x (nitrogen oxide) concentration, SOF (possible) in engine exhaust gas. Soluble organic component) amount, soot amount and the like.

ここで、トレードオフの関係としては、トルクと燃費、トルクとCO濃度、トルクとHC濃度、燃費とNO濃度、CO濃度とNO濃度、HC濃度とNO濃度、NO濃度とすす量等が挙げられる。 Here, the relation of trade-off, torque and fuel economy, torque and CO concentrations, torque and HC concentration, fuel efficiency and concentration of NO x, CO concentration and concentration of NO x, HC concentration and concentration of NO x, concentration of NO x and soot amount Etc.

制約関数としては、例えば、トルク変動の量、異常噴射の有無、エンジンの排出ガス中のCO濃度、HC濃度、NO濃度、SOF量、およびすす量等が挙げられる。条件変数としては、例えば、負荷トルク、エンジン回転速度等が挙げられる。 The constraint function, for example, the amount of torque fluctuation, the presence or absence of abnormal injection, CO concentration in the exhaust gas of the engine, HC concentration, NO x concentration, SOF amount, and soot amount, and the like. Examples of the condition variable include load torque, engine rotation speed, and the like.

多目的進化型アルゴリズム部2は、条件変数の各値について多目的進化型アルゴリズムにしたがって個体を発生して多点探索を行い、適応度をパレート最適性で評価することにより、制約関数値が制約条件を満足する範囲でパレート近似個体集合を求める。また、多目的進化型アルゴリズム部2は、求められたパレート近似個体集合を使用者に提示する。   The multi-objective evolution type algorithm unit 2 generates individuals according to the multi-objective evolution type algorithm for each value of the condition variable, performs multipoint search, and evaluates the fitness with Pareto optimality. Find a Pareto approximated population within a satisfactory range. Further, the multi-objective evolution type algorithm unit 2 presents the obtained Pareto approximate individual set to the user.

具体的には、多目的進化型アルゴリズム部2は、個体(複数の決定変数の値の組)および条件変数の値を最適化対象6に与えるとともに、最適化対象6から出力される複数の適応度の組および制約関数値を受け、制約関数値が制約条件を満足する個体に対応する適応度の組のパレート最適性を評価する。また、多目的進化型アルゴリズム部2は、個体(複数の決定変数の値)、その個体に対応する適応度の組、およびその個体に対応する制約違反フラグを探索履歴記憶部3に与える。詳細は後述する。   Specifically, the multi-objective evolution type algorithm unit 2 gives the individual (a set of values of a plurality of decision variables) and the condition variable to the optimization target 6 and a plurality of fitness levels output from the optimization target 6. And the Pareto optimality of the fitness set corresponding to the individual whose constraint function value satisfies the constraint condition. In addition, the multi-objective evolution type algorithm unit 2 provides the search history storage unit 3 with an individual (values of a plurality of decision variables), a fitness set corresponding to the individual, and a constraint violation flag corresponding to the individual. Details will be described later.

探索履歴記憶部3は、多目的進化型アルゴリズム部2から与えられる個体(複数の決定変数の値の組)、その個体に対応する適応度の組、およびその個体に対応する制約違反フラグならびにパレート近似個体集合を記憶する。以下、探索履歴記憶部3に記憶される個体、その個体に対応する適応度の組、およびその個体に対応する制約違反フラグを探索履歴と呼ぶ。また、探索履歴記憶部3に記憶される個体を探索履歴個体と呼ぶ。   The search history storage unit 3 includes an individual (a set of values of a plurality of decision variables) given from the multi-objective evolution type algorithm unit 2, a fitness set corresponding to the individual, a constraint violation flag corresponding to the individual, and a Pareto approximation. Memorize the population. Hereinafter, the individual stored in the search history storage unit 3, the fitness set corresponding to the individual, and the constraint violation flag corresponding to the individual are referred to as a search history. An individual stored in the search history storage unit 3 is called a search history individual.

以下、多目的進化型アルゴリズム部2が最適化対象6に個体を与えるとともに最適化対象6から出力される適応度を受けることを個体の評価と呼ぶ。   Hereinafter, when the multi-objective evolution type algorithm unit 2 gives an individual to the optimization target 6 and receives the fitness output from the optimization target 6 is referred to as individual evaluation.

(2)多目的最適化装置のハードウエア構成
図2は図1の多目的最適化装置1のハードウエア構成を示すブロック図である。
(2) Hardware Configuration of Multipurpose Optimization Device FIG. 2 is a block diagram showing a hardware configuration of the multipurpose optimization device 1 of FIG.

多目的最適化装置1は、CPU(中央演算処理装置)101、ROM(リードオンリメモリ)102、RAM(ランダムアクセスメモリ)103、入力装置104、表示装置105、外部記憶装置106、記録媒体駆動装置107および入出力インタフェース108を含む。   The multi-objective optimization apparatus 1 includes a CPU (Central Processing Unit) 101, a ROM (Read Only Memory) 102, a RAM (Random Access Memory) 103, an input device 104, a display device 105, an external storage device 106, and a recording medium driving device 107. And an input / output interface 108.

入力装置104は、キーボード、マウス等からなり、各種指令および各種データを入力するために用いられる。ROM102にはシステムプログラムが記憶される。記録媒体駆動装置107は、CD(コンパクトディスク)ドライブ、DVD(デジタルバーサタイルディスク)ドライブ、フレキシブルディスクドライブ等からなり、CD、DVD、フレキシブルディスク等の記録媒体109に対してデータの読み書きを行う。   The input device 104 includes a keyboard, a mouse, and the like, and is used for inputting various commands and various data. The ROM 102 stores a system program. The recording medium driving device 107 includes a CD (compact disk) drive, a DVD (digital versatile disk) drive, a flexible disk drive, and the like, and reads / writes data from / to a recording medium 109 such as a CD, DVD, or flexible disk.

記録媒体109には、多目的最適化プログラム(以下、多目的最適化プログラムと呼ぶ。)が記録されている。外部記憶装置106は、ハードディスク装置等からなり、記録媒体駆動装置107を介して記録媒体109から読み込まれた多目的最適化プログラムおよび各種データを記憶する。CPU101は、外部記憶装置106に記憶された多目的最適化プログラムをRAM103上で実行する。   A multipurpose optimization program (hereinafter referred to as a multipurpose optimization program) is recorded on the recording medium 109. The external storage device 106 includes a hard disk device or the like, and stores a multipurpose optimization program and various data read from the recording medium 109 via the recording medium driving device 107. The CPU 101 executes the multipurpose optimization program stored in the external storage device 106 on the RAM 103.

表示装置105は、液晶表示パネル、CRT(陰極線管)等からなり、中途個体集合およびパレート最適個体集合等の各種画像を表示する。入出力インタフェース108には最適化対象6が無線通信または有線通信により接続される。入出力インタフェース108は、最適化対象6から出力される適応度の組を外部記憶装置106に転送するとともに、多目的最適化プログラムにより生成された個体(決定変数の値の組)を最適化対象6に与える。   The display device 105 includes a liquid crystal display panel, a CRT (cathode ray tube), and the like, and displays various images such as a midway individual set and a Pareto optimal individual set. The optimization target 6 is connected to the input / output interface 108 by wireless communication or wired communication. The input / output interface 108 transfers the fitness set output from the optimization target 6 to the external storage device 106, and the individual (set of decision variable values) generated by the multipurpose optimization program is optimized 6 To give.

なお、多目的最適化プログラムを記録する記録媒体109として、ROM等の半導体メモリ、ハードディスク等の種々の記録媒体を用いることができる。また、多目的最適化プログラムを通信回線等の通信媒体を介して外部記憶装置106にダウンロードし、RAM103上で実行してもよい。   As the recording medium 109 for recording the multipurpose optimization program, various recording media such as a semiconductor memory such as a ROM and a hard disk can be used. Alternatively, the multipurpose optimization program may be downloaded to the external storage device 106 via a communication medium such as a communication line and executed on the RAM 103.

ここで、記録媒体109は、コンピュータで読み取り可能な記録媒体であれば、電子的
読み取り方式、磁気的読み取り方式、光学的読み取り方式またはその他のあらゆる読み取り方式の記録媒体を含むものである。例えば、上記のCD、DVDおよびフレキシブルディスクの他、CDV(コンパクトディスクビデオ)等の光学的読取方式記録媒体、RAM、ROM等の半導体記録媒体、ハードディスク等の磁気記録型記録媒体、MO(光磁気ディスク)等の磁気記憶型/光学的読取方式記録媒体を用いることができる。
Here, as long as the recording medium 109 is a computer-readable recording medium, the recording medium 109 includes an electronic reading method, a magnetic reading method, an optical reading method, or any other reading method. For example, in addition to the above-mentioned CD, DVD and flexible disk, optical reading type recording medium such as CDV (compact disk video), semiconductor recording medium such as RAM and ROM, magnetic recording type recording medium such as hard disk, MO (magneto-optical) A magnetic storage type / optical reading type recording medium such as a disk) can be used.

(3)最適化対象の構成
図3は最適化対象6の構成の一例を示すブロック図である。図3の最適化対象6はエンジン評価装置である。
(3) Configuration of Optimization Target FIG. 3 is a block diagram showing an example of the configuration of the optimization target 6. The optimization target 6 in FIG. 3 is an engine evaluation device.

最適化対象6は、エンジン61、ECU(エンジン制御ユニット)62、計測装置63、制御用コンピュータ64および超低慣性ダイナモメータ65を含む。ECU62、計測装置63、制御用コンピュータ64および超低慣性ダイナモメータ65がエンジン試験機を構成する。このエンジン試験機によれば、エンジン61単体を用いてエンジン61を実車に搭載した場合と同等に評価することができる。   The optimization target 6 includes an engine 61, an ECU (engine control unit) 62, a measuring device 63, a control computer 64, and an ultra-low inertia dynamometer 65. The ECU 62, the measuring device 63, the control computer 64, and the ultra-low inertia dynamometer 65 constitute an engine testing machine. According to this engine testing machine, the evaluation can be performed in the same manner as when the engine 61 is mounted on an actual vehicle using the engine 61 alone.

超低慣性ダイナモメータ65は、エンジン61のクランクシャフトに接続され、エンジン61に与える負荷トルクを実時間で制御する。エンジン61は、燃料噴射時期および点火時期を制御するための電子制御装置を有する。   The ultra-low inertia dynamometer 65 is connected to the crankshaft of the engine 61 and controls the load torque applied to the engine 61 in real time. The engine 61 has an electronic control unit for controlling the fuel injection timing and the ignition timing.

ECU62は、多目的最適化装置1から制御パラメータとして決定変数の値を受信する。決定変数は、燃料噴射時期および点火時期等である。ECU62は、決定変数の値に基づいてエンジン61の燃料噴射時期および点火時期等を制御する。   The ECU 62 receives the value of the decision variable as a control parameter from the multipurpose optimization device 1. The decision variables are fuel injection timing, ignition timing, and the like. The ECU 62 controls the fuel injection timing and ignition timing of the engine 61 based on the value of the decision variable.

また、制御用コンピュータ64は、多目的最適化装置1から運転条件として条件変数の値を受信する。条件変数は、負荷トルクおよびエンジン回転速度等である。制御用コンピュータ64には、駆動系モデルおよび車両モデルが搭載される。制御用コンピュータ64は、条件変数の値に基づいて超低慣性ダイナモメータ65によりエンジン61に与えられる負荷トルクを制御する。また、制御用コンピュータ64は、エンジン61の回転速度を制御する。   Further, the control computer 64 receives the value of the condition variable as the operation condition from the multipurpose optimization apparatus 1. Condition variables are load torque, engine speed, and the like. The control computer 64 is equipped with a drive system model and a vehicle model. The control computer 64 controls the load torque applied to the engine 61 by the ultra-low inertia dynamometer 65 based on the value of the condition variable. The control computer 64 controls the rotational speed of the engine 61.

計測装置63は、排出ガス分析装置、燃焼解析装置および燃料流量計を含み、エンジン61からの排出ガス中の成分を分析し、適応度としてNOx濃度、SOF量およびすす量等を多目的最適化装置1に出力する。 The measuring device 63 includes an exhaust gas analysis device, a combustion analysis device, and a fuel flow meter, analyzes the components in the exhaust gas from the engine 61, and optimizes the NO x concentration, the SOF amount, the soot amount, etc. as the fitness. Output to device 1.

(4)制約条件
図4は制約条件について説明するための図である。図4の横軸は時間であり、縦軸は制約関数値である。
(4) Constraint Conditions FIG. 4 is a diagram for explaining the constraint conditions. The horizontal axis in FIG. 4 is time, and the vertical axis is the constraint function value.

上記のように、個体が最適化対象6に入力されると、最適化対象6から適応度および制約関数値が出力される。図4の評価時間の終了時点で得られた適応度が最終的な適応度として採用される。   As described above, when an individual is input to the optimization target 6, fitness and constraint function values are output from the optimization target 6. The fitness obtained at the end of the evaluation time in FIG. 4 is adopted as the final fitness.

図4において、致命的制約条件は、制約関数値がその条件の下限値を超えると直ちに最適化対象6が破損またはそれに準ずる状態になる条件である。致命的制約条件の例は、エンジンが破損する限界の回転速度以上または限界の油温以上である。多目的最適化の際に制約関数値は致命的制約条件の下限値を超えることは許されないが、最適化対象6が破損しない限り、致命的制約条件を知ることはできない。したがって、致命的制約条件は概念的な条件である。   In FIG. 4, the fatal constraint condition is a condition in which the optimization target 6 is immediately damaged or conforms to it when the constraint function value exceeds the lower limit value of the condition. Examples of fatal constraints are above the critical rotational speed at which the engine breaks or above the critical oil temperature. In the multi-objective optimization, the constraint function value is not allowed to exceed the lower limit value of the critical constraint condition, but the critical constraint condition cannot be known unless the optimization target 6 is damaged. Therefore, the fatal constraint condition is a conceptual condition.

危険制約条件は、制約関数値が短時間その条件の下限値を超えることは問題ないが、制約関数値が長時間その条件の下限値を超えている場合には最適化対象6に悪影響が生じる条件である。危険制約条件の例は、試験で運転可能として設定されているエンジン回転速度または油温の上限値以上でかつ致命的制約条件の下限値よりも低い範囲である。通常、制約関数値が危険制約条件の下限値を超えても直ちに最適化対象6が破損することはないが、制約関数値ができる限り危険制約条件の下限値を超えないように決定変数の値が設定される。   There is no problem in the risk constraint condition that the constraint function value exceeds the lower limit value of the condition for a short time, but when the constraint function value exceeds the lower limit value of the condition for a long time, the optimization target 6 is adversely affected. It is a condition. An example of the risk constraint condition is a range that is equal to or higher than the upper limit value of the engine rotation speed or oil temperature set to be operable in the test and lower than the lower limit value of the fatal constraint condition. Normally, even if the constraint function value exceeds the lower limit value of the risk constraint condition, the optimization target 6 is not immediately damaged, but the value of the decision variable is set so that the constraint function value does not exceed the lower limit value of the risk constraint condition as much as possible. Is set.

安全制約条件は、制約関数値が長時間その条件の下限値を超えても最適化対象6が影響を受けない条件である。安全制約条件の例は、法律で定められた騒音の許容範囲または排出ガスの許容範囲である。   The safety constraint condition is a condition in which the optimization target 6 is not affected even if the constraint function value exceeds the lower limit value of the condition for a long time. An example of a safety constraint is a legally acceptable noise tolerance or exhaust gas tolerance.

本実施の形態に係る多目的最適化装置1では、制約関数値が危険制約条件の上限値を超えない範囲で決定変数の値を調整しつつ、制約関数値が安全制約条件を満たす範囲で決定変数の値を最適化する。   In the multi-objective optimization apparatus 1 according to the present embodiment, the decision variable is adjusted in a range where the constraint function value satisfies the safety constraint condition while adjusting the value of the decision variable in a range where the constraint function value does not exceed the upper limit value of the risk constraint condition. Optimize the value of.

以下の説明では、制約関数値が危険制約条件の下限値以下の場合を制約関数値が制約条件を満足しているといい、制約関数値が危険制約条件の下限値を超える場合を制約関数値が制約条件に違反しているという。また、制約関数値が危険制約条件の下限値以下となる個体を制約条件を満たす個体といい、制約関数値が危険制約条件の下限値を超える個体を制約条件に違反する個体という。   In the following explanation, when the constraint function value is less than or equal to the lower limit value of the risk constraint condition, it is said that the constraint function value satisfies the constraint condition, and when the constraint function value exceeds the lower limit value of the risk constraint condition, Violates the constraints. An individual whose constraint function value is less than or equal to the lower limit value of the risk constraint condition is called an individual that satisfies the constraint condition, and an individual whose constraint function value exceeds the lower limit value of the risk constraint condition is called an individual that violates the constraint condition.

(5)探索履歴個体
次に、探索履歴記憶部3に探索履歴として記憶される探索履歴個体について説明する。
(5) Search History Individual Next, a search history individual stored as a search history in the search history storage unit 3 will be described.

探索履歴Hは次式のように表わされる。   The search history H is expressed as follows:

H={(h,C(h)),…,(h,C(h))}
ここで、Lは自然数であり、h,…,hはL個の探索履歴個体である。また、C(h),…,C(h)はそれぞれ探索履歴個体h,…,hに対応するL個の制約違反フラグベクトルである。
H = {(h 1, C (h 1)), ..., (h L, C (h L))}
Here, L is a natural number, and h 1 ,..., H L are L search history individuals. Also, C (h 1), ... , C (h L) Each search history individuals h 1, ..., a L-number of constraint violations flag vector corresponding to h L.

ここで、探索履歴個体h,…,hの各々をhとすると、探索履歴個体hは次式で表わされる。 Here, if each of the search history individuals h 1 ,..., H L is h, the search history individual h is represented by the following equation.

h=[h…h
上式のように、探索履歴個体hはn個の決定変数h,…,hの組からなるn次元の決定変数ベクトルである。nは自然数である。
h = [h 1 ... h n ] T
As shown in the above equation, the search history individual h is an n-dimensional decision variable vector composed of a set of n decision variables h 1 ,..., H n . n is a natural number.

制約違反フラグベクトルC(h),…,C(h)の各々をC(h )とすると、制約違反フラグベクトルC(h)は次式で表わされる。 Each of constraint violation flag vectors C (h 1 ),..., C (h L ) is represented by C (h ), The constraint violation flag vector C (h) is expressed by the following equation.

C(h)=[C(h),…,C(h)]
上式において、C(h),…,C(h)は、p個の制約関数値がそれぞれ制約条件に違反しているか否かを示すp個の制約違反フラグである。pは自然数である。
C (h) = [C 1 (h),..., C P (h)] T
In the above equation, C 1 (h),..., C P (h) are p constraint violation flags indicating whether or not the p constraint function values violate the constraint conditions. p is a natural number.

i=1,...,pとすると、制約違反フラグC(h)は次式で表わされる。 i = 1,. . . , When p, constraint violation flag C i (h) is expressed by the following equation.

(h)∈{0,1}
各制約違反フラグC(h)は、探索履歴個体hに対応する制約関数値が危険制約条件を満たしている場合に“0”となり、探索履歴個体hに対応する制約関数値が危険制約条件に違反している場合に“1”となる。
C i (h) ε {0,1}
Each constraint violation flag C i (h) is “0” when the constraint function value corresponding to the search history individual h satisfies the risk constraint condition, and the constraint function value corresponding to the search history individual h is the risk constraint condition. It is set to “1” when violated.

最適化対象6に個体が与えられた場合、最適化対象6から得られる制約関数値が危険制約条件に違反した時点で適応度の評価を中止することが望ましい。この場合、最終的な適応度が得られないため、個体に対応する適応度として最悪の値が与えられる。   When an individual is given to the optimization target 6, it is desirable to stop the fitness evaluation when the constraint function value obtained from the optimization target 6 violates the risk constraint condition. In this case, since the final fitness cannot be obtained, the worst value is given as the fitness corresponding to the individual.

(6)多目的進化型アルゴリズム
図5は多目的進化型アルゴリズムを説明するための模式図である。また、図6は多目的進化型アルゴリズムを説明するためのフローチャートである。
(6) Multi-objective evolutionary algorithm FIG. 5 is a schematic diagram for explaining a multi-objective evolutionary algorithm. FIG. 6 is a flowchart for explaining the multipurpose evolutionary algorithm.

本実施の形態では、Debらにより提案されたNSGA−II(Non-Dominated Sorting Genetic Algorithm-II)を用いる(非特許文献2参照)。   In the present embodiment, NSGA-II (Non-Dominated Sorting Genetic Algorithm-II) proposed by Deb et al. Is used (see Non-Patent Document 2).

まず、多目的進化型アルゴリズム部2は、図5(a)に示すように、t世代において、親個体集合Pから子個体集合Qを生成する(図6のステップS11)。   First, as shown in FIG. 5A, the multipurpose evolution type algorithm unit 2 generates a child individual set Q from the parent individual set P in the t generation (step S11 in FIG. 6).

次に、多目的進化型アルゴリズム部2は、図5(b)に示すように、親個体集合Pと子個体集合Qとの和集合Rに対して非優越ソートを行う(図6のステップS12)。非優越ソートとは、非優越ランキングにより個体をランク付けし,ランクがより小さい個体を優秀な個体として次世代に残すように個体集合を並び替える(ソートする)方法である。非優越ランキングの詳細は後述する。図5(b)の例では、和集合Rがランク1〜4に並び替えられている。   Next, as shown in FIG. 5B, the multi-objective evolution type algorithm unit 2 performs non-dominant sorting on the union R of the parent individual set P and the child individual set Q (step S12 in FIG. 6). . Non-dominant sorting is a method in which individuals are ranked by non-dominant ranking, and an individual set is rearranged (sorted) so that individuals with lower ranks remain as excellent individuals in the next generation. Details of the non-dominant ranking will be described later. In the example of FIG. 5B, the union R is rearranged into ranks 1 to 4.

次いで、多目的進化型アルゴリズム部2は、図5(c),(d)に示すように、和集合Rのランクごとに混雑度ソートを行う(図6のステップS13)。混雑度ソートとは、同一ランク内での個体の優劣を評価するために個体分布の疎密を評価し、より疎の部分に存在する個体を優秀な個体として次世代に残すように個体集合を並び替える(ソートする)
方法である。混雑度ソートの詳細は後述する。
Next, as shown in FIGS. 5C and 5D, the multi-objective evolution type algorithm unit 2 performs congestion degree sorting for each rank of the union R (step S13 in FIG. 6). Congestion degree sort is to evaluate the sparseness of the individual distribution in order to evaluate the superiority or inferiority of individuals within the same rank, and to arrange the individual sets so that the individuals present in the sparser part are left as excellent individuals in the next generation Change (sort)
Is the method. Details of the congestion degree sorting will be described later.

次に、多目的進化型アルゴリズム部2は、上位p(=|P|)個の個体を次世代(t+1世代)の親個体集合Pとして残す(図6のステップS14)。ここで、|P|は親個体集合の個数を表す。図5の例では、ランク4の個体が淘汰され、ランク3の個体のうち一部の下位の個体が淘汰されている。   Next, the multipurpose evolutionary algorithm unit 2 leaves the top p (= | P |) individuals as the next-generation (t + 1 generation) parent individual set P (step S14 in FIG. 6). Here, | P | represents the number of parent individual sets. In the example of FIG. 5, individuals with rank 4 are deceived, and some lower-order individuals among the individuals with rank 3 are deceived.

その後、多目的進化型アルゴリズム部2は、世代数が所定の終了条件に達したか否かを判別する(図6のステップS15)。   Thereafter, the multipurpose evolutionary algorithm unit 2 determines whether or not the number of generations has reached a predetermined end condition (step S15 in FIG. 6).

世代数が所定の終了条件に到達していない場合には、ステップS11に移行する。世代数が所定の終了条件に到達した場合には、多目的進化型アルゴリズム部2は、ステッブS15で生成された親個体集合Pをパレート近似個体集合として使用者に提示し、処理を終了する。   If the number of generations has not reached the predetermined end condition, the process proceeds to step S11. When the number of generations reaches a predetermined end condition, the multipurpose evolutionary algorithm unit 2 presents the parent individual set P generated in step S15 to the user as a Pareto approximate individual set, and ends the process.

(7)非優越ランキング
図7は非優越ランキングを説明するための模式図である。図7では、適応度空間の個体集合が示されている。図7の横軸は1つの適応度関数fであり、縦軸は他の1つの適応度関数fである。
(7) Non-dominant ranking FIG. 7 is a schematic diagram for explaining non-dominant ranking. FIG. 7 shows an individual set in the fitness space. 7, the horizontal axis is one fitness function f 1, the vertical axis is the other one fitness function f 2.

非優越ランキングでは、各個体のランク付けに基づいてパレート最適個体集合を求める。各個体のランク付けは次の手順により行う。   In the non-dominant ranking, the Pareto optimal individual set is obtained based on the ranking of each individual. Each individual is ranked according to the following procedure.

まず、優越比較の定義に基づいてすべての個体について優越比較を行い、他の個体に優越されない個体(非優越個体)を選択し、その非優越個体をランク1とする。次に、個体集合からランク1の個体を取り除き、残った個体集合について同様の操作を行う。残った個体集合における非優越個体をランク2とする。すべての個体のランクが決定するまで上記の操作を繰り返す。   First, superiority comparison is performed for all individuals based on the definition of superiority comparison, an individual that is not superior to other individuals (non-dominant individual) is selected, and the non-dominant individual is ranked 1. Next, the individual of rank 1 is removed from the individual set, and the same operation is performed on the remaining individual set. The non-dominant individuals in the remaining population are ranked 2. The above operation is repeated until the ranks of all individuals are determined.

ここでは、ランク1を最上位ランクとし、それ以上の数値のランクは数値が大きくなるほど下位のランクとなる。   Here, rank 1 is the highest rank, and ranks of higher numerical values become lower ranks as the numerical value increases.

図7の例では、個体I1〜I4は他の個体に優越されていない。したがって、個体I1〜I4のランクは1である。   In the example of FIG. 7, the individuals I1 to I4 are not superior to other individuals. Therefore, the rank of the individuals I1 to I4 is 1.

個体I1〜I4を取り除いた状態で個体I5〜I8は他の個体に優越されていない。したがって、個体I5〜I8のランクは2である。   In a state where the individuals I1 to I4 are removed, the individuals I5 to I8 are not dominated by other individuals. Therefore, the ranks of the individuals I5 to I8 are 2.

個体I5〜I8を取り除いた状態で個体I9,I10は他の個体に優越されていない。したがって、個体I9,I10のランクは3である。残った個体I11のランクは4である。   In a state where the individuals I5 to I8 are removed, the individuals I9 and I10 are not superior to other individuals. Therefore, the rank of the individuals I9 and I10 is 3. The rank of the remaining individual I11 is 4.

(8)混雑度ソート
図8は混雑度ソートを説明するための図である。図8では、適応度空間の個体集合が示されている。
(8) Congestion degree sort FIG. 8 is a diagram for explaining the congestion degree sort. FIG. 8 shows an individual set of fitness space.

混雑度ソートでは、同じランクの各注目個体について、それに隣接する2つの個体を結ぶ線を対角線とする長方形を想定し、長方形の縦および横の辺の長さの合計で混雑度(混雑距離)を表す。混雑度の値が小さいほど注目個体は混雑した領域に存在する。同じランクの両端の個体には最大の混雑度を与える。   In the degree of congestion sort, for each target individual of the same rank, a rectangle whose diagonal is the line connecting two adjacent individuals is assumed, and the degree of congestion (congestion distance) is the sum of the lengths of the vertical and horizontal sides of the rectangle. Represents. The smaller the value of the degree of congestion, the more focused the individual is in the crowded area. Individuals at both ends of the same rank are given maximum congestion.

図8の例では、個体I2の混雑度は、隣接する個体I1,I3が作る長方形s1の横の辺の長さd1および縦の辺の長さd2の合計で表される。個体I3の混雑度は、隣接する個体I2,I4が作る長方形s2の横の辺の長さd3および縦の辺の長さd4の合計で表される。   In the example of FIG. 8, the congestion degree of the individual I2 is represented by the sum of the length d1 of the horizontal side and the length d2 of the vertical side of the rectangle s1 formed by the adjacent individuals I1 and I3. The congestion degree of the individual I3 is represented by the sum of the length d3 of the horizontal side and the length d4 of the vertical side of the rectangle s2 formed by the adjacent individuals I2 and I4.

図9は多目的進化型アルゴリズム部2による混雑度ソートの処理を示すフローチャートである。   FIG. 9 is a flowchart showing the congestion degree sorting process by the multipurpose evolutionary algorithm unit 2.

まず、多目的進化型アルゴリズム部2は、個体集合を適応度関数ごとにソートし、適応度関数ごとに同一ランク内で各注目個体に隣接する2つの個体を調べる(ステップS21)。   First, the multi-objective evolution type algorithm unit 2 sorts the individual set for each fitness function, and examines two individuals adjacent to each target individual within the same rank for each fitness function (step S21).

次に、多目的進化型アルゴリズム部2は、各注目個体に隣接する2つの個体間の数学的距離を適応度関数ごとに算出し、各注目個体についての複数の適応度関数における数学的距離の合計を混雑度として算出する(ステップS22)。ここで、数学的距離としてはユ
ークリッド距離を用いる。
Next, the multi-objective evolution type algorithm unit 2 calculates a mathematical distance between two individuals adjacent to each target individual for each fitness function, and sums the mathematical distances in a plurality of fitness functions for each target individual. Is calculated as a congestion degree (step S22). Here, the Euclidean distance is used as the mathematical distance.

その後、多目的進化型アルゴリズム部2は、各ランクの個体集合の個体を混雑度の値の大きい順にソートする(ステップS23)。   Thereafter, the multipurpose evolutionary algorithm unit 2 sorts the individuals of the individual set of each rank in descending order of the value of the degree of congestion (step S23).

このようにして、より上位のランクでより大きな混雑度を有する所定数の個体が選択され、他の個体が削除される。その結果、より優秀な個体が次世代に残される。   In this way, a predetermined number of individuals having a higher degree of congestion at a higher rank are selected, and other individuals are deleted. As a result, more excellent individuals are left for the next generation.

(9)最近傍法による子個体の選別方法
図10は本実施の形態に係る多目的進化型アルゴリズム部2による子個体の選別方法を説明するためのフローチャートである。本実施の形態では、生成された子個体を多目的最適化における子個体として採用するか否かを最近傍法を用いて判定する。
(9) Child Individual Sorting Method by the Nearest Neighbor Method FIG. 10 is a flowchart for explaining a child individual sorting method by the multipurpose evolutionary algorithm unit 2 according to the present embodiment. In the present embodiment, it is determined using the nearest neighbor method whether or not the generated child individual is adopted as a child individual in multi-objective optimization.

まず、多目的進化型アルゴリズム部2は、探索履歴記憶部3に記憶された探索履歴個体から全ての制約条件に違反していない複数の探索履歴個体を親個体として選択する(ステップS31)。   First, the multi-purpose evolution type algorithm unit 2 selects a plurality of search history individuals that do not violate all of the constraint conditions from the search history individuals stored in the search history storage unit 3 as parent individuals (step S31).

次に、多目的進化型アルゴリズム部2は、複数の親個体の交叉または突然変異により子個体を生成する(ステップS32)。   Next, the multipurpose evolution type algorithm unit 2 generates a child individual by crossing or mutating a plurality of parent individuals (step S32).

さらに、多目的進化型アルゴリズム部2は、決定変数空間上で生成された子個体の最近傍の探索履歴個体を選択する(ステップS33)。   Further, the multipurpose evolution type algorithm unit 2 selects the search history individual nearest to the child individual generated on the decision variable space (step S33).

そして、多目的進化型アルゴリズム部2は、選択された探索履歴個体に対応する制約違反フラグの少なくとも1つが“1”であるか否かを判別する(ステップS34)。   Then, the multi-purpose evolution type algorithm unit 2 determines whether or not at least one of the constraint violation flags corresponding to the selected search history individual is “1” (step S34).

選択された探索履歴個体に対応する制約違反フラグの少なくとも1つが“1”である場合には、多目的進化型アルゴリズム部2は、生成された子個体を棄却し(ステップS35)、ステップS32の処理に戻る。   If at least one of the constraint violation flags corresponding to the selected search history individual is “1”, the multi-objective evolution type algorithm unit 2 rejects the generated child individual (step S35), and the process of step S32 Return to.

選択された探索履歴個体に対応する全ての制約違反フラグが“0”の場合には、多目的進化型アルゴリズム部2は、生成された子個体を採用する(ステップS36)。   When all the constraint violation flags corresponding to the selected search history individual are “0”, the multi-purpose evolution type algorithm unit 2 adopts the generated child individual (step S36).

その後、多目的進化型アルゴリズム部2は、交叉または突然変異の回数が上限に達したか否かを判別する(ステップS37)。交叉または突然変異の回数が上限に達していない場合には、多目的進化型アルゴリズム部2は、ステップS32の処理に戻り、交叉または突然変異の回数が上限に達するまでステップS32〜S37の処理を繰り返す。交叉または突然変異の回数が上限に達した場合には、多目的進化型アルゴリズム部2は、採用された子個体の数が子個体集合サイズに達したか否かを判別する(ステップS38)。   Thereafter, the multipurpose evolutionary algorithm unit 2 determines whether or not the number of crossovers or mutations has reached the upper limit (step S37). If the number of crossovers or mutations has not reached the upper limit, the multipurpose evolutionary algorithm unit 2 returns to the process of step S32 and repeats the processes of steps S32 to S37 until the number of crossovers or mutations reaches the upper limit. . When the number of crossovers or mutations reaches the upper limit, the multipurpose evolutionary algorithm unit 2 determines whether or not the number of adopted child individuals has reached the child individual set size (step S38).

採用された子個体の数が子個体集合サイズに達していない場合には、多目的進化型アルゴリズム部2は、ステップS31の処理に戻り、採用された子個体の数が子個体集合サイズに達するまでステップS31〜S38の処理を繰り返す。   If the number of adopted child individuals does not reach the child individual set size, the multi-purpose evolution type algorithm unit 2 returns to the process of step S31 until the number of adopted child individuals reaches the child individual set size. The processes in steps S31 to S38 are repeated.

採用された子個体の数が子個体集合サイズに達した場合には、多目的進化型アルゴリズム部2は処理を終了する。   When the number of adopted child individuals reaches the child individual set size, the multipurpose evolutionary algorithm unit 2 ends the processing.

このようにして、親個体から生成された子個体は、その最近傍の探索履歴個体に対応する制約違反フラグの少なくとも1つが“1”の場合に最適化における子個体として棄却され、その最近傍の探索履歴個体に対応する制約違反フラグの全てが“0”の場合に多目的最適化における子個体として採用される。   In this way, a child individual generated from a parent individual is rejected as a child individual in optimization when at least one of the constraint violation flags corresponding to the nearest search history individual is “1”, and its nearest neighbor When all of the constraint violation flags corresponding to the search history individuals are “0”, they are adopted as child individuals in the multi-objective optimization.

(10)最近傍法による子個体の選別方法の例
図11〜図15は最近傍法による子個体の選別方法の一例を示す概念図である。図11〜図15には、2つの決定変数x,xからなる2次元の決定変数空間上の個体が示される。
(10) Example of Child Individual Sorting Method by Nearest Neighbor Method FIGS. 11 to 15 are conceptual diagrams showing an example of a child individual sorting method by the nearest neighbor method. 11 to 15 show individuals on a two-dimensional decision variable space made up of two decision variables x 1 and x 2 .

図11〜図15の決定変数空間において、制約条件に違反しない子個体が生成される領域と制約条件に違反する子個体が生成される領域との実際の境界REが破線で示される。また、制約条件に違反しない探索履歴個体が白い丸印で示され、制約条件に違反する探索履歴個体が黒い丸印で示される。   In the decision variable space of FIGS. 11 to 15, an actual boundary RE between a region where a child individual that does not violate the constraint condition and a region where a child individual that violates the constraint condition is generated is indicated by a broken line. Search history individuals that do not violate the constraint conditions are indicated by white circles, and search history individuals that violate the constraint conditions are indicated by black circles.

さらに、親個体から生成された子個体のうち多目的最適化における子個体として採用される子個体が斜線パターンを有する丸印で示され、多目的最適化における子個体として棄却される子個体がクロスパターンを有する丸印で示される。   Furthermore, among the child individuals generated from the parent individual, the child individuals adopted as the child individuals in the multi-objective optimization are indicated by circles having a diagonal pattern, and the child individuals rejected as the child individuals in the multi-objective optimization are cross-patterned. Indicated by a circle with

上記の最近傍法において制約条件に違反しない探索履歴個体が生成可能な領域と制約条
件に違反する探索履歴個体が生成され得る領域との境界はボロノイ境界と呼ばれる境界となる。制約条件に違反しない探索履歴個体が生成可能な領域をボロノイ領域と呼ぶ。図11〜図15においては、ボロノイ境界の右側の領域がボロノイ領域となる。
In the above nearest neighbor method, a boundary between a region where a search history individual that does not violate a constraint condition and a region where a search history object that violates a constraint condition can be generated is a boundary called a Voronoi boundary. An area where a search history individual that does not violate the constraint condition can be generated is called a Voronoi area. 11 to 15, the region on the right side of the Voronoi boundary is the Voronoi region.

まず、図11に示すように、決定変数空間上の2つの探索履歴個体h,hが用いられる。2つの探索履歴個体h,hを結ぶ線分の垂直二等分線がボロノイ境界VE1として求められる。 First, as shown in FIG. 11, two search history individuals h 1 and h 2 on the decision variable space are used. A perpendicular bisector connecting the two search history individuals h 1 and h 2 is obtained as the Voronoi boundary VE1.

図12に示すように、3つの子個体I,I,Iが生成される。子個体I,Iの最近傍の個体は制約条件に違反しない探索履歴個体hである。したがって、子個体I,Iは多目的最適化において採用される。子個体Iの最近傍の個体は制約条件に違反する探索履歴個体hである。したがって、子個体Iは多目的最適化において棄却される。 As shown in FIG. 12, three child individuals I 3 , I 4 , and I 5 are generated. The nearest neighbor of an individual's offspring I 3, I 4 is a search history individual h 1, which does not violate the constraints. Accordingly, offspring individuals I 3 and I 4 are employed in multi-objective optimization. The nearest individual of the child individual I 5 is the search history individual h 2 that violates the constraint condition. Therefore, the child individual I 5 is rejected in the multi-objective optimization.

子個体I,Iは多目的最適化において評価され、制約関数値が制約条件に違反しているか否かが判定される。 The child individuals I 3 and I 4 are evaluated in the multi-objective optimization, and it is determined whether or not the constraint function value violates the constraint condition.

図13に示すように、評価された子個体I,Iは探索履歴個体h,hとして探索履歴記憶部3に記憶される。探索履歴個体h,hは制約条件に違反していない。さらに3つの子個体I,I,Iが生成される。子個体I,Iの最近傍の個体は制約条件に違反しない探索履歴個体hである。したがって、子個体I,Iは多目的最適化において採用される。子個体Iの最近傍の個体は制約条件に違反する探索履歴個体hである。したがって、子個体Iは多目的最適化において棄却される。 As shown in FIG. 13, the evaluated child individuals I 3 and I 4 are stored in the search history storage unit 3 as search history individuals h 3 and h 4 . Search history individual h 3, h 4 is not in violation of the constraints. Furthermore, three child individuals I 6 , I 7 , and I 8 are generated. The nearest individual of the child individuals I 6 and I 7 is the search history individual h 3 that does not violate the constraint conditions. Accordingly, the offspring I 6 and I 7 are employed in the multi-objective optimization. The nearest individual of the child individual I 8 is the search history individual h 2 that violates the constraint condition. Therefore, the child individual I 8 is rejected in the multi-objective optimization.

子個体I,Iは多目的最適化において評価され、制約関数値が制約条件に違反しているか否かが判定される。 Offspring I 6, I 7 is evaluated in the multi-objective optimization, whether constraint function values violates the constraint condition is determined.

この場合、2つの探索履歴個体h,hを結ぶ線分の垂直二等分線および2つの探索履歴個体h,hを結ぶ線分の垂直二等分線がボロノイ境界VE2として求められる。 In this case, the vertical bisector connecting the two search history individuals h 2 and h 3 and the vertical bisector connecting the two search history individuals h 2 and h 4 are obtained as the Voronoi boundary VE2. It is done.

図14に示すように、評価された子個体I,Iは探索履歴個体h,hとして探索履歴記憶部3に記憶される。探索履歴個体hは制約条件に違反しており、探索履歴個体hは制約条件に違反してない。さらに3つの子個体I,I10,I11が生成される。子個体Iの最近傍の個体は制約条件に違反しない探索履歴個体hである。したがって、子個体Iは多目的最適化において採用される。子個体I10の最近傍の個体は制約条件に違反する探索履歴個体hである。したがって、子個体Iは多目的最適化において棄却される。子個体I11の最近傍の個体は制約条件に違反しない探索履歴個体hである。したがって、子個体I11は多目的最適化において採用される。 As shown in FIG. 14, the evaluated child individuals I 6 and I 7 are stored in the search history storage unit 3 as search history individuals h 6 and h 7 . The search history individual h 6 violates the constraint condition, and the search history individual h 7 does not violate the constraint condition. Further, three child individuals I 9 , I 10 , I 11 are generated. The nearest individual of the child individual I 9 is the search history individual h 3 that does not violate the constraint conditions. Accordingly, offspring I 9 is employed in the multi-objective optimization. The nearest individual of the child individual I 10 is the search history individual h 6 that violates the constraint condition. Accordingly, offspring I 9 is rejected in the multi-objective optimization. The nearest individual of the child individual I 11 is the search history individual h 4 that does not violate the constraint conditions. Therefore, the child individual I 11 is employed in the multi-objective optimization.

子個体I,I11は最適化において評価され、制約関数値が制約条件に違反しているか否かが判定される。 The child individuals I 9 and I 11 are evaluated in the optimization, and it is determined whether or not the constraint function value violates the constraint condition.

この場合、2つの探索履歴個体h,hを結ぶ線分の垂直二等分線、2つの探索履歴個体h,hを結ぶ線分の垂直二等分線、2つの探索履歴個体h,hを結ぶ線分の垂直二等分線、および2つの探索履歴個体h,hを結ぶ線分の垂直二等分線がボロノイ境界VE3として求められる。 In this case, a vertical bisector of a line segment connecting two search history individuals h 3 and h 6 , a vertical bisector of a line segment connecting two search history individuals h 6 and h 7, and two search history individuals A vertical bisector connecting a line connecting h 2 and h 7 and a vertical bisector connecting two search history individuals h 2 and h 4 are obtained as the Voronoi boundary VE3.

図15に示すように、評価された子個体I,I11は探索履歴個体h,h11として探索履歴記憶部3に記憶される。探索履歴個体hは制約条件に違反しておらず、探索履歴個体h11は制約条件に違反している。 As shown in FIG. 15, the evaluated child individuals I 9 and I 11 are stored in the search history storage unit 3 as search history individuals h 9 and h 11 . The search history individual h 9 does not violate the constraint condition, and the search history individual h 11 violates the constraint condition.

この場合、2つの探索履歴個体h,hを結ぶ線分の垂直二等分線、2つの探索履歴個体h,hを結ぶ線分の垂直二等分線、2つの探索履歴個体h,hを結ぶ線分の垂直二等分線、2つの探索履歴個体h,hを結ぶ線分の垂直二等分線、2つの探索履歴個体h,h11を結ぶ線分の垂直二等分線、および2つの探索履歴個体h,h11を結ぶ線分の垂直二等分線がボロノイ境界VE4として求められる。 In this case, the vertical bisector of the line segment connecting the two search history individuals h 6 and h 9 , the vertical bisector of the line segment connecting the two search history individuals h 3 and h 6, and the two search history individuals A vertical bisector connecting a line connecting h 6 and h 7 , a perpendicular bisector connecting a line connecting two search history individuals h 2 and h 7, and a line connecting two search history individuals h 7 and h 11 The vertical bisector of the minute and the perpendicular bisector of the line connecting the two search history individuals h 4 and h 11 are obtained as the Voronoi boundary VE4.

以上のように、新たな探索履歴個体の生成に伴ってボロノイ境界が変化する。   As described above, the Voronoi boundary changes as a new search history individual is generated.

以下、制約条件に違反しない子個体を生成可能な領域を実行可能領域と呼び、制約条件に違反する子個体が生成され得る領域を実行不能領域と呼ぶ。また、制約条件に違反しない探索履歴個体を実行可能個体と呼び、制約条件に違反する探索履歴個体を実行不能個体と呼ぶ。   Hereinafter, an area where a child individual that does not violate the constraint condition can be generated is called an executable area, and an area where a child individual that violates the constraint condition can be generated is called an inexecutable area. In addition, a search history individual that does not violate the constraint condition is called an executable individual, and a search history individual that violates the constraint condition is called an inexecutable individual.

上記のようにして、多目的最適化および実行可能領域の特定を同時に行うことができる。   As described above, multi-objective optimization and executable region specification can be performed simultaneously.

ここで、生成された子個体を次式で表わす。   Here, the generated child individual is expressed by the following equation.

x=[x,…,x
子個体xはn個の決定変数x,…,xからなる。nは自然数である。
x = [x 1 ,..., x n ] T
The child individual x is composed of n decision variables x 1 ,..., X n . n is a natural number.

ボロノイ領域は次式で表わされる。   The Voronoi region is expressed by the following equation.

Figure 2010152851
Figure 2010152851

上式において、dはユークリッド距離であり、次式で表わされる。 In the above equation, d E is the Euclidean distance, is expressed by the following equation.

(x,h)=√{(x−h(x−h)}
ここで、i=1,…,Lである。上記のように、探索履歴個体の増加に伴って複雑な形状のボロノイ境界を求めることが可能となる。
d E (x, h i ) = √ {(x−h i ) T (x−h i )}
Here, i = 1,..., L. As described above, a Voronoi boundary having a complicated shape can be obtained as the number of search history individuals increases.

(11)重みパラメータを用いた最近傍法
実行可能領域を調整するために重みパラメータを導入してもよい。この場合、ユークリッド距離dの代わりに次式により求められる重み付き距離dを用いる。
(11) Nearest neighbor method using weight parameter A weight parameter may be introduced to adjust the feasible region. In this case, using the weighted distance d M obtained by the following equation instead of the Euclidean distance d E.

(x,h)=(1/W)√{(x−h(x−h)}
上式において、Wは重みパラメータであり、次式で表わされる。
d M (x, h i ) = (1 / W i ) √ {(x−h i ) T (x−h i )}
In the above equation, W i is a weight parameter and is expressed by the following equation.

∈{W,W
ここで、i=1,…,Lである。Wは実行可能個体についての重みパラメータであり、Wは実行不能個体についての重みパラメータである。
W i ∈ {W F , W I }
Here, i = 1,..., L. W F is the weight parameter for executable individuals, W I is the weight parameter of the non-executable individuals.

図16は重みパラメータを導入した場合のボロノイ境界を示す概念図である。図16においては、2つの決定変数x,xからなる2次元決定変数空間上の個体が示される。 FIG. 16 is a conceptual diagram showing Voronoi boundaries when weight parameters are introduced. In FIG. 16, an individual on a two-dimensional decision variable space composed of two decision variables x 1 and x 2 is shown.

図16(a)は実行可能個体の重みパラメータWが実行不能個体の重みパラメータWよりも大きい場合のボロノイ境界を示し、図16(b)は実行可能個体の重みパラメータWが実行不能個体の重みパラメータWよりも小さい場合のボロノイ境界を示す。 FIG. 16 (a) shows the Voronoi boundary when the weight parameter W F executable individuals is greater than the weight parameter W I of infeasible individuals, FIG. 16 (b) the weight parameter W F executable individuals unexecutable It shows the Voronoi boundary is smaller than the weight parameter W I individuals.

図16(a),(b)に示すように、重みパラメータWおよび重みパラメータWの一方が他方よりも大きい場合、ボロノイ境界は直線ではなく、アポロニウスの円と呼ばれる円の一部となる。 As shown in FIG. 16 (a), (b) , when one of the weighting parameters W F and the weighting parameters W I is greater than the other, the Voronoi boundary is not a straight line, a part of a circle, called the Apollonius circle .

図16(a)に示すように、重みパラメータWが重みパラメータWよりも大きい場合、実行可能領域は実行不能領域に比べて相対的に広くなる。重みパラメータWが重みパラメータWよりも大きい場合の最近傍法を積極的手法と呼ぶ。 As shown in FIG. 16 (a), if the weighting parameter W F is greater than the weight parameter W I, the feasible region is relatively wider than the non-executable region. Weight parameter W F is referred to as the aggressive approach the nearest neighbor method of is greater than the weight parameter W I.

逆に、図16(b)に示すように、重みパラメータWが重みパラメータWよりも小さい場合、実行可能領域は実行不能領域に比べて相対的に狭くなる。重みパラメータWが重みパラメータWよりも小さい場合の最近傍法を消極的手法と呼ぶ。 Conversely, as shown in FIG. 16 (b), if the weighting parameter W F is less than the weight parameter W I, the feasible region is relatively narrow compared to the non-executable region. The nearest neighbor method when the weight parameter W F is smaller than the weight parameter W I called a passive approach.

(12)k−NN法による子個体の選別方法
上記の最近傍法による子個体の選別方法の代わりに、k−NN法(k-nearest-Neighbor Method)による子個体の選別方法を用いてもよい。k−NN法による子個体の選別方法では、生成された各子個体の近傍の複数の探索履歴個体を調べ、実行可能個体と実行不能個体との多数決で各個体の採用および棄却を決定する。
(12) Child individual selection method by the k-NN method Instead of the child individual selection method by the nearest neighbor method, a child individual selection method by the k-NN method (k-nearest-Neighbor Method) may be used. Good. In the selection method of child individuals by the k-NN method, a plurality of search history individuals in the vicinity of each generated child individual are examined, and adoption and rejection of each individual is determined by a majority decision of executable and infeasible individuals.

図17はk−NN法による子個体の選別方法の一例を示す概念図である。図17には、2つの決定変数x,xからなる2次元決定変数平面上の個体が示される。 FIG. 17 is a conceptual diagram showing an example of a child individual selection method by the k-NN method. FIG. 17 shows an individual on a two-dimensional decision variable plane composed of two decision variables x 1 and x 2 .

図17の決定変数空間上に制約条件に違反しない探索履歴個体h11,h12,h13および制約条件に違反する探索履歴個体h14,h15,h16が存在する。この状態で、3つの子個体I17,I18,I19が生成される。 Search history individuals h 11 , h 12 , h 13 that do not violate the constraint conditions and search history individuals h 14 , h 15 , h 16 that violate the constraint conditions exist in the decision variable space of FIG. In this state, three offspring individuals I 17 , I 18 , and I 19 are generated.

子個体I17の近傍にある3つの探索履歴個体h11,h13,h14のうち探索履歴個体h11,h13は実行可能個体であり、探索履歴個体h14は実行不能個体である。したがって、子個体I17は多目的最適化における子個体として採用され、探索履歴個体h17となる。 Of the three search history individuals h 11 , h 13 , h 14 in the vicinity of the child individual I 17, the search history individuals h 11 , h 13 are executable individuals, and the search history individual h 14 is an inexecutable individual. Therefore, the child individual I 17 is adopted as a child individual in the multi-objective optimization, and becomes the search history individual h 17 .

子個体I18の近傍にある3つの探索履歴個体h13,h14,h15のうち探索履歴個体h13は実行可能個体であり、探索履歴個体h14,h15は実行不能個体である。したがって、子個体I18は多目的最適化における子個体として棄却され、探索履歴個体
18となる。
Of the three search history individuals h 13 , h 14 , h 15 in the vicinity of the child individual I 18, the search history individual h 13 is an executable individual, and the search history individuals h 14 , h 15 are non-executable individuals. Therefore, the child individual I 18 is rejected as a child individual in the multi-objective optimization and becomes a search history individual h 18 .

子個体I19の近傍にある3つの探索履歴個体h12,h13,h14のうち探索履歴個体h12,h13は実行可能個体であり、探索履歴個体h14は実行不能個体である。したがって、子個体I19は多目的最適化における子個体として採用され、探索履歴個体h19となる。 Of the three search history individuals h 12 , h 13 , h 14 in the vicinity of the child individual I 19, the search history individuals h 12 , h 13 are executable individuals, and the search history individual h 14 is an inexecutable individual. Therefore, the child individual I 19 is adopted as a child individual in the multi-objective optimization, and becomes a search history individual h 19 .

(13)実施の形態の効果
本実施の形態に係る多目的最適化装置1によれば、探索履歴記憶部3に探索履歴個体とともに制約違反フラグが記憶される。多目的進化型アルゴリズム部2は、親個体から生成された各子個体の近傍の所定数の探索履歴個体が実行可能個体であるか実行不能個体であるかに基づいて各子個体を多目的最適化における子個体として採用するか否かを判別する。それにより、子個体の評価により出力される制約関数値が制約条件に違反する可能性が低減される。したがって、制約条件の違反を回避しつつ短時間で精度良くパレート近似個体集合を得ることができる。
(13) Effects of the Embodiment According to the multipurpose optimization apparatus 1 according to the present embodiment, the constraint violation flag is stored in the search history storage unit 3 together with the search history individual. The multi-objective evolution type algorithm unit 2 determines each child individual in multi-objective optimization based on whether a predetermined number of search history individuals in the vicinity of each child individual generated from the parent individual are executable individuals or non-executable individuals. It is determined whether or not to adopt as a child individual. Thereby, the possibility that the constraint function value output by the evaluation of the child individual violates the constraint condition is reduced. Therefore, it is possible to obtain a Pareto approximate individual set with high accuracy in a short time while avoiding violation of the constraint conditions.

(14)実施例1
以下の実施例1では、数値実験により上記実施の形態に係る多目的最適化装置1による制約条件の違反回数の削減効果について調べた。
(14) Example 1
In Example 1 below, the effect of reducing the number of violations of constraint conditions by the multi-objective optimization apparatus 1 according to the above-described embodiment was examined by numerical experiments.

本実施例1では、多目的進化型アルゴリズムとして上記のNSGA−IIを用い、親個体集合サイズ|P|を100とし、子個体数集合サイズ|Q|を100とし、世代数を100とする。初期親個体集合Pおよび100世代の子個体集合Qを評価するため、個体の総評価回数は10100回となる。交叉演算としては、UNDX(単峰性正規分布交叉:Unimodal Normal Distribution Crossover)を交叉率1.0で用い、突然変異演算は用いない。   In the first embodiment, NSGA-II is used as the multi-objective evolution type algorithm, the parent individual set size | P | is 100, the child individual set size | Q | is 100, and the number of generations is 100. Since the initial parent individual set P and the 100th generation child individual set Q are evaluated, the total number of evaluations of the individual is 10100. As crossover operation, UNDX (Unimodal Normal Distribution Crossover) is used at a crossover rate of 1.0, and mutation operation is not used.

また、比較例では、多目的進化型アルゴリズムとして制約条件違反の回避を行わないNSGA−IIを用いる。比較例のNSGA−IIでは、制約優越原理と呼ばれる手法により制約条件を取り扱う。   In the comparative example, NSGA-II that does not avoid violation of constraint conditions is used as a multi-purpose evolutionary algorithm. In the comparative example NSGA-II, a constraint condition is handled by a method called a constraint superiority principle.

図18は実施例1においてテスト関数として用いる2条件2目的問題を示す図である。f,fは適応度関数であり、g,gは制約関数であり、x,xは決定変数である。 FIG. 18 is a diagram illustrating a two-condition two-purpose problem used as a test function in the first embodiment. f 1 and f 2 are fitness functions, g 1 and g 2 are constraint functions, and x 1 and x 2 are decision variables.

多目的進化型アルゴリズムは確率的な最適化手法であるため、初期個体集合の配置および探索過程での多目的進化型アルゴリズムによる操作により結果に違いが生じる。したがって、実施例1および比較例では、上記実施の形態の多目的最適化装置1の平均的な性能を評価するために、30回の最適化結果の平均値を求める。実施例1では、重みパラメータWとして0.5(消極的手法)、1.0(中立手法)および1.5(積極的手法)を用いた。もう1つの重みパラメータWは1.0である。 Since the multi-objective evolutionary algorithm is a probabilistic optimization method, the result differs depending on the arrangement of the initial individual set and the operation by the multiobjective evolutionary algorithm in the search process. Therefore, in Example 1 and the comparative example, in order to evaluate the average performance of the multipurpose optimization apparatus 1 of the above embodiment, an average value of 30 optimization results is obtained. In Example 1, 0.5 (passive technique) as weighting parameter W F, using 1.0 (neutral method) and 1.5 (positive approach). Another weight parameter W I is 1.0.

評価指標としては、GD(Generational Distance)およびD1Rを用いた。また、評価した子個体のうち制約条件に違反した子個体の数を求めた。上記のように、制約条件を満足した探索履歴個体を実行可能個体と呼び、制約条件に違反した探索履歴個体を実行不能個体と呼ぶ。   As evaluation indexes, GD (Generational Distance) and D1R were used. In addition, the number of offspring individuals that violated the constraints among the evaluated offspring individuals was obtained. As described above, a search history individual that satisfies the constraint condition is called an executable individual, and a search history individual that violates the constraint condition is called an inexecutable individual.

図19はGDを説明するための図であり、図20はD1Rを説明するための図である。   FIG. 19 is a diagram for explaining GD, and FIG. 20 is a diagram for explaining D1R.

図19および図20には、2つの適応度関数f,fからなる適応度空間におけるパレート最適個体集合P1およびパレート近似個体集合P2が示されている。パレート最適個体集合P1は、個体p11〜p17を含み、パレート近似個体集合P2は、個体p21〜p27を含む。 19 and 20 show a Pareto optimal individual set P1 and a Pareto approximate individual set P2 in a fitness space composed of two fitness functions f 1 and f 2 . The Pareto optimal individual set P1 includes individuals p11 to p17, and the Pareto approximate individual set P2 includes individuals p21 to p27.

図19において、パレート近似個体集合P2内の個体p21〜p27からパレート最適個体集合P1内の最も近い個体p11〜p13,p15,p16までの距離をそれぞれ矢印で示す。GDは、パレート近似個体集合P2からパレート最適個体集合P1への最短距離の平均値である。   In FIG. 19, the distances from the individuals p21 to p27 in the Pareto approximate individual set P2 to the closest individuals p11 to p13, p15, and p16 in the Pareto optimal individual set P1 are indicated by arrows. GD is the average value of the shortest distance from the Pareto approximate individual set P2 to the Pareto optimal individual set P1.

また、図20において、パレート最適個体集合P1内の個体p11〜p17からパレート近似個体集合P2内の最も近い個体p22,p23〜p27までの距離をそれぞれ矢印で示す。D1Rは、パレート最適個体集合P1からパレート近似個体集合P2への最短距
離の平均値である。
In FIG. 20, the distances from the individuals p11 to p17 in the Pareto optimal individual set P1 to the closest individuals p22 and p23 to p27 in the Pareto approximate individual set P2 are indicated by arrows. D1R is an average value of the shortest distances from the Pareto optimal individual set P1 to the Pareto approximate individual set P2.

図21は実施例1および比較例におけるGD、D1Rおよび実行不能個体数を示す図である。図21においては、30回の最適化結果におけるGDの平均値および標準偏差、30回の最適化結果におけるD1Rの平均値および標準偏差、ならびに30回の最適化結果における世代当たりの実行不能個体数(NoV)の平均値および標準偏差が示される。   FIG. 21 is a diagram showing GD, D1R, and the number of unexecutable individuals in Example 1 and Comparative Example. In FIG. 21, the average value and standard deviation of GD in 30 optimization results, the average value and standard deviation of D1R in 30 optimization results, and the number of infeasible individuals per generation in 30 optimization results Average values and standard deviations of (NoV) are shown.

図21に示すように、実施例1におけるGDおよびD1Rは比較例におけるGDおよびD1Rに比べてほとんど悪化していない。一方、実施例1における世代当たりの実行不能個体数(NoV)は、比較例における世代当たりの実行不能個体数(NoV)に比べて著しく少なくなっている。すなわち、実施例1によると、比較例に比べて探索性能を悪化することなく、実行不能個体数を少なくすることができることがわかる。   As shown in FIG. 21, GD and D1R in Example 1 are hardly deteriorated compared to GD and D1R in the comparative example. On the other hand, the infeasible number per generation (NoV) in Example 1 is significantly smaller than the infeasible number per generation (NoV) in the comparative example. That is, according to Example 1, it can be seen that the number of inexecutable individuals can be reduced without deteriorating the search performance as compared with the comparative example.

図22は比較例の探索履歴における実行可能個体および実行不能個体の決定変数空間上の分布を示す図である。図23〜図25は実施例1の探索履歴における実行可能個体および実行不能個体の決定変数空間上の分布を示す図である。図22〜図25の横軸は1つの決定変数xであり、縦軸は他の1つの決定変数xである。 FIG. 22 is a diagram showing the distribution in the decision variable space of executable individuals and non-executable individuals in the search history of the comparative example. FIG. 23 to FIG. 25 are diagrams showing distributions of executable individuals and non-executable individuals in the decision variable space in the search history of the first embodiment. The horizontal axis in FIGS. 22 to 25 is one of the decision variables x 1, the vertical axis represents the decision variable x 2 of the other one.

図22〜図25では、TNK関数を用いた場合の結果を示す。図23は重みパラメータWが0.5(消極的手法)の場合を示し、図24は重みパラメータWが1.0(中立手法)の場合を示し、図25は重みパラメータWが1.5(積極的手法)の場合を示す。比較例および実施例1において、全個体数は10100である。 22 to 25 show results when the TNK function is used. Figure 23 shows the case weight parameter W F is 0.5 (passive technique), FIG. 24 shows a case where the weighting parameter W F is 1.0 (neutral method), Figure 25 is the weighting parameter W F is 1 The case of .5 (proactive method) is shown. In Comparative Example and Example 1, the total number of individuals is 10100.

図22の比較例では、実行不能個体の数が5690個となった。一方、図23の実施例1(W=0.5)では、実行不能個体数が288個となり、図24の実施例1(W=1.0)では、実行不能個体数が527個となり、図25の実施例1(W=1.5)では、実行不能個体数が1251個となった。 In the comparative example of FIG. 22, the number of non-executable individuals is 5690. On the other hand, in Example 1 (W F = 0.5) in FIG. 23, the number of infeasible individuals is 288, and in Example 1 (W F = 1.0) in FIG. 24, the number of infeasible individuals is 527. Thus, in Example 1 (W F = 1.5) in FIG. 25, the number of non-executable individuals was 1251.

図23〜図25の結果から、重みパラメータWを変化させることにより、実行不能個体数を調整できることがわかる。また、図22〜図25の結果から、実施例1によると、比較例に比べて実行不能個体数を少なくすることができることがわかる。 From the results of FIGS. 23 to 25, by changing the weighting parameter W F, it can be seen that adjusting the number of infeasible individuals. Moreover, it can be seen from the results of FIGS. 22 to 25 that according to the first embodiment, the number of inexecutable individuals can be reduced as compared with the comparative example.

(15)実施例2
以下の実施例2では、上記実施の形態に係る多目的最適化装置1を並列4気筒のコモンレールディーゼルエンジンの多段噴射パラメータ最適化に適用した場合を説明する。
(15) Example 2
In Example 2 below, a case where the multipurpose optimization apparatus 1 according to the above embodiment is applied to multistage injection parameter optimization of a parallel 4-cylinder common rail diesel engine will be described.

ディーゼルエンジンでは、高圧直噴システムであるコモンレールシステムにより、1燃焼サイクルの間に複数回の燃料噴射(多段噴射)が可能である。この多段噴射は、排出ガスの清浄化に大きく貢献するが、適合すべき決定変数(制御パラメータ)の数が多いため、適切な決定変数の組み合わせを手動で求めることは困難である。   In a diesel engine, a common rail system, which is a high-pressure direct injection system, allows multiple fuel injections (multistage injection) during one combustion cycle. This multi-stage injection greatly contributes to the purification of exhaust gas, but since there are a large number of decision variables (control parameters) to be adapted, it is difficult to manually obtain appropriate combinations of decision variables.

そこで、本実施例2では、3目的7変数の多目的最適化問題を設定し、実験ベースで3段噴射のエンジンの最適化を実施した。   Therefore, in the second embodiment, a multi-objective optimization problem with three objectives and seven variables is set, and an engine for three-stage injection is optimized on an experimental basis.

多目的進化型アルゴリズムとして評価回数を低減するための手法である“Pre−selection”アルゴリズム(上記の非特許文献5)を組み合わせたNSGA−IIを用い、親個体集合サイズ|P|を50とし、候補子個体集合サイズ|Qc|を100とし、子個体数集合サイズ|Q|を4とした。重みパラメータWを1.0とし、重みパラメータWも1.0とした。“Pre−selection”アルゴリズムの近似モデリング手法として局所重み付き回帰(LWR)を用いた.
図26は実施例2における噴射タイミングおよび噴射量を示す概念図である。
NSGA-II combined with the “Pre-selection” algorithm (Non-Patent Document 5 above), which is a technique for reducing the number of evaluations as a multi-objective evolutionary algorithm, with a parent individual set size | P | The child individual set size | Qc | was set to 100, and the child individual set size | Q | was set to 4. The weight parameter W F and 1.0, and a weight parameter W I also 1.0. Local weighted regression (LWR) was used as an approximate modeling technique for the “Pre-selection” algorithm.
FIG. 26 is a conceptual diagram illustrating the injection timing and the injection amount in the second embodiment.

図26に示すように、3段噴射は、パイロット噴射Pi、プリ噴射Prおよびメイン噴射Miからなる。図26において、MIタイミングは、上死点(TDC)から進角方向に見たメイン噴射Miの通電開始タイミングである。Pre−MIインターバルは、プリ噴射Prの通電開始タイミングとメイン噴射Miの通電開始タイミングとの間隔である。Pil−Preインターバルは、パイロット噴射Piの通電開始タイミングとプリ噴射Prの通電開始タイミングとの間隔である。   As shown in FIG. 26, the three-stage injection includes a pilot injection Pi, a pre-injection Pr, and a main injection Mi. In FIG. 26, the MI timing is the energization start timing of the main injection Mi as viewed from the top dead center (TDC) in the advance direction. The Pre-MI interval is an interval between the energization start timing of the pre-injection Pr and the energization start timing of the main injection Mi. The Pil-Pre interval is an interval between the energization start timing of the pilot injection Pi and the energization start timing of the pre-injection Pr.

本実施例2では、3つの適応度関数(目的関数)として、排出ガス中のNO濃度、可溶有機成分(SOF)量およびすす量を用いる。また、制約関数として、排出ガス中のSOF量、排出ガス中のすす量、排出ガス中のHC濃度、エンジンのトルク変動および異常
噴射の有無を用いる。SOFおよびすすは、粒子状物質(PM)と呼ばれる排出ガス成分の構成要素である。
In Example 2, as three fitness functions (objective function), NO x concentration in the exhaust gas, soluble organic component (SOF) amount and use of soot amount. Further, the SOF amount in the exhaust gas, the soot amount in the exhaust gas, the HC concentration in the exhaust gas, the engine torque fluctuation, and the presence or absence of abnormal injection are used as the constraint function. SOF and soot are components of an exhaust gas component called particulate matter (PM).

7つの決定変数(制御パラメータ)としては、MIタイミング、Pre−MIインターバル、Pil−Preインターバル、パイロット噴射量(Pil Quantity)、プリ噴射量(Pre Quantity)、吸入空気量(Fresh Air Mass)、および燃料圧力を用いる。パイロット噴射量は、パイロット噴射時の燃料噴射量であり、プリ噴射量は、プリ噴射時の燃料噴射量である。吸入空気量は、EGR(排出ガス再循環装置)バルブ等により制御される吸入空気の量である。燃料圧力は、コモンレールの燃料圧力である。   Seven decision variables (control parameters) include MI timing, Pre-MI interval, Pil-Pre interval, pilot injection amount (Pil Quantity), pre-injection amount (Pre Quantity), intake air amount (Fresh Air Mass), and Use fuel pressure. The pilot injection amount is a fuel injection amount at the time of pilot injection, and the pre-injection amount is a fuel injection amount at the time of pre-injection. The intake air amount is the amount of intake air controlled by an EGR (exhaust gas recirculation device) valve or the like. The fuel pressure is the fuel pressure of the common rail.

実施例2の実験は、一定のエンジン回転速度および一定トルクの条件で実施された。多目的最適化装置1から図3のECU62にシリアル通信によりNSGA−IIの個体として表現されている決定変数(制御パラメータ)が一定のタイミングで送信される。計測装置63により、適応度関数値および制約関数値が所定の時間測定される。   The experiment of Example 2 was performed under conditions of constant engine speed and constant torque. A decision variable (control parameter) expressed as an individual of NSGA-II is transmitted to the ECU 62 of FIG. The measurement function 63 measures the fitness function value and the constraint function value for a predetermined time.

本実施例2では、210回の決定変数の評価が行われた。ここで、親個体集合Pの再評価は行っていない。   In Example 2, 210 evaluations of the decision variable were performed. Here, the reevaluation of the parent individual set P is not performed.

図27は最終世代の個体集合(パレート近似個体集合)の分布を示す図である。本実施例2は3目的最適化であるので、パレート近似個体集合は3次元適応度空間上に分布する。図28はNO濃度、SOF量およびすす量を6つの2次元適応度平面へ射影することによりパレート近似個体集合を示している。図27において、適応度平面D1,D2の縦軸はNO濃度であり、横軸はそれぞれSOF量およびすす量である。適応度平面D3,D4の縦軸はSOF量であり、横軸はそれぞれNO濃度およびすす量である。適応度平面D5,D6の縦軸はすす量であり、横軸はそれぞれNO濃度およびSOF量である。NO濃度、SOF量およびすす量の値は正規化されている。 FIG. 27 is a diagram showing the distribution of the last generation individual set (Pareto approximate individual set). Since the second embodiment is a three-objective optimization, the Pareto approximate individual set is distributed in the three-dimensional fitness space. FIG. 28 shows a Pareto approximation individual set by projecting the NO x concentration, the SOF amount, and the soot amount onto six two-dimensional fitness planes. 27, the vertical axis of the fitness planes D1, D2 is the concentration of NO x, the horizontal axis represents the respective SOF amount and the soot amount. The vertical axis of fitness plane D3, D4 is the amount SOF, the horizontal axis is the concentration of NO x and soot amount, respectively. The vertical axis of fitness plane D5, D6 are weight soot, the horizontal axis is the concentration of NO x and SOF amount, respectively. Concentration of NO x, the values of the SOF amount and the soot quantity are normalized.

適応度平面D1〜D6の各々において、左下方向が最適化の方向となる。適応度平面D1と適応度平面D3とは互いに縦軸と横軸とが入れ替わっており、適応度平面D2と適応度平面D5とは互いに縦軸と横軸とが入れ替わっており、適応度平面D4と適応度平面D6とは互いに縦軸と横軸とが入れ替わっている。   In each of the fitness planes D1 to D6, the lower left direction is the direction of optimization. The fitness plane D1 and the fitness plane D3 have their vertical and horizontal axes interchanged, and the fitness plane D2 and the fitness plane D5 have their vertical and horizontal axes interchanged, and the fitness plane D4. In the fitness plane D6, the vertical axis and the horizontal axis are interchanged.

適応度平面D1,D3においては、ディーゼルエンジンでよく知られているように、NO濃度とすす量との間にトレードオフの関係が明確に見られる。 In fitness plane D1, D3, as is well known in the diesel engine, a trade-off is clearly seen between the concentration of NO x and soot amount.

図28は探索履歴個体の分布を示す図である。図28では、実行可能個体、実行不能個体およびパレート近似個体が42個の2次元決定変数平面上に示されている。   FIG. 28 shows the distribution of search history individuals. In FIG. 28, executable individuals, non-executable individuals, and Pareto approximation individuals are shown on 42 two-dimensional decision variable planes.

1段目の6個の決定変数平面の縦軸はMIタイミングであり、2段目の6個の決定変数平面の縦軸はPre−MIインターバルであり、3段目の6個の決定変数平面の縦軸はプリ噴射量であり、4段目の6個の決定変数平面の縦軸はPil−Preインターバルであり、5段目の6個の決定変数平面の縦軸はパイロット噴射量であり、6段目の6個の決定変数平面の縦軸は吸入空気量であり、7段目の6個の決定変数平面の縦軸は燃料圧力である。   The vertical axis of the six decision variable planes in the first stage is the MI timing, the vertical axis of the six decision variable planes in the second stage is the Pre-MI interval, and the six decision variable planes in the third stage. , The vertical axis of the six decision variable planes in the fourth stage is the Pil-Pre interval, and the vertical axis of the six decision variable planes in the fifth stage is the pilot injection quantity. The vertical axis of the six decision variable planes in the sixth stage is the intake air amount, and the vertical axis of the six decision variable planes in the seventh stage is the fuel pressure.

1列目の6個の決定変数平面の横軸はMIタイミングであり、2列目の6個の決定変数平面の横軸はPre−MIインターバルであり、3列目の6個の決定変数平面の横軸はプリ噴射量であり、4列目の6個の決定変数平面の横軸はPil−Preインターバルであり、5列目の6個の決定変数平面の横軸はパイロット噴射量であり、6段目の6個の決定変数平面の横軸は吸入空気量であり、7列目の6個の決定変数平面の横軸は燃料圧力である。   The horizontal axis of the six decision variable planes in the first column is the MI timing, the horizontal axis of the six decision variable planes in the second column is the Pre-MI interval, and the six decision variable planes in the third column The horizontal axis is the pre-injection amount, the horizontal axis of the six decision variable planes in the fourth row is the Pil-Pre interval, and the horizontal axis of the six decision variable planes in the fifth row is the pilot injection amount The horizontal axis of the six decision variable planes in the sixth stage is the intake air amount, and the horizontal axis of the six decision variable planes in the seventh row is the fuel pressure.

図28において、濃い丸印が実行可能個体を示し、やや濃い丸印が実行不能個体を示し、薄い丸印がパレート近似個体を示す。   In FIG. 28, dark circles indicate executable individuals, slightly dark circles indicate inexecutable individuals, and light circles indicate Pareto approximate individuals.

探索履歴個体が疎らに存在する領域では、実行不能個体が集中しているが、探索履歴個体が密に存在する領域では、実行可能個体およびパレート近似個体が集中的に分布している。図28の探索履歴個体の偏った分布は、子個体が制約条件の違反を回避するように生成されることを示している。   In regions where search history individuals are sparse, infeasible individuals are concentrated, but in regions where search history individuals are densely present, executable individuals and Pareto approximation individuals are concentrated. The biased distribution of search history individuals in FIG. 28 indicates that child individuals are generated so as to avoid violation of the constraint conditions.

図29は実際のエンジンから得られる実行不能個体の数の推移を示す図である。初期個体集合の評価(0世代の評価)では、50個の個体中45個の個体が実行不能個体となっ
た。その後、1世代につき4個の個体で実際のエンジンを評価した。その結果、12世代までは実行不能個体の数は2個以下であることがわかる。それ以降は、実行不能個体の数がやや増加していることがわかる。これは、パレート最適個体集合が実行可能領域の境界付近に存在していることを示唆している。特に、“Pre−selection”アルゴリズムでは、パレート最適個体集合に近い有望な個体が積極的に評価されるため、最終世代に近づくにつれて制約条件に違反する可能性が若干増加していると考えられる。
FIG. 29 is a diagram showing the transition of the number of non-executable individuals obtained from an actual engine. In the evaluation of the initial population (0 generation evaluation), 45 individuals out of 50 individuals were infeasible individuals. Thereafter, the actual engine was evaluated with 4 individuals per generation. As a result, it can be seen that the number of unexecutable individuals is 2 or less until the 12th generation. Since then, it can be seen that the number of infeasible individuals has increased slightly. This suggests that the Pareto optimal population exists near the boundary of the feasible region. In particular, in the “Pre-selection” algorithm, since promising individuals close to the Pareto optimal individual set are positively evaluated, it is considered that the possibility of violating the constraint condition slightly increases as the final generation is approached.

本実施例2において得られたパレート近似個体集合の特徴は、実験に用いたディーゼルエンジンの特性として妥当性があることを確認した。したがって、上記実施の形態に係る多目的最適化装置1によれば、制約条件の違反を回避しつつ短時間で精度良くパレート近似個体集合を得られることがわかった。   It was confirmed that the characteristics of the Pareto approximate population obtained in Example 2 were valid as the characteristics of the diesel engine used in the experiment. Therefore, according to the multi-objective optimization apparatus 1 according to the above-described embodiment, it has been found that a Pareto approximate individual set can be obtained with high accuracy in a short time while avoiding violation of constraint conditions.

(16)他の実施の形態
(a)上記実施の形態では、多目的進化型アルゴリズムとしてNSGA−IIを用いているが、これに限定されず、NSGA−IIの代わりに、SPEA2(非特許文献3)等の同様のアイデアに基づく計算法を用いてもよい。
(16) Other Embodiments (a) In the above embodiment, NSGA-II is used as a multi-purpose evolutionary algorithm. However, the present invention is not limited to this, and instead of NSGA-II, SPEA2 (Non-patent Document 3) is used. A calculation method based on a similar idea such as) may be used.

(b)上記実施の形態では、多目的進化型アルゴリズム部2がCPU101およびプログラムにより実現されるが、多目的進化型アルゴリズム部2の一部または全てが電子回路等のハードウエアにより実現されてもよい。   (B) In the above embodiment, the multi-purpose evolutionary algorithm unit 2 is realized by the CPU 101 and a program. However, a part or all of the multi-purpose evolutionary algorithm unit 2 may be realized by hardware such as an electronic circuit.

(c)多目的進化型アルゴリズムの代わりに他の最適化アルゴリズムを用いてもよい。   (C) Other optimization algorithms may be used instead of the multi-objective evolutionary algorithm.

(d)初期の探索履歴個体を生成するために、図33に示した方法で実行可能領域を推定してもよい。この場合、推定された実行可能領域の境界の近くに探索履歴個体を生成することができるので、探索効率を向上させることができる。   (D) In order to generate an initial search history individual, an executable region may be estimated by the method shown in FIG. In this case, since the search history individual can be generated near the boundary of the estimated executable region, the search efficiency can be improved.

(17)請求項の構成要素と実施の形態の各部との対応
以下、請求項の各構成要素と実施の形態の各部との対応の例について説明するが、本発明は下記の例に限定されない。
(17) Correspondence between Claim Component and Each Part of Embodiment The following describes an example of correspondence between each component of the claim and each part of the embodiment, but the present invention is not limited to the following example. .

上記実施の形態では、多目的進化型アルゴリズム部4が多目的最適化部の例であり、探索履歴記憶部5が記憶部の例である。また、パレート近似個体集合がパレート近似解集合の例であり、制約違反フラグが制約違反情報の例である。   In the above embodiment, the multipurpose evolution type algorithm unit 4 is an example of a multipurpose optimization unit, and the search history storage unit 5 is an example of a storage unit. A Pareto approximate individual set is an example of a Pareto approximate solution set, and a constraint violation flag is an example of constraint violation information.

請求項の各構成要素として、請求項に記載されている構成または機能を有する他の種々の要素を用いることもできる。   As each constituent element in the claims, various other elements having configurations or functions described in the claims can be used.

本発明は、条件により目的関数が変化する最適化対象の決定変数を最適化するため等に利用することができる。   The present invention can be used for optimizing a decision variable to be optimized whose objective function changes depending on conditions.

本発明の一実施の形態に係る多目的最適化装置の機能的な構成を示すブロック図である。It is a block diagram which shows the functional structure of the multi-objective optimization apparatus which concerns on one embodiment of this invention. 図1の多目的最適化装置のハードウエア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the multi-objective optimization apparatus of FIG. 最適化対象の構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the optimization object. 制約条件について説明するための図である。It is a figure for demonstrating a constraint condition. 多目的進化型アルゴリズムを説明するための模式図である。It is a schematic diagram for demonstrating a multipurpose evolution type algorithm. 多目的進化型アルゴリズムを説明するためのフローチャートである。It is a flowchart for demonstrating a multipurpose evolution type algorithm. 非優越ランキングを説明するための模式図である。It is a schematic diagram for demonstrating a non-dominant ranking. 混雑度ソートを説明するための図である。It is a figure for demonstrating congestion degree sort. 多目的進化型アルゴリズム部による混雑度ソートの処理を示すフローチャートである。It is a flowchart which shows the process of the congestion degree sort by a multipurpose evolution type algorithm part. 本実施の形態に係る多目的進化型アルゴリズム部による子個体の生成方法を説明するためのフローチャートである。It is a flowchart for demonstrating the production | generation method of the child individual by the multipurpose evolution type algorithm part which concerns on this Embodiment. 最近傍法による子個体の選別方法の一例を示す概念図である。It is a conceptual diagram which shows an example of the selection method of the child individual by the nearest neighbor method. 最近傍法による子個体の選別方法の一例を示す概念図である。It is a conceptual diagram which shows an example of the selection method of the child individual by the nearest neighbor method. 最近傍法による子個体の選別方法の一例を示す概念図である。It is a conceptual diagram which shows an example of the selection method of the child individual by the nearest neighbor method. 最近傍法による子個体の選別方法の一例を示す概念図である。It is a conceptual diagram which shows an example of the selection method of the child individual by the nearest neighbor method. 最近傍法による子個体の選別方法の一例を示す概念図である。It is a conceptual diagram which shows an example of the selection method of the child individual by the nearest neighbor method. 重みパラメータを導入した場合のボロノイ境界を示す概念図である。It is a conceptual diagram which shows the Voronoi boundary at the time of introducing a weight parameter. k−NN法による子個体の選別方法の一例を示す概念図である。It is a conceptual diagram which shows an example of the selection method of the child individual by k-NN method. 実施例1においてテスト関数として用いる2条件2目的問題を示す図である。It is a figure which shows the 2 conditions 2 objective problem used as a test function in Example 1. FIG. GDを説明するための図であり、It is a figure for demonstrating GD, D1Rを説明するための図である。It is a figure for demonstrating D1R. 実施例1および比較例におけるGD、D1Rおよび実行不能個体数を示す図である。It is a figure which shows GD, D1R, and an unexecutable individual number in Example 1 and a comparative example. 比較例の探索履歴における実行可能個体および実行不能個体の決定変数空間上の分布を示す図である。It is a figure which shows distribution on the decision variable space of the executable individual | organism | solid and non-executable individual | organism | solid in the search log | history of a comparative example. 実施例1の探索履歴における実行可能個体および実行不能個体の決定変数空間上の分布を示す図である。It is a figure which shows distribution on the decision variable space of the executable individual | organism | solid and non-executable individual | organism | solid in the search log | history of Example 1. FIG. 実施例1の探索履歴における実行可能個体および実行不能個体の決定変数空間上の分布を示す図である。It is a figure which shows distribution on the decision variable space of the executable individual | organism | solid and non-executable individual | organism | solid in the search log | history of Example 1. FIG. 実施例1の探索履歴における実行可能個体および実行不能個体の決定変数空間上の分布を示す図である。It is a figure which shows distribution on the decision variable space of the executable individual | organism | solid and non-executable individual | organism | solid in the search log | history of Example 1. FIG. 実施例2における噴射タイミングおよび噴射量を示す概念図である。It is a conceptual diagram which shows the injection timing and injection quantity in Example 2. FIG. 最終世代の個体集合(パレート近似個体集合)の分布を示す図である。It is a figure which shows distribution of the individual set (Pareto approximate individual set) of the last generation. 探索履歴個体の分布を示す図である。It is a figure which shows distribution of search log | history individual | organism | solid. 実際のエンジンから得られる実行不能個体の数の推移を示す図である。It is a figure which shows transition of the number of non-executable individuals obtained from an actual engine. 多目的最適化問題をエンジンの最適化に適用した例を示す図である。It is a figure which shows the example which applied the multi-objective optimization problem to engine optimization. パレート最適解について説明するための図である。It is a figure for demonstrating a Pareto optimal solution. エンジンの適合を説明するための図である。It is a figure for demonstrating the adaptation of an engine. 応答曲面法において制御パラメータ値の組の制約条件を設定する方法を説明するための概念図である。It is a conceptual diagram for demonstrating the method of setting the constraint condition of the group of control parameter values in a response surface method.

符号の説明Explanation of symbols

1 多目的最適化装置
2 多目的進化型アルゴリズム部
3 探索履歴記憶部
6 最適化対象
61 エンジン
62 ECU
63 計測装置
64 制御用コンピュータ
65 超低慣性ダイナモメータ
101 CPU
102 ROM
103 RAM
104 入力装置
105 表示装置
106 外部記憶装置
107 記録媒体駆動装置
108 入出力インタフェース
109 記録媒体
D1〜D6 適応度平面
d1〜d4 長さ
,h,h,h,h,h,h11,h12,h13,h14,h15,h16,h17,h18,h19 探索履歴個体
I1〜I11 個体
,I,I,I,I,I,I,I10,I11,I17,I18,I19 子個体
P 親個体集合
P1 パレート最適個体集合
P2 個体集合
p11〜p17,p21〜p27 個体
s1,s2 長方形
VE1〜VE4 ボロノイ境界
,W 重みパラメータ
,x 決定変数
DESCRIPTION OF SYMBOLS 1 Multi-objective optimization apparatus 2 Multi-objective evolution type algorithm part 3 Search history memory | storage part 6 Optimization object 61 Engine 62 ECU
63 Measuring device 64 Control computer 65 Ultra-low inertia dynamometer 101 CPU
102 ROM
103 RAM
104 input device 105 display device 106 an external storage device 107 recording medium drive 108 output interface 109 recording medium D1~D6 fitness plan d1~d4 length h 1, h 2, h 3 , h 4, h 6, h 7 , H 11 , h 12 , h 13 , h 14 , h 15 , h 16 , h 17 , h 18 , h 19 search history individuals I1 to I11 individuals I 3 , I 4 , I 5 , I 6 , I 7 , I 8, I 9, I 10, I 11, I 17, I 18, I 19 children individuals P parents set P1 Pareto-optimal population of individuals P2 individual set p11~p17, p21~p27 individual s1, s2 rectangular VE1~VE4 Voronoi boundary W F, W I weighting parameters x 1, x 2 decision variables

Claims (8)

複数の目的関数を有する最適化対象の決定変数を制約条件の範囲で最適化する多目的最適化装置であって、
多目的最適化において評価すべき決定変数の値を判定し、評価すべきと判定された決定変数の値を前記最適化対象に与えるとともに、前記最適化対象から出力される目的関数の値を用いて多目的最適化を行い、前記最適化対象から出力される制約関数の値が前記制約条件を満たす範囲で決定変数のパレート近似解集合を求める多目的最適化部と、
前記多目的最適化部により評価された決定変数の値、前記最適化対象から出力された目的関数の値および前記最適化対象から出力された制約関数の値が前記制約条件に違反するか否かを示す制約違反情報を探索履歴として対応付けて記憶する記憶部とを備え、
前記多目的最適化部は、評価すべき決定変数の値を判定する際に、前記記憶部に記憶された探索履歴から、未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値を選択し、選択された前記所定数の決定変数の値に対応する制約違反情報が前記制約条件の違反を示すか否かに基づいて前記未評価の決定変数の値を評価すべきか否かを判定する、多目的最適化装置。
A multi-objective optimization device for optimizing a decision variable to be optimized having a plurality of objective functions within a range of constraints,
Determine the value of the decision variable to be evaluated in multi-objective optimization, give the value of the decision variable determined to be evaluated to the optimization target, and use the value of the objective function output from the optimization target A multi-objective optimization unit that performs multi-objective optimization and obtains a Pareto approximate solution set of decision variables in a range in which a value of a constraint function output from the optimization target satisfies the constraint condition;
Whether the value of the decision variable evaluated by the multi-objective optimization unit, the value of the objective function output from the optimization target, and the value of the constraint function output from the optimization target violate the constraint condition. A storage unit that associates and stores the constraint violation information shown as a search history,
When the multi-objective optimization unit determines the value of the decision variable to be evaluated, the search variable stored in the storage unit is closer to the value of the unevaluated decision variable and is a predetermined number of evaluated decision variables. Whether or not the value of the unevaluated decision variable should be evaluated based on whether or not the constraint violation information corresponding to the selected predetermined number of decision variable values indicates violation of the constraint condition Multipurpose optimization device that determines whether
前記所定数は1であり、前記多目的最適化部は、評価すべき決定変数の値を判定する際に、未評価の決定変数の値に最も近い1個の評価済みである決定変数の値を選択し、選択された1個の評価済みである決定変数の値に対応する制約違反情報が前記制約条件の違反を示さない場合に前記未評価の決定変数の値を評価すべきと判定し、前記選択された1個の評価済みである決定変数の値に対応する制約違反情報が前記制約条件の違反を示す場合に前記未評価の決定変数の値を評価すべきでないと判定する、請求項1記載の多目的最適化装置。 The predetermined number is 1, and the multi-objective optimization unit determines the value of one evaluated decision variable closest to the value of the unevaluated decision variable when determining the value of the decision variable to be evaluated. Selecting and determining that the value of the unevaluated decision variable should be evaluated when the constraint violation information corresponding to the selected decision variable value that has been evaluated does not indicate violation of the constraint condition; The constraint violation information corresponding to the selected value of the one evaluated decision variable indicates that the value of the unevaluated decision variable should not be evaluated if the constraint violation information indicates a violation of the constraint condition. The multipurpose optimization device according to 1. 前記所定数はk個であり(kは2以上の自然数)、前記多目的最適化部は、評価すべき決定変数の値を判定する際に、未評価の決定変数の値により近くかつk個の評価済みである決定変数の値を選択し、選択されたk個の評価済みである決定変数の値に対応する制約違反情報が前記制約条件の違反を示すか否かの多数決により前記未評価の決定変数の値を評価すべきか否かを判定する、請求項1記載の多目的最適化装置。 The predetermined number is k (k is a natural number of 2 or more), and the multi-objective optimization unit is closer to the value of the unevaluated decision variable and determines k values when determining the value of the decision variable to be evaluated. The value of the decision variable that has been evaluated is selected, and the unevaluated state is determined by a majority decision whether or not the constraint violation information corresponding to the selected k evaluated value of the decision variable indicates violation of the constraint condition. The multi-objective optimization apparatus according to claim 1, wherein it is determined whether or not the value of the decision variable should be evaluated. 前記多目的最適化部は、決定変数空間においてユークリッド距離に基づいて未評価の決定変数の値により近くかつ前記所定数の評価済みである決定変数の値を選択する、請求項1〜3のいずれかに記載の多目的最適化装置。 The multi-objective optimization unit selects the value of the predetermined number of decision variables that are closer to the value of the unevaluated decision variable based on the Euclidean distance in the decision variable space and that is the predetermined number of evaluated variables. Multipurpose optimization device as described in 1. 前記多目的最適化部は、決定変数空間において、前記未評価の決定変数の値と制約違反情報が制約条件に違反しないことを示す評価済みの決定件数の値とのユークリッド距離および前記未評価の決定変数の値と制約違反情報が制約条件に違反することを示す評価済みの決定件数の値とのユークリッド距離にそれぞれ重み付けを行い、重み付けが行われたユークリッド距離に基づいて前記未評価の決定変数の値により近くかつ前記所定数の評価済みである決定変数の値を選択する、請求項1〜3のいずれかに記載の多目的最適化装置。 The multi-objective optimization unit, in the decision variable space, the Euclidean distance between the value of the unevaluated decision variable and the value of the number of decision cases already evaluated indicating that the constraint violation information does not violate the constraint condition Each of the Euclidean distances between the value of the variable and the value of the number of evaluated decisions indicating that the constraint violation information violates the constraint condition is weighted, and based on the weighted Euclidean distance, The multi-objective optimization apparatus according to claim 1, wherein the multi-objective optimization apparatus selects a value of the decision variable that is closer to the value and that is the predetermined number of evaluated variables. 前記多目的最適化部は、多目的進化型アルゴリズムにより未評価の決定変数の値を生成する、請求項1〜5のいずれかに記載の多目的最適化装置。 The multi-objective optimization device according to claim 1, wherein the multi-objective optimization unit generates an unevaluated decision variable value by a multi-objective evolutionary algorithm. 複数の目的関数を有する最適化対象の決定変数を制約条件の範囲で最適化する多目的最適化方法であって、
多目的最適化において評価すべき決定変数の値を判定し、評価すべきと判定された決定変数の値を前記最適化対象に与えるとともに、前記最適化対象から出力される目的関数の値を用いて多目的最適化を行い、前記最適化対象から出力される制約関数の値が前記制約条件を満たす範囲で決定変数のパレート近似解集合を求めるステップと、
前記評価された決定変数の値、前記最適化対象から出力された目的関数の値および前記最適化対象から出力された制約関数の値が前記制約条件に違反するか否かを示す制約違反情報を探索履歴として対応付けて記憶部に記憶するステップとを備え、
前記パレート近似解集合を求めるステップは、評価すべき決定変数の値を判定する際に、前記記憶部に記憶された探索履歴から、未評価の決定変数の値により近くかつ所定数の
評価済みである決定変数の値を選択し、選択された前記所定数の決定変数の値に対応する制約違反情報が前記制約条件の違反を示すか否かに基づいて前記未評価の決定変数の値を評価すべきか否かを判定するステップを含む、多目的最適化方法。
A multi-objective optimization method for optimizing a decision variable to be optimized having a plurality of objective functions within a range of constraints,
Determine the value of the decision variable to be evaluated in multi-objective optimization, give the value of the decision variable determined to be evaluated to the optimization target, and use the value of the objective function output from the optimization target Performing multi-objective optimization and obtaining a Pareto approximate solution set of decision variables in a range in which a value of a constraint function output from the optimization target satisfies the constraint condition;
Constraint violation information indicating whether the value of the evaluated decision variable, the value of the objective function output from the optimization target, and the value of the constraint function output from the optimization target violate the constraint condition And associating it as a search history and storing it in the storage unit,
In the step of obtaining the Pareto approximate solution set, when determining the value of the decision variable to be evaluated, the search history stored in the storage unit is closer to the value of the unevaluated decision variable and a predetermined number of evaluated variables have been evaluated. A value of a certain decision variable is selected, and the value of the unevaluated decision variable is evaluated based on whether or not the constraint violation information corresponding to the selected predetermined number of decision variable values indicates violation of the constraint condition A multi-objective optimization method comprising the step of determining whether or not to do so.
複数の目的関数を有する最適化対象の決定変数を制約条件の範囲で最適化する多目的最適化方法をコンピュータに実行させる多目的最適化プログラムであって、
多目的最適化において評価すべき決定変数の値を判定し、評価すべきと判定された決定変数の値を前記最適化対象に与えるとともに、前記最適化対象から出力される目的関数の値を用いて多目的最適化を行い、前記最適化対象から出力される制約関数の値が前記制約条件を満たす範囲で決定変数のパレート近似解集合を求める処理と、
前記評価された決定変数の値、前記最適化対象から出力された目的関数の値および前記最適化対象から出力された制約関数の値が前記制約条件に違反するか否かを示す制約違反情報を探索履歴として対応付けて記憶部に記憶する処理とを備え、
前記パレート近似解集合を求める処理は、評価すべき決定変数の値を判定する際に、前記記憶部に記憶された探索履歴から、未評価の決定変数の値により近くかつ所定数の評価済みである決定変数の値を選択し、選択された前記所定数の決定変数の値に対応する制約違反情報が前記制約条件の違反を示すか否かに基づいて前記未評価の決定変数の値を評価すべきか否かを判定する処理を含む、多目的最適化プログラム。
A multi-objective optimization program for causing a computer to execute a multi-objective optimization method for optimizing a decision variable to be optimized having a plurality of objective functions within a range of constraints,
Determine the value of the decision variable to be evaluated in multi-objective optimization, give the value of the decision variable determined to be evaluated to the optimization target, and use the value of the objective function output from the optimization target A process of performing multi-objective optimization and obtaining a Pareto approximate solution set of decision variables in a range in which a value of a constraint function output from the optimization target satisfies the constraint condition;
Constraint violation information indicating whether the value of the evaluated decision variable, the value of the objective function output from the optimization target, and the value of the constraint function output from the optimization target violate the constraint condition Processing associated with the search history and stored in the storage unit,
When determining the value of the decision variable to be evaluated, the process for obtaining the Pareto approximate solution set is based on the search history stored in the storage unit and is closer to the value of the unevaluated decision variable and a predetermined number of evaluated variables. A value of a decision variable is selected, and the value of the unevaluated decision variable is evaluated based on whether the constraint violation information corresponding to the selected predetermined number of decision variable values indicates violation of the constraint condition A multi-objective optimization program including processing for determining whether or not to perform.
JP2008333202A 2008-12-26 2008-12-26 Multi-objective optimization apparatus, multi-objective optimization method, and multi-objective optimization program Expired - Fee Related JP5235652B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008333202A JP5235652B2 (en) 2008-12-26 2008-12-26 Multi-objective optimization apparatus, multi-objective optimization method, and multi-objective optimization program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008333202A JP5235652B2 (en) 2008-12-26 2008-12-26 Multi-objective optimization apparatus, multi-objective optimization method, and multi-objective optimization program

Publications (2)

Publication Number Publication Date
JP2010152851A true JP2010152851A (en) 2010-07-08
JP5235652B2 JP5235652B2 (en) 2013-07-10

Family

ID=42571828

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008333202A Expired - Fee Related JP5235652B2 (en) 2008-12-26 2008-12-26 Multi-objective optimization apparatus, multi-objective optimization method, and multi-objective optimization program

Country Status (1)

Country Link
JP (1) JP5235652B2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101462349B1 (en) * 2013-07-17 2014-11-20 서울대학교산학협력단 Method for multi-objective optimizing based on Pareto-optimality
CN107169029A (en) * 2017-04-13 2017-09-15 深圳大学 One kind recommends method and device
CN109214593A (en) * 2018-10-19 2019-01-15 天津大学 A kind of active distribution network power supply capacity multi-objective assessment method
CN110188430A (en) * 2019-05-20 2019-08-30 国网陕西省电力公司电力科学研究院 Exchange the 330kV pendency equal laminated structure optimum design method of tower sectional composite insulator
JP2019220028A (en) * 2018-06-21 2019-12-26 横河電機株式会社 Optimization device, optimization method and program
CN113499138A (en) * 2021-07-07 2021-10-15 南开大学 Active navigation system for surgical operation and control method thereof
JP7042322B1 (en) * 2020-12-14 2022-03-25 西日本電信電話株式会社 Decision support device, decision support program and decision support method
CN115833208A (en) * 2023-01-09 2023-03-21 北京峰玉科技有限公司 Method for obtaining operation scheduling strategy of battery energy storage system and electronic equipment
CN115828734A (en) * 2022-11-06 2023-03-21 江苏天成科技集团有限公司 Low-carbon feed formula method based on improved NSGA2 algorithm
JP7360162B2 (en) 2020-02-28 2023-10-12 国立大学法人広島大学 Control system design method and control device
JP7456298B2 (en) 2020-06-04 2024-03-27 富士通株式会社 Optimization device, optimization method, and optimization program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002251599A (en) * 2001-02-23 2002-09-06 Yamaha Motor Co Ltd Optimal solution searching device based on evolution technique, controlled object controlling device based on evolution technique, and optimal solution searching program based on evolution technique
JP2006293483A (en) * 2005-04-06 2006-10-26 Japan Aerospace Exploration Agency Problem processing method which solves robust optimization problem, and its apparatus
JP2007172306A (en) * 2005-12-22 2007-07-05 Yamaha Motor Co Ltd Multipurpose optimization apparatus, multipurpose optimization method and multipurpose optimization program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002251599A (en) * 2001-02-23 2002-09-06 Yamaha Motor Co Ltd Optimal solution searching device based on evolution technique, controlled object controlling device based on evolution technique, and optimal solution searching program based on evolution technique
JP2006293483A (en) * 2005-04-06 2006-10-26 Japan Aerospace Exploration Agency Problem processing method which solves robust optimization problem, and its apparatus
JP2007172306A (en) * 2005-12-22 2007-07-05 Yamaha Motor Co Ltd Multipurpose optimization apparatus, multipurpose optimization method and multipurpose optimization program

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
CSNG200800464007; 梶洋隆, 他1名: '適応度推定を用いた実験ベース進化的多目的最適化の加速' 電気学会論文誌C Vol.128, No.3, 20080301, p.388-398, 社団法人電気学会 *
JPN6013012403; 梶洋隆, 他1名: 'エンジン制御器の実験ベース進化的多目的最適化の適応度推定を用いた加速' 自動車技術会学術講演会前刷集 No.118-07, 20071017, p.23-26, 社団法人自動車技術会 *
JPN6013012404; 梶洋隆, 他1名: '適応度推定を用いた実験ベース進化的多目的最適化の加速' 電気学会論文誌C Vol.128, No.3, 20080301, p.388-398, 社団法人電気学会 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101462349B1 (en) * 2013-07-17 2014-11-20 서울대학교산학협력단 Method for multi-objective optimizing based on Pareto-optimality
CN107169029B (en) * 2017-04-13 2020-06-23 深圳大学 Recommendation method and device
CN107169029A (en) * 2017-04-13 2017-09-15 深圳大学 One kind recommends method and device
JP7115059B2 (en) 2018-06-21 2022-08-09 横河電機株式会社 Optimization device, optimization method, and program
JP2019220028A (en) * 2018-06-21 2019-12-26 横河電機株式会社 Optimization device, optimization method and program
CN109214593A (en) * 2018-10-19 2019-01-15 天津大学 A kind of active distribution network power supply capacity multi-objective assessment method
CN109214593B (en) * 2018-10-19 2023-12-08 天津大学 Multi-objective evaluation method for power supply capacity of active power distribution network
CN110188430A (en) * 2019-05-20 2019-08-30 国网陕西省电力公司电力科学研究院 Exchange the 330kV pendency equal laminated structure optimum design method of tower sectional composite insulator
CN110188430B (en) * 2019-05-20 2022-09-20 国网陕西省电力公司电力科学研究院 Optimized design method for voltage-sharing structure of sectional type composite insulator of alternating-current 330kV suspension tower
JP7360162B2 (en) 2020-02-28 2023-10-12 国立大学法人広島大学 Control system design method and control device
JP7456298B2 (en) 2020-06-04 2024-03-27 富士通株式会社 Optimization device, optimization method, and optimization program
JP7042322B1 (en) * 2020-12-14 2022-03-25 西日本電信電話株式会社 Decision support device, decision support program and decision support method
CN113499138A (en) * 2021-07-07 2021-10-15 南开大学 Active navigation system for surgical operation and control method thereof
CN115828734A (en) * 2022-11-06 2023-03-21 江苏天成科技集团有限公司 Low-carbon feed formula method based on improved NSGA2 algorithm
CN115828734B (en) * 2022-11-06 2023-11-28 江苏天成科技集团有限公司 Low-carbon feed formula method based on improved NSGA2 algorithm
CN115833208A (en) * 2023-01-09 2023-03-21 北京峰玉科技有限公司 Method for obtaining operation scheduling strategy of battery energy storage system and electronic equipment

Also Published As

Publication number Publication date
JP5235652B2 (en) 2013-07-10

Similar Documents

Publication Publication Date Title
JP5235652B2 (en) Multi-objective optimization apparatus, multi-objective optimization method, and multi-objective optimization program
JP5156329B2 (en) Parametric multiobjective optimization apparatus, parametric multiobjective optimization method, and parametric multiobjective optimization program
JP5124230B2 (en) Parametric multiobjective optimization apparatus, parametric multiobjective optimization method, and parametric multiobjective optimization program
EP1548608A2 (en) Multiobjective optimization
JP5019744B2 (en) Multi-objective optimization apparatus, multi-objective optimization method, and multi-objective optimization program
KR102238248B1 (en) Battery diagnostic methods using machine learning
US7062333B2 (en) Optimal solution search device, device for controlling controlled object by optimizing algorithm, and optimal solution search program
CN109067773A (en) A kind of vehicle-mounted CAN network inbreak detection method neural network based and system
Ronald Robust encodings in genetic algorithms: A survey of encoding issues
Zhang et al. High-efficiency driving cycle generation using a Markov chain evolution algorithm
JP2003013794A (en) Adaptation method of control parameter for vehicle and adaptation device
US20070179917A1 (en) Intelligent design optimization method and system
Kruse et al. Modern statistical modeling and evolutionary optimization methods for the broad use in ECU calibration
Martinez-Morales et al. Modeling and multi-objective optimization of a gasoline engine using neural networks and evolutionary algorithms
Ma et al. Computational intelligence nonmodel-based calibration approach for internal combustion engines
US20030144748A1 (en) Apparatus for optimizing combinatorial optimization problems
Yu et al. A framework based on historical evolution learning for dynamic multiobjective optimization
Kilinc et al. Finding plausible optimal solutions in engineering problems using an adaptive genetic algorithm
Martínez-Morales et al. Artificial neural network based on genetic algorithm for emissions prediction of a SI gasoline engine
Xu et al. Adversarial robustness in graph-based neural architecture search for edge ai transportation systems
Wu et al. Investigation of a multi-objective optimization tool for engine calibration
Lu et al. A Trust Index-Based Adaptive Kriging Method for the Cooling Fan Optimization
Duan et al. Research on Welding Robot Path Planning Based on Genetic Algorithm
Chen et al. An improved Wang-Mendel algorithm in Engine Test Bench control system
CN112416789B (en) Process metric element evaluation method for evolution software

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110926

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130319

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130326

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5235652

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160405

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees