JP2007087098A - Optimization system, optimization method, optimization program and program medium - Google Patents

Optimization system, optimization method, optimization program and program medium Download PDF

Info

Publication number
JP2007087098A
JP2007087098A JP2005274921A JP2005274921A JP2007087098A JP 2007087098 A JP2007087098 A JP 2007087098A JP 2005274921 A JP2005274921 A JP 2005274921A JP 2005274921 A JP2005274921 A JP 2005274921A JP 2007087098 A JP2007087098 A JP 2007087098A
Authority
JP
Japan
Prior art keywords
characteristic
optimization
contour map
design
evaluation
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
JP2005274921A
Other languages
Japanese (ja)
Other versions
JP4993428B2 (en
Inventor
Yusuke Kageyama
雄介 影山
Tomohiko Otani
朝彦 大谷
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.)
Nissan Motor Co Ltd
CD Adapco Japan Co Ltd
Original Assignee
Nissan Motor Co Ltd
CD Adapco Japan 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 Nissan Motor Co Ltd, CD Adapco Japan Co Ltd filed Critical Nissan Motor Co Ltd
Priority to JP2005274921A priority Critical patent/JP4993428B2/en
Publication of JP2007087098A publication Critical patent/JP2007087098A/en
Application granted granted Critical
Publication of JP4993428B2 publication Critical patent/JP4993428B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an optimization system, capable of acquiring both a design space and the physical meaning of a relation between optimization design value and response model. <P>SOLUTION: The optimization system comprises a response model having responses of evaluation characteristic values to a plurality of combinations of design parameters, an arithmetic processing unit computing optimum values of the design parameters based on the evaluation characteristic values; and a display device displaying the arithmetic result computed by the arithmetic processing unit. The arithmetic processing unit includes a classification means classifying the plurality of combinations of design parameters according to similarity, a characteristic contour map forming means arranging the classified combinations on a plane and recording evaluation characteristic values corresponding to the combinations in this position, and a parameter contour map generation means arranging the classified combinations on a plane and recording the value of design parameter of one of the combinations in this position. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、複数の設計パラメータに基づいて特性が決定される応答モデルにおいて、所望の特性を達成する設計パラメータを最適化する最適化技術に関する。   The present invention relates to an optimization technique for optimizing design parameters that achieve desired characteristics in a response model in which characteristics are determined based on a plurality of design parameters.

従来、最適化手法に応答局面モデルを用いた技術として非特許文献1が開示されている。このシステムでは、直交表あるいは乱数を用いて作成された設計パラメータをもとに構造解析を行い、設計パラメータと得られた応答モデルの関係から評価したい特性の数だけ最小二乗近似などで推定式を作成する。次に、設計の制約条件を設け、制約条件下で作成した推定式の全てが最大あるいは最小になる設計パラメータを求める。ここで得られた設計パラメータが求める最適値となる。   Conventionally, Non-Patent Document 1 has been disclosed as a technique using a response phase model as an optimization method. In this system, structural analysis is performed based on design parameters created using an orthogonal table or random numbers, and the estimation formula is calculated by least square approximation for the number of characteristics to be evaluated from the relationship between the design parameters and the obtained response model. create. Next, design constraint conditions are set, and a design parameter that maximizes or minimizes all estimation formulas created under the constraint conditions is obtained. The design parameter obtained here is the optimum value to be obtained.

このように設計パラメータと応答モデルとの関係を推定式化し、最適設計値を求めるまで推定式だけを取り扱えばよいことから、入力(設計パラメータ)と出力(最適設計値)以外はブラックボックス化(システムでの数学的処理:推定式の連立方程式を解く)することができる。よって、応答局面法を用いた最適化手法のメリットは下記のように列挙できる。
(1)多数の設計パラメータと応答モデルとの関係から推定式を作成可能であり、最適化計算は推定式のみを取り扱えばよいため効率的である。
(2)設計を知らなくても最適設計値を得ることができる。
(3)応答局面法を用いた最適化手法についての知識がなくとも最適設計値を得ることができる。
In this way, the relationship between the design parameter and the response model is estimated, and only the estimation formula needs to be handled until the optimum design value is obtained. Therefore, the input box (design parameter) and the output (optimum design value) are black boxed ( Mathematical processing in the system: solving simultaneous equations of estimation equations). Therefore, the merits of the optimization method using the response phase method can be enumerated as follows.
(1) It is possible to create an estimation formula from the relationship between a large number of design parameters and the response model, and the optimization calculation is efficient because only the estimation formula needs to be handled.
(2) Optimal design values can be obtained without knowing the design.
(3) Optimal design values can be obtained without knowledge of optimization methods using response phase methods.

また、最適化手法に遺伝的アルゴリズムを用いた技術として非特許文献2が開示されている。この手法では、直交表あるいは乱数を用いて作成された設計パラメータをもとに構造解析を行い、その応答モデルから最大値あるいは最小値(すなわち最適値)が存在しそうな方向を検索する。次に、最適値が存在する方向に応答が出るように設計パラメータを変化させながら構造解析を最適値が求まるまで繰り返す。ここで、最適値が存在しそうな方向の検索と新たな設計パラメータの作成は遺伝的アルゴリズムを用いている。   Non-Patent Document 2 is disclosed as a technique using a genetic algorithm as an optimization method. In this method, a structural analysis is performed based on a design parameter created using an orthogonal table or a random number, and a direction in which a maximum value or a minimum value (that is, an optimum value) is likely to exist is searched from the response model. Next, the structural analysis is repeated until the optimum value is obtained while changing the design parameters so that the response appears in the direction in which the optimum value exists. Here, a genetic algorithm is used to search for a direction in which an optimum value is likely to exist and to create a new design parameter.

設計パラメータの変化は遺伝的アルゴリズムを用いて離散的に行われるため、入力(設計パラメータ)と出力(最適値設計)以外はブラックボックス化(システムでの離散的数値処理:遺伝的アルゴリズムによる設計パラメータの離散化)することができる。よって、遺伝的アルゴリズムを用いた最適化手法のメリットは下記のように列挙できる。
(4)遺伝的アルゴリズムを用いた最適化システムに任せておけば、ほぼ最適設計値が得られる。
(5)設計を知らなくても最適設計値を得ることができる。
(6)遺伝的アルゴリズムを用いた最適化システムを知らなくても最適設計値を得ることができる。
Transaction of JSCES,Paper No.20000019,日本計算工学会(2000年5月24日発行) 日本機会学会2001年度 年次大会(2001.8.27-30)
Since changes in design parameters are made discretely using a genetic algorithm, the input parameters (design parameters) and outputs (optimal value design) are black boxed (discrete numerical processing in the system: design parameters based on the genetic algorithm) Can be discretized). Therefore, the merit of the optimization method using the genetic algorithm can be enumerated as follows.
(4) If it is left to the optimization system using a genetic algorithm, the optimum design value can be obtained.
(5) Optimal design values can be obtained without knowing the design.
(6) Optimal design values can be obtained without knowing an optimization system using a genetic algorithm.
Transaction of JSCES, Paper No. 20000019, Japan Society for Computational Engineering (issued May 24, 2000) Annual Meeting 2001 of the Japan Opportunity Association (2001.27.27-30)

しかしながら、上記従来技術にあっては、下記に示す問題があった。すなわち、非特許文献1及び非特許文献2に記載のいずれの技術であっても、推定式の精度の妥当性が不明であり、また、多峰性が強い特性の場合、真に最適設計値が求められているか分からない。また、最適化計算はブラックボックス化(数学的数値処理)されているため、最適である物理的意味(設計的意味)が分からない。   However, the above prior art has the following problems. That is, in any of the techniques described in Non-Patent Document 1 and Non-Patent Document 2, the validity of the accuracy of the estimation formula is unknown, and if the multi-modality is strong, the truly optimal design value I do not know what is required. Further, since the optimization calculation is black boxed (mathematical numerical processing), the optimal physical meaning (design meaning) is not known.

本発明は、上記課題に着目してなされたもので、その目的とするところは、設計空間と、最適化設計値と応答モデルの関係の物理的意味の両方を把握可能な最適化システム、最適化方法、最適化プログラム、及びプログラム媒体を提供することを目的とする。   The present invention has been made paying attention to the above-mentioned problems, and the object of the present invention is an optimization system capable of grasping both the design space and the physical meaning of the relationship between the optimized design value and the response model, the optimum An object is to provide an optimization method, an optimization program, and a program medium.

上記目的を達成するため、本発明の最適化システムでは、複数の設計パラメータの組み合わせに対する評価特性値の応答を有する応答モデルと、前記評価特性値に基づいて、前記設計パラメータの最適値を演算する演算処理装置と、前記演算処理装置により演算された演算結果を表示する表示装置と、を備えた最適化システムにおいて、前記演算処理装置は、前記複数の設計パラメータの組み合わせを類似度に応じて分類する分類手段と、前記分類された組み合わせを平面上に配置し、この位置の前記組み合わせに対応する前記評価特性値を記録する特性コンターマップ作成手段と、前記分類された組み合わせを平面上に配置し、この位置の前記組み合わせのうちの1つの設計パラメータの値を記録するパラメータコンターマップ作成手段と、を有することを特徴とする。尚、応答モデルとは、入力に対して何らかの規則に基づき入力を変化させ、出力する系をいい、構造体のみでなく、電気回路、経済モデル等も含まれる。   In order to achieve the above object, the optimization system of the present invention calculates an optimum value of the design parameter based on a response model having a response of an evaluation characteristic value to a combination of a plurality of design parameters and the evaluation characteristic value. In an optimization system including an arithmetic processing device and a display device that displays an arithmetic result calculated by the arithmetic processing device, the arithmetic processing device classifies the combination of the plurality of design parameters according to the degree of similarity. Classifying means for arranging the classified combinations on a plane, characteristic contour map creating means for recording the evaluation characteristic values corresponding to the combinations of the positions, and the classified combinations arranged on a plane. Parameter contour map creating means for recording the value of one design parameter of the combination of the positions; Characterized in that it has a. Note that the response model refers to a system that changes an input based on some rule and outputs the input, and includes not only a structure but also an electric circuit, an economic model, and the like.

よって、特性コンターマップにより設計空間の状態を把握することができる。また、特性コンターマップとパラメータコンターマップを表示することで、評価特性と設計パラメータ間の相関、ひいては物理的意味を把握することができる。   Therefore, the state of the design space can be grasped by the characteristic contour map. Further, by displaying the characteristic contour map and the parameter contour map, it is possible to grasp the correlation between the evaluation characteristics and the design parameters, and thus the physical meaning.

以下、本発明の最適化システムを実現する最良の形態を、図面に示す実施例に基づいて説明する。   Hereinafter, the best mode for realizing the optimization system of the present invention will be described based on embodiments shown in the drawings.

図1は実施例1の最適化システム構成を表すシステム図である。演算処理装置1には、演算処理装置1の演算結果を表示する表示装置2(表示手段に相当)と、演算処理装置1に情報を入力するキーボード3が接続されている。   FIG. 1 is a system diagram illustrating an optimization system configuration according to the first embodiment. Connected to the arithmetic processing device 1 are a display device 2 (corresponding to display means) for displaying the arithmetic results of the arithmetic processing device 1 and a keyboard 3 for inputting information to the arithmetic processing device 1.

〔実施例1の最適化システムのコンセプト〕
図2は演算処理装置1内の演算処理構造を表すフローチャートである。実施例1の最適化システムでは、大きく分けて(A)〜(D)の四つのコンポーネントから構成されている。
[Concept of optimization system of embodiment 1]
FIG. 2 is a flowchart showing an arithmetic processing structure in the arithmetic processing device 1. The optimization system according to the first embodiment is roughly composed of four components (A) to (D).

コンポーネント(A)は、直交表あるいは乱数を用いた設計パラメータの生成と、それに基づく構造解析を行うコンポーネントである。尚、このコンポーネントの中には、構造解析の対象となる応答モデルモデルが組み込まれている。この応答モデルモデルは、入力された設計変数に基づいて評価特性を出力可能なシミュレータが搭載されている。   The component (A) is a component that generates a design parameter using an orthogonal table or a random number and performs a structural analysis based on the generated design parameter. In this component, a response model model to be subjected to structural analysis is incorporated. This response model model is equipped with a simulator capable of outputting evaluation characteristics based on input design variables.

コンポーネント(B)は、少なくとも1つ以上の評価特性のコンターマップ群(蓄積手段に相当)であり、構造解析の結果得られた応答モデル(評価特性値に相当)の特性コンターマップと、それに対応する設計パラメータのパラメータコンターマップの対が、評価特性ごとに存在する(特性コンターマップ作成手段、パラメータコンターマップ作成手段に相当)。   Component (B) is a contour map group (corresponding to storage means) of at least one evaluation characteristic, and a characteristic contour map of the response model (corresponding to evaluation characteristic value) obtained as a result of structural analysis, and corresponding to it A pair of parameter contour maps of design parameters to be present exists for each evaluation characteristic (corresponding to characteristic contour map creating means and parameter contour map creating means).

全ての応答モデル(評価特性値)はクラスタリングによって分類され(分類手段に相当)、図3に示すように、分類されたグループの場所を全てのコンターマップで同じになるように表示している。コンターマップには、縦軸・横軸の概念がなく、単にクラスターの近さ(類似度)だけで配置している。図3中の黒い線はクラスターの境界であり、全てのコンターマップで共通である。尚、クラスタリングとは、似ているもの同士をグループ化し、クラスタ(塊)を構成していく既知の手法である。   All response models (evaluation characteristic values) are classified by clustering (corresponding to the classification means), and as shown in FIG. 3, the classified group locations are displayed so as to be the same in all contour maps. The contour map does not have the concept of the vertical and horizontal axes, and is simply arranged based on the proximity (similarity) of the clusters. The black line in FIG. 3 is a cluster boundary and is common to all contour maps. Note that clustering is a known technique in which similar objects are grouped to form a cluster.

言い換えると、複数の設計パラメータもしくは評価特性値を類似度に応じて平面上に配置された配置図が予め備えられており、この配置図上に応答モデルの評価特性を記録したものが特性コンターマップであり、配置図上に設計パラメータの値を記録したものがパラメータコンターマップである。   In other words, a layout map in which a plurality of design parameters or evaluation characteristic values are arranged on a plane in accordance with the degree of similarity is prepared in advance, and the characteristic contour map is a record of the evaluation characteristics of the response model on this layout chart. A parameter contour map is obtained by recording design parameter values on the layout drawing.

コンポーネント(C)は、コンポーネント(B)で作成した各評価特性のコンターマップを重ね合わせ(重畳手段に相当)、最適値が存在しそうな領域をコンターマップから検索する(抽出手段に相当)コンポーネントである。尚、目的が最適値の領域ではなく、使用者(設計者)が知りたい領域の検索も可能である。また、重ね合わせる評価特性は使用者(設計者)が自由に選択することも可能である。また、重ね合わせる時点で、ある評価特性に重みをつけることで、重みをつけた評価特性を重視した最適領域検索が可能となる。   Component (C) is a component that superimposes the contour map of each evaluation characteristic created in component (B) (corresponds to the superimposing means) and searches the contour map for an area where the optimum value is likely to exist (corresponding to the extracting means). is there. Note that it is possible to search for a region that the user (designer) wants to know, not the region whose objective is the optimum value. The evaluation characteristics to be overlaid can be freely selected by the user (designer). In addition, by assigning a weight to a certain evaluation characteristic at the time of superimposition, it is possible to perform an optimum region search that places importance on the weighted evaluation characteristic.

コンポーネント(D)は、コンポーネント(C)で求めた最適値の存在しそうな領域(使用者が知りたい領域)における最適計算値を求めるための、従来の最適化手法を利用した最適化コンポーネントである。   Component (D) is an optimization component that uses the conventional optimization method to obtain the optimum calculated value in the area where the optimum value obtained in Component (C) is likely to exist (the area that the user wants to know). .

コンポーネン(A)とコンポーネント(D)の構成で、従来の最適化手法と同様の構成となるが、従来手法の問題点を解決するために、コンポーネント(B),(C)を加えたのが実施例1の特徴である。尚、実施例1の上記各コンポーネントは、最適化プログラムとして演算処理装置1内に組み込まれている。   The components (A) and (D) are configured in the same way as the conventional optimization method, but components (B) and (C) are added to solve the problems of the conventional method. This is a feature of the first embodiment. In addition, each said component of Example 1 is integrated in the arithmetic processing unit 1 as an optimization program.

ここで、従来技術の問題点について詳述する。背景技術において説明したように、応答局面法を用いた最適化システム(非特許文献1参照)には、(1)〜(3)のメリットがあるものの、下記に示す問題がある。
(a)推定式の精度は設計パラメータと応答モデルとの関係の数に依存するため、精度向上には多くの構造解析を必要とする。また、どのくらいの数の構造解析が妥当なのか予め分からない。
(b)推定式の制動により、真に最適設計値が求められているか分からない。
(c)最適化計算はブラックボックス化(数学的数値処理)されているため上記(2),(3)に示す効果が得られるものの、最適である物理的意味(設計的意味)が分からない。
Here, the problems of the prior art will be described in detail. As described in the background art, the optimization system using the response phase method (see Non-Patent Document 1) has the following problems although there are merits (1) to (3).
(a) Since the accuracy of the estimation formula depends on the number of relations between the design parameters and the response model, a lot of structural analysis is required to improve the accuracy. Also, it is not known in advance how many structural analyzes are appropriate.
(b) It is not known whether the optimum design value is truly obtained by the braking of the estimation equation.
(c) Optimization calculation is black-boxed (mathematical numerical processing), but the effects shown in (2) and (3) above are obtained, but the optimal physical meaning (design meaning) is not known. .

また、非特許文献2に記載の技術では、(4)〜(5)のメリットがあるものの、下記に示す問題がある。
(d)非常に多峰性を示す(非線形性が強い)現象の場合、最適設計値を求めるまでに非常に多くの構造解析を必要とするため、非効率的である。
(e)非常に多峰性が強い場合、LocalMinimum(あるいはLocalMaximum)に陥る可能性があり、真に最適設計値でない答えを求めてしまう可能性があり、本当に最適であるか分からない。これは設計空間全体を確認する手段がないためである。尚、LocalMinumumもしくはLocalMaximumとは、局所的な最小値や最大値を表し、真の最小値や最大値とは異なる値を示す。
(f)最適化計算はブラックボックス化(離散的数値処理)されているため、上記(5),(6)に示す効果が得られるものの、最適である物理的意味(設計的意味)が分からない。
In addition, the technique described in Non-Patent Document 2 has the following problems although there are merits (4) to (5).
(d) In the case of a phenomenon that exhibits very multimodality (strong non-linearity), a very large amount of structural analysis is required to obtain the optimum design value, which is inefficient.
(e) If the multimodality is very strong, there is a possibility of falling into LocalMinimum (or LocalMaximum), and there is a possibility of finding an answer that is not truly the optimum design value, so it is not known whether it is really optimum. This is because there is no means for confirming the entire design space. Note that LocalMinumum or LocalMaximum represents a local minimum value or maximum value, and is different from the true minimum value or maximum value.
(f) Since optimization calculation is black boxed (discrete numerical processing), the effects shown in (5) and (6) above are obtained, but the optimal physical meaning (design meaning) is not known. Absent.

すなわち、上記課題を整理すると、下記に示す課題が挙げられる。
・精度向上のために多くの計算を必要とし非効率的である。
・設計空間全体を把握することができないため、本当に最適なのか分からない。
・最適化過程がブラックボックス化(数学的数値化、離散的数値化)されているため、最適設計値と応答モデルの関係の物理的意味が分からない。
That is, when the above problems are arranged, the following problems can be cited.
-It requires a lot of calculations to improve accuracy and is inefficient.
・ I can't figure out the entire design space, so I don't know if it's really optimal.
-Since the optimization process is black-boxed (mathematical and discrete), the physical meaning of the relationship between the optimal design value and the response model is unknown.

そこで、実施例1では、特性コンターマップとパラメータコンターマップを用いて、設計空間全体を把握すると共に、最適設計値(単に設計値でもよい)と応答モデルの関係の物理的意味を見出すこととした。   Therefore, in the first embodiment, the entire design space is grasped using the characteristic contour map and the parameter contour map, and the physical meaning of the relationship between the optimum design value (or simply the design value) and the response model is found. .

〔実際の設計問題への適用〕
次に、上記実施例1のコンセプトに基づいて実際の設計問題に適用した場合について説明する。
[Application to actual design problems]
Next, the case where it applies to an actual design problem based on the concept of the said Example 1 is demonstrated.

(軽ボトミング走行における、セダン車の最適ばね-S/ABS仕様の決定)
軽ボトミング走行における、セダン車の最適ばね-S/ABS仕様を決定する際の最適化処理に上記コンセプトを適用して説明する。尚、軽ボトミング走行とは、制動時に車両がノーズダイブする状態を表し、「最適ばね-S/ABS仕様」とは、サスペンションのコイルスプリングのばね定数と、ショックアブソーバの減衰特性の組み合わせの仕様を決定することを表す。応答モデルとして、サスペンションを備えたセダン車の車両モデルを構成し、各設計変数を設定した。
(Determination of optimal spring-S / ABS specifications for sedan vehicles in light bottoming)
Applying the above concept to the optimization process when determining the optimal spring-S / ABS specification for a sedan vehicle in light bottoming driving will be explained. Note that light bottoming means that the vehicle nose-dives during braking, and “optimum spring-S / ABS specification” is a combination of the spring constant of the coil spring of the suspension and the damping characteristics of the shock absorber. Represents a decision. As a response model, a sedan vehicle model with a suspension was constructed, and each design variable was set.

評価特性は表1に示すものを取り上げた。また、決定したいばね-S/ABS仕様として、表2に示すものを取り上げた。したがって、求める最適ばね-S/ABS仕様は、表1の全ての評価特性を同時に満たした上で最小となる表2に示すパラメータ各値の導出である。

Figure 2007087098
Figure 2007087098
The evaluation characteristics shown in Table 1 were taken up. The spring-S / ABS specifications to be determined are shown in Table 2. Therefore, the optimum spring-S / ABS specification to be obtained is the derivation of each parameter value shown in Table 2 that is the minimum after simultaneously satisfying all the evaluation characteristics of Table 1.
Figure 2007087098
Figure 2007087098

図4は、サスペンションの特性を表す特性図である。横軸:ピストン速度、縦軸:減衰力の関係を表す。表2において使用する評価特性「ブローバイ」とは、この関係の傾きが変化するとき(ポイントB)のピストン速度を表す。また、「バルブ特性傾き」とは、一次関数で表現された領域の傾きを表す(ポイントC)。   FIG. 4 is a characteristic diagram showing the characteristics of the suspension. The horizontal axis represents the relationship between the piston speed and the vertical axis represents the damping force. The evaluation characteristic “Blow-by” used in Table 2 represents the piston speed when the slope of this relationship changes (point B). The “valve characteristic gradient” represents the gradient of the area expressed by a linear function (point C).

・コンポーネント(A)
乱数を用いて、表2に示す各設計パラメータの上限値と下限値の間で、設計パラメータを設定する。ここでは100個の設計パラメータの組を作成した。ここで作成した設計パラメータを基に解析モデルを作成し、シミュレータを用いて軽ボトミング走行を計算し、表1に示す応答モデルを求める。従って、100個の設計パラメータの組に対して、100個の応答モデルが求められる。
・ Component (A)
Design parameters are set between the upper and lower limits of each design parameter shown in Table 2 using random numbers. Here, a set of 100 design parameters was created. An analysis model is created based on the design parameters created here, light bottoming travel is calculated using a simulator, and a response model shown in Table 1 is obtained. Therefore, 100 response models are obtained for a set of 100 design parameters.

・コンポーネント(B)
コンポーネント(A)で求めた100個の応答モデルを設計パラメータを基にクラスタリングを用いて分類し、コンターマップに表示させる。ここでは6個のクラスタ(分類されたグループ)を作成した。この結果を図5に示す。図5中黒い線はクラスタの境界であり、全てのコンターマップで共通である。図5に示すように、評価特性のコンターマップは単独で表示させている。
・ Component (B)
The 100 response models obtained by component (A) are classified using clustering based on the design parameters and displayed on the contour map. Here, six clusters (classified groups) were created. The result is shown in FIG. The black line in FIG. 5 is a cluster boundary and is common to all contour maps. As shown in FIG. 5, the contour map of the evaluation characteristics is displayed independently.

また、図5の下の2列の各設計パラメータのコンターマップは、今回の問題の場合、各評価特性に対し全て同じものになる。尚、コンターマップのドットは、密度が粗いほど値が小さく、密度が高いほど値が大きいことを示している。また、コンターマップには、縦軸・横軸の概念がなく、単にクラスタの近さ(類似度)だけで配置している。   Further, the contour map of each design parameter in the lower two columns in FIG. 5 is the same for each evaluation characteristic in the case of this problem. The contour map dots indicate that the smaller the density, the smaller the value, and the higher the density, the larger the value. The contour map has no concept of vertical and horizontal axes, and is simply arranged based on the proximity (similarity) of clusters.

・コンポーネント(C)
コンポーネント(B)で作成した6個の評価特性のコンターマップを重ね合わせ、最適値が存在しそうな領域をコンターマップから検索する。6個の評価特性のコンターマップの重ね合わせの結果を図6に示す。図6の結果から、最適値すなわち全てを重ね合わせ、最小になる部位(密度が薄い部位)は、図6中の円で囲った領域であることが分かる。この円で囲った領域に存在する設計パラメータのパターンは、図7に示すように、ある幅を持った傾向であることが分かる。
・ Component (C)
The contour maps of the six evaluation characteristics created by the component (B) are overlapped, and an area where the optimum value is likely to exist is searched from the contour map. The result of overlaying the contour maps of the six evaluation characteristics is shown in FIG. From the result of FIG. 6, it can be seen that the optimum value, that is, the part where all are overlapped and becomes the smallest (the part where the density is low) is a region surrounded by a circle in FIG. It can be seen that the design parameter patterns existing in the circled area tend to have a certain width as shown in FIG.

したがって、次のコンポーネント(D)では、この幅に入るようなモデルを作成し、最適化計算を行えばよいことになる。尚、今回は重ね合わせたコンターマップを直接確認して領域を決定したが、図8に示すように、閾値を設定し、この閾値を上下させることで最適値の存在しそうな領域を補足する処理を加えることも可能である。   Therefore, in the next component (D), it is sufficient to create a model that falls within this range and perform optimization calculation. In this case, the region is determined by directly confirming the overlaid contour map. However, as shown in FIG. 8, the threshold value is set and the threshold value is increased or decreased to supplement the region where the optimum value is likely to exist. It is also possible to add.

・コンポーネント(D)
コンポーネント(C)で求めた、最適値の存在しそうな領域(使用者が知りたい領域9における最適設計値を求めるため、従来の最適化手法を利用した最適化を行う。ここでは、コンポーネント(C)で求めた設計パターンの幅に入るようなモデルを作成し、最適化計算を行う。これにより求められた最適評価特性のコンターマップ上を図9に示す。また、このときの最適設計値は図10の太い実線で示すパターンとなる。
・ Component (D)
In order to obtain the optimum design value in the region 9 where the optimum value is likely to exist (the user wants to know the region 9) obtained by the component (C), optimization using a conventional optimization method is performed. Here, the component (C A model that fits within the width of the design pattern obtained in step (1) is created and optimized, and the contour map of the optimum evaluation characteristics obtained in this way is shown in Fig. 9. The optimum design value at this time is The pattern shown by the thick solid line in FIG.

〔上記各コンポーネントに基づく作用〕
次に、上記コンポーネントから導出される作用について説明する。
[Effects based on the above components]
Next, operations derived from the above components will be described.

(コンターマップの作用)
図11に前輪設置荷重の評価特性のコンターマップを示す。前輪設置荷重特性のコンターマップは設計領域全体を評価特性値の定量値によるコンター図で表している。よって、使用者(設計者)は図11を目視することで、評価特性値の大小を確認することができる。評価特性の最適値は、コンターマップでいうところの、最小値あるいは最大値であり、図11でいえばそれぞれ密度が薄い部分あるいは濃い部分となる。コンターマップは上述のコンポーネント(B)の段階であるため、真の最適値が出ているとは限らないため、この段階では「最適値の存在しそうな領域」ということになる。
(Function of contour map)
FIG. 11 shows a contour map of the evaluation characteristics of the front wheel installation load. The contour map of the load characteristic of the front wheel installation represents the entire design area as a contour diagram with quantitative values of evaluation characteristic values. Therefore, the user (designer) can confirm the magnitude of the evaluation characteristic value by viewing FIG. The optimum value of the evaluation characteristic is the minimum value or the maximum value in the contour map. In FIG. Since the contour map is in the above-described component (B) stage, a true optimum value is not always obtained. Therefore, in this stage, it is an “area where an optimum value is likely to exist”.

また、図3において示したように、全ての応答モデル(評価特性値)はクラスタリングによって分類され、分類されたグループの場所を全てのコンターマップで同じになるように表示している。例えば、図12に示すように、前輪設置荷重を矢印の方向に小さくするためには、設計パラメータも同様の矢印の方向に変化させればよい。例えば、「ブローバイ伸側はFrが大→小、Rrが小→大」、「ブローバイ縮側はFrが小→大、Rrが大のまま」、「バルブ特性傾き伸側はFrが大→小、Rrが小→大」、「バルブ特性傾き縮側はFrが小→大、Rrが大のまま」等がコンターマップから理解できる。   Further, as shown in FIG. 3, all response models (evaluation characteristic values) are classified by clustering, and the locations of the classified groups are displayed so as to be the same in all contour maps. For example, as shown in FIG. 12, in order to reduce the front wheel installation load in the direction of the arrow, the design parameter may be changed in the same direction of the arrow. For example, “Fr is large → small on the blow-by extension side, Rr is small → large”, “Fr is small → large on the blow-by contraction side, and Rr remains large”, “Fr is large → small on the valve characteristic tilt expansion side From the contour map, “Rr is small → large”, “Fr is small → large, and Rr remains large on the valve characteristic tilt reduction side”.

尚、コンターマップは定量値でも把握できるため、目的とする評価特性値を評価特性コンターマップ上で設定したら、同じ場所にあたるパラメータコンターマップ上の値を読めばよいことになる。   Since the contour map can also be grasped by a quantitative value, if the target evaluation characteristic value is set on the evaluation characteristic contour map, the value on the parameter contour map corresponding to the same place may be read.

(重ね合わせの作用)
図6において説明したように、独立した評価特性のコンターマップを重ね合わせることで、共通して値が小さい(密度が低い)場所は小さく(密度が低い)、共通して値が大きい(密度が濃い)場所は大きく(密度が濃く)、共通していない場所は平均的になり、共通している場所が強調されるように構成される。従って、最適値(最小値あるいは最大値)が存在しそうな領域は、重ね合わせた結果のコンターマップの密度が薄い場所、あるいは密度が濃い場所であることが分かる。
(Overlapping effect)
As described in FIG. 6, by overlapping the contour maps of independent evaluation characteristics, the place where the value is small (density is low) is small (density is low), and the value is large (density is low). Places that are dark are large (dense), places that are not common become average, and places that are common are emphasized. Therefore, it can be seen that the region where the optimum value (minimum value or maximum value) is likely to exist is a place where the density of the contour map as a result of superimposition is low or a place where the density is high.

例えば、一方の特性が良好だと、他方の特性が悪化するようなトレードオフの関係を考慮しなければならない場合であっても、ある評価特性を特に重要視して検討したい場合がある。このとき、重要視したい評価特性の値に重みを付けることで、よりコンターマップの濃淡が明確になり、重ね合わせたときに、重要視する評価特性を強調することができる。尚、最適値の存在しそうな領域の把握は同様に濃淡から判断すればよい。   For example, even when it is necessary to consider a trade-off relationship in which one characteristic is good and the other characteristic is deteriorated, there is a case where it is desired to consider a certain evaluation characteristic with particular emphasis. At this time, by assigning a weight to the value of the evaluation characteristic to be regarded as important, the density of the contour map becomes clearer, and the evaluation characteristic regarded as important when superimposed can be emphasized. In addition, what is necessary is just to judge the area | region where the optimal value is likely to exist from light and shade.

(最適値が存在しそうな領域の抽出作用)
各評価特性のコンターマップを重ね合わせ、最適値が存在しそうな領域を抽出し、この領域を満たす設計パラメータのパターンは、図7に示すように、ある幅を持った傾向であることが分かる。例えば、上記ばね-S/ABS仕様の場合、使用者(設計者)は、現在の仕様がどのような傾向にあるのか、他社の車両の仕様がどのような傾向にあるのかを知り、その上で、開発車両の仕様を決定する場合が多い。背景技術で示したような最適化システムでは、領域全体を示すことができなかったため、このようなとき、始めから解析モデルを作成し、計算を行ってきた。
(Extraction of areas where optimal values are likely to exist)
It can be seen that the contour maps of the respective evaluation characteristics are overlapped to extract a region where an optimum value is likely to exist, and the design parameter pattern satisfying this region tends to have a certain width as shown in FIG. For example, in the case of the above spring-S / ABS specifications, the user (designer) knows what the current specifications tend to be, what the other vehicle's specifications tend to be, In many cases, the specifications of the developed vehicle are determined. In the optimization system as shown in the background art, the entire region could not be shown. Therefore, in such a case, an analysis model was created from the beginning and calculation was performed.

これに対し、実施例1の最適化システムでは、図13に示すように、評価特性の全体領域と設計パラメータの全体領域がコンターマップで示されること、それぞれのコンターマップは全て同じ設計パラメータパターン上に表示されていることから、最適値が存在しそうな領域における設計パラメータのパターンや傾向を瞬時に得ることができる。   On the other hand, in the optimization system of the first embodiment, as shown in FIG. 13, the entire area of the evaluation characteristics and the entire area of the design parameter are indicated by a contour map, and each contour map is all on the same design parameter pattern. Therefore, it is possible to instantaneously obtain design parameter patterns and trends in an area where an optimum value is likely to exist.

(コンターマップの比較による作用)
図14はコンターマップの比較による作用を表す図である。図14に示すように、各評価特性のコンターマップの右上がりの実線を確認すると、実施例1で示した軽ボトミングの場合、重心位置上下変位が右上がりに大(密度が濃い)となり、前輪設置荷重が左下がりに大(密度が濃い)となる。すなわち、これらの関係は明らかにトレードオフの関係にある。これに対し、その他の評価特性は、この実線の線上であまり変化していない。このように、コンターマップの比較によって各評価特性の傾向を認識することができる(比較手段に相当)。
(Operation by comparison of contour maps)
FIG. 14 is a diagram showing the effect of comparison of contour maps. As shown in FIG. 14, when the contour line of each evaluation characteristic rising to the right is confirmed, in the case of the light bottoming shown in the first embodiment, the vertical displacement of the center of gravity increases to the right (high density), and the front wheels Installation load increases to the left (high density). That is, these relationships are clearly in a trade-off relationship. On the other hand, other evaluation characteristics do not change so much on the solid line. In this way, the tendency of each evaluation characteristic can be recognized by comparing the contour maps (corresponding to comparison means).

(特性コンターマップとパラメータコンターマップとの比較による作用)
図15は特性コンターマップ内で分類された各領域における設計パターンを表す図である。上述したように図15中、黒い線はクラスタの境界(類似度が近いものの集合)であり、全てのコンターマップで共通である。よって、この黒い線の領域内に存在する設計パターンのうち最大・最小を取り、幅を持たせた設計パターンを表示している。
(Operation by comparison of characteristic contour map and parameter contour map)
FIG. 15 is a diagram showing a design pattern in each region classified in the characteristic contour map. As described above, in FIG. 15, the black line is a cluster boundary (a set of objects having similarities), and is common to all contour maps. Therefore, a design pattern having a maximum width and a minimum width among the design patterns existing in the black line area is displayed.

言い換えると、各クラスタは、類似した設計パターンの集合であり、幅を持たせた設計パターンは、各クラスタの特徴を設計パターンの組み合わせにより表示したものである。   In other words, each cluster is a set of similar design patterns, and a wide design pattern is a display of features of each cluster by a combination of design patterns.

この関係を用いて、例えば、図16に示すように、特性コンターマップ上で矢印の方向に特性を変化させた場合、設計パターンは、(パターン1)→(パターン2)→(パターン3)のように変化することが理解できる。   Using this relationship, for example, as shown in FIG. 16, when the characteristic is changed in the direction of the arrow on the characteristic contour map, the design pattern is (pattern 1) → (pattern 2) → (pattern 3). It can be understood that changes.

図17は上記特性を変化させた場合の設計パターン変化を重ね合わせた図である。図17に示すように、設計パターンを重ね合わせ、各設計パターンがどのように変化したかを観察すると、フロント側及びリア側の「ブローバイ伸側」及び「ブローバイ縮側」が下から上に変化している様子が分かる。すなわち、評価特性を図16に示す矢印で変化させたい場合には、フロント側及びリア側の「ブローバイ伸側」及び「ブローバイ縮側」を下から上に変化させることによって実現できることが分かる。   FIG. 17 is a diagram in which design pattern changes when the above characteristics are changed are superimposed. As shown in FIG. 17, when the design patterns are overlapped and the changes in the design patterns are observed, the “blow-by extension side” and “blow-by contraction side” on the front side and rear side change from bottom to top. You can see how they are doing. That is, when the evaluation characteristics are desired to be changed by the arrows shown in FIG. 16, it can be realized by changing the “blow-by extension side” and the “blow-by reduction side” on the front side and rear side from the bottom to the top.

(他の実施例)
尚、実施例1では、全ての特性コンターマップを重ね合わせ、その中から最適値であると推定される領域を抽出し、最適化処理を行ったが、例えば、複数の評価特性のうち、所望の評価特性のみを選択し、それらを重ね合わせて選択した評価特性のみが最適となる設計パターンを抽出してもよい。
(Other examples)
In the first embodiment, all the characteristic contour maps are overlapped, and an area estimated to be the optimum value is extracted from the overlapped map, and the optimization process is performed. Alternatively, only the evaluation characteristics may be selected, and a design pattern in which only the evaluation characteristics selected by overlapping them are optimal may be extracted.

また、上記実施例1では、特性コンターマップに対応する設計パターンを抽出したが、パラメータコンターマップに対応する特性値を抽出し、設計パターンの変化による特性値の変化を見るようにしてもよい。   In the first embodiment, the design pattern corresponding to the characteristic contour map is extracted. However, the characteristic value corresponding to the parameter contour map may be extracted, and the change of the characteristic value due to the change of the design pattern may be seen.

また、上記実施例1では、セダン車の仕様決定を例に示したが、同様の特性コンターマップ及びパラメータコンターマップを他の車種(例えばワンボックス車)において作成し、これらのコンターマップを重ね合わせることで、セダン車と他の車種の中間に相当するような仕様を、始めから計算することなく求めることができる。   Further, in the first embodiment, the specification determination of the sedan vehicle is shown as an example, but similar characteristic contour maps and parameter contour maps are created in other vehicle types (for example, one-box vehicles), and these contour maps are superimposed. Thus, it is possible to obtain a specification corresponding to the middle between the sedan vehicle and other vehicle types without calculating from the beginning.

また、実施例1では、演算処理装置1内に最適化プログラムが組み込まれた例を示したが、この最適化プログラムが記憶されたプログラム媒体により市場に流通可能とするしてもよい。また、サーバー等にプログラムを蓄積しておき、ダウンロード等によって適宜使用者が演算処理装置1にインストール可能な構成としてもよい。   In the first embodiment, an example in which an optimization program is incorporated in the arithmetic processing unit 1 has been described. However, the optimization program may be distributed in the market using a program medium in which the optimization program is stored. Alternatively, the program may be stored in a server or the like, and the user may install the arithmetic processing apparatus 1 as appropriate by downloading or the like.

また、実施例1では、応答モデルとして、サスペンションのコイルスプリングとショックアブソーバで構成される系に適用したが、これに限られるものではなく、電気回路、経済モデル、プログラム等に適用してもよい。   In the first embodiment, the response model is applied to a system including a suspension coil spring and a shock absorber. However, the response model is not limited to this, and may be applied to an electric circuit, an economic model, a program, and the like. .

実施例1の最適化システム構成を表すシステム図である。1 is a system diagram illustrating an optimization system configuration of Embodiment 1. FIG. 実施例1の演算処理装置内の演算処理構造を表すフローチャートである。3 is a flowchart illustrating an arithmetic processing structure in the arithmetic processing apparatus according to the first embodiment. 実施例1のコンターマップを表す図である。It is a figure showing the contour map of Example 1. FIG. 実施例1のサスペンションの特性を表す特性図である。6 is a characteristic diagram illustrating characteristics of the suspension of Example 1. FIG. 実施例1のコンターマップの具体例を表す図である。It is a figure showing the specific example of the contour map of Example 1. FIG. 実施例1のコンターマップの重ね合わせを表す図である。It is a figure showing the superimposition of the contour map of Example 1. FIG. 実施例1の特性コンターマップと設計パターンの関係を表す図である。It is a figure showing the relationship between the characteristic contour map of Example 1, and a design pattern. 実施例1の最適値の存在しそうな領域を補足する処理を表す図である。It is a figure showing the process which supplements the area | region where the optimal value of Example 1 seems to exist. 実施例1の重ね合わせたコンターマップ上に最適評価特性の領域を示した図である。FIG. 6 is a diagram showing an area of optimum evaluation characteristics on the superimposed contour map of Example 1. 実施例1の設計パターンと最適設計値の関係を表す図である。It is a figure showing the relationship between the design pattern of Example 1, and an optimal design value. 実施例1の前輪設置荷重の評価特性のコンターマップを示す。The contour map of the evaluation characteristic of the front wheel installation load of Example 1 is shown. 実施例1の前輪設置荷重及び設計パラメータとの関係を表す図である。It is a figure showing the relationship between the front wheel installation load of Example 1, and a design parameter. 実施例1の評価特性の全体領域と設計パラメータの全体領域がコンターマップで示されること、それぞれのコンターマップは全て同じ設計パラメータパターン上に表示されていることを表す図である。It is a figure showing that the whole area | region of the evaluation characteristic of Example 1, and the whole area | region of a design parameter are shown by a contour map, and each contour map is displayed on the same design parameter pattern altogether. 実施例1のコンターマップの比較による作用を表す図である。It is a figure showing the effect | action by the comparison of the contour map of Example 1. FIG. 実施例1の特性コンターマップ内で分類された各領域における設計パターンを表す図である。It is a figure showing the design pattern in each area | region classified within the characteristic contour map of Example 1. FIG. 実施例1の特性コンターマップ上における変化と設計パターンの変化を表す図である。It is a figure showing the change on the characteristic contour map of Example 1, and the change of a design pattern. 実施例1の設計パターンの変化を表す図である。It is a figure showing the change of the design pattern of Example 1. FIG.

符号の説明Explanation of symbols

1 演算処理装置
2 表示装置
3 キーボード
1 arithmetic processing unit 2 display unit 3 keyboard

Claims (10)

複数の設計パラメータの組み合わせに対する評価特性値の応答を有する応答モデルと、
前記評価特性値に基づいて、前記設計パラメータの最適値を演算する演算処理装置と、
を備えた最適化システムにおいて、
前記演算処理装置は、
前記複数の設計パラメータの組み合わせを類似度に応じて分類する分類手段と、
前記分類された組み合わせを平面上に配置し、この位置の前記組み合わせに対応する前記評価特性値を記録する特性コンターマップ作成手段と、
前記分類された組み合わせを平面上に配置し、この位置の前記組み合わせのうちの1つの設計パラメータの値を記録するパラメータコンターマップ作成手段と、
を有することを特徴とする最適化システム。
A response model having an evaluation characteristic value response to a combination of a plurality of design parameters;
An arithmetic processing device that calculates an optimum value of the design parameter based on the evaluation characteristic value;
In an optimization system with
The arithmetic processing unit includes:
Classification means for classifying the combination of the plurality of design parameters according to the degree of similarity;
A characteristic contour map creating means for arranging the classified combinations on a plane and recording the evaluation characteristic values corresponding to the combinations of the positions;
A parameter contour map creating means for arranging the classified combinations on a plane and recording a value of one design parameter of the combinations at the positions;
An optimization system characterized by comprising:
請求項1に記載の最適化システムにおいて、
前記応答モデルは複数種の評価特性値を有し、
前記演算処理装置は、前記複数種の評価特性値毎に前記特性コンターマップを作成し、各特性コンターマップを前記類似度が同じとなる位置で重ね合わせる重畳手段を有することを特徴とする最適化システム。
The optimization system of claim 1,
The response model has a plurality of evaluation characteristic values,
The arithmetic processing unit includes an overlapping unit that creates the characteristic contour map for each of the plurality of types of evaluation characteristic values and superimposes the characteristic contour maps at positions where the similarities are the same. system.
請求項1または2に記載の最適化システムにおいて、
前記演算処理装置は、前記特性コンターマップから最適値の候補が存在する領域を抽出する抽出手段を有することを特徴とする最適化システム。
The optimization system according to claim 1 or 2,
The said arithmetic processing apparatus has the extraction means which extracts the area | region where the candidate of an optimal value exists from the said characteristic contour map, The optimization system characterized by the above-mentioned.
請求項1ないし3いずれか1つに記載の最適化システムにおいて、
前記応答モデルは複数種の評価特性を有し、
前記演算処理装置は、前記複数種の評価特性毎に前記特性コンターマップを作成し、各特性コンターマップを比較する比較手段を有することを特徴とする最適化システム。
The optimization system according to any one of claims 1 to 3,
The response model has multiple types of evaluation characteristics;
The said arithmetic processing apparatus has the comparison means which produces the said characteristic contour map for every said several types of evaluation characteristic, and compares each characteristic contour map, The optimization system characterized by the above-mentioned.
請求項1ないし4いずれか1つに記載の最適化システムにおいて、
前記演算処理装置は、前記特性コンターマップの位置に応じた前記設計パラメータのパターンを表示するパラメータパターン表示手段を有することを特徴とする最適化システム。
The optimization system according to any one of claims 1 to 4,
The optimization processing system includes a parameter pattern display unit that displays a pattern of the design parameter corresponding to a position of the characteristic contour map.
請求項1ないし5いずれか1つに記載の最適化システムにおいて、
前記演算処理装置は、前記特性コンターマップの位置に応じた前記評価特性のパターンを表示する特性パターン表示手段を有することを特徴とする最適化システム。
The optimization system according to any one of claims 1 to 5,
The optimization processing system includes a characteristic pattern display unit that displays a pattern of the evaluation characteristic according to a position of the characteristic contour map.
請求項1ないし6いずれか1つに記載の最適化システムにおいて、
前記応答モデルは複数種の評価特性を有し、
前記演算手段は、前記複数種の評価特性毎に前記特性コンターマップを作成し、前記特性コンターマップ毎に独立に前記パラメータコンターマップを蓄積する蓄積手段を有することを特徴とする最適化システム。
The optimization system according to any one of claims 1 to 6,
The response model has multiple types of evaluation characteristics;
The optimization system includes an accumulation unit that creates the characteristic contour map for each of the plurality of types of evaluation characteristics and accumulates the parameter contour map independently for each of the characteristic contour maps.
複数の設計パラメータの組み合わせに対する評価特性の応答を有する応答モデルがあるとき、前記評価特性に基づいて、前記設計パラメータの最適値を演算する最適化方法において、
前記複数の設計パラメータの組み合わせを類似度に応じて分類し、
前記分類された組み合わせを平面上に配置し、この位置の前記組み合わせに対応する前記評価特性値を記録した特性コンターマップを作成し、
前記分類された組み合わせを平面上に配置し、この位置の前記組み合わせのうちの1つの設計パラメータの値を記録したパラメータコンターマップを作成することを特徴とする最適化方法。
When there is a response model having an evaluation characteristic response to a combination of a plurality of design parameters, an optimization method for calculating an optimal value of the design parameter based on the evaluation characteristic,
Classifying the combination of the plurality of design parameters according to the similarity,
Arranging the classified combinations on a plane, creating a characteristic contour map that records the evaluation characteristic values corresponding to the combination of the positions,
An optimization method characterized by arranging the classified combinations on a plane and creating a parameter contour map in which a value of one design parameter of the combinations of the positions is recorded.
複数の設計パラメータの組み合わせに対する評価特性の応答を有する応答モデルがあるとき、前記評価特性に基づいて、前記設計パラメータの最適値を演算する最適化プログラムにおいて、
前記複数の設計パラメータの組み合わせを類似度に応じて分類し、分類された組み合わせを平面上に配置するステップと、
前記配置された位置に、この位置の前記組み合わせに対応する前記応答モデルの評価特性を表示するステップと、
前記配置された配置に、この位置の前記組み合わせのうちの1つの設計パラメータの値を表示するステップと、
を備えたことを特徴とする最適化プログラム。
When there is a response model having an evaluation characteristic response to a combination of a plurality of design parameters, an optimization program for calculating an optimum value of the design parameter based on the evaluation characteristic,
Classifying the combination of the plurality of design parameters according to the similarity, and placing the classified combination on a plane;
Displaying an evaluation characteristic of the response model corresponding to the combination of the positions at the arranged position;
Displaying the value of one design parameter of the combination of the positions in the arranged arrangement;
An optimization program characterized by comprising
請求項9に記載の最適化プログラムが記憶されていることを特徴とするプログラム媒体。   A program medium in which the optimization program according to claim 9 is stored.
JP2005274921A 2005-09-22 2005-09-22 Optimization system, optimization method, optimization program, and program medium Expired - Fee Related JP4993428B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005274921A JP4993428B2 (en) 2005-09-22 2005-09-22 Optimization system, optimization method, optimization program, and program medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005274921A JP4993428B2 (en) 2005-09-22 2005-09-22 Optimization system, optimization method, optimization program, and program medium

Publications (2)

Publication Number Publication Date
JP2007087098A true JP2007087098A (en) 2007-04-05
JP4993428B2 JP4993428B2 (en) 2012-08-08

Family

ID=37974020

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005274921A Expired - Fee Related JP4993428B2 (en) 2005-09-22 2005-09-22 Optimization system, optimization method, optimization program, and program medium

Country Status (1)

Country Link
JP (1) JP4993428B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007148692A (en) * 2005-11-25 2007-06-14 Nissan Motor Co Ltd Concept design support device, medium recording concept design support program, and method of supporting concept design
JP2007172427A (en) * 2005-12-26 2007-07-05 Nissan Motor Co Ltd Pareto new area search device, medium having pareto new area search program recorded thereon, pareto new area search display device and pareto new area search method
JP2007179288A (en) * 2005-12-28 2007-07-12 Nissan Motor Co Ltd Pareto new region search device, medium with pareto new region search program recorded, pareto new region search display device, and pareto new region search method
JP2007179143A (en) * 2005-12-27 2007-07-12 Nissan Motor Co Ltd Pareto new region retrieval device, medium with pareto new region retrieval program recorded therein, pareto new region retrieval display device, and pareto new region retrieval method
WO2022196206A1 (en) * 2021-03-18 2022-09-22 日本電気株式会社 Recommendation data generation device, control method, and non-transitory computer-readable medium
WO2022196208A1 (en) * 2021-03-18 2022-09-22 日本電気株式会社 Unique material detection device, control method, and non-transitory computer-readable medium
WO2023195152A1 (en) * 2022-04-08 2023-10-12 日本電気株式会社 Recommendation data generation device, recommendation data generation method, and non-transitory computer-readable medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003016114A (en) * 2001-06-29 2003-01-17 Hitachi Ltd Device for optimizing parameter
JP2005070849A (en) * 2003-08-26 2005-03-17 Toshiba Corp Design support method and device, and program for design support
WO2006046737A1 (en) * 2004-10-26 2006-05-04 Yokohama National University Multi-variable model analysis system, method and program, and program medium
WO2006100712A1 (en) * 2005-03-18 2006-09-28 Fujitsu Limited Design support device, design support method, and design support program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003016114A (en) * 2001-06-29 2003-01-17 Hitachi Ltd Device for optimizing parameter
JP2005070849A (en) * 2003-08-26 2005-03-17 Toshiba Corp Design support method and device, and program for design support
WO2006046737A1 (en) * 2004-10-26 2006-05-04 Yokohama National University Multi-variable model analysis system, method and program, and program medium
WO2006100712A1 (en) * 2005-03-18 2006-09-28 Fujitsu Limited Design support device, design support method, and design support program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007148692A (en) * 2005-11-25 2007-06-14 Nissan Motor Co Ltd Concept design support device, medium recording concept design support program, and method of supporting concept design
JP2007172427A (en) * 2005-12-26 2007-07-05 Nissan Motor Co Ltd Pareto new area search device, medium having pareto new area search program recorded thereon, pareto new area search display device and pareto new area search method
JP2007179143A (en) * 2005-12-27 2007-07-12 Nissan Motor Co Ltd Pareto new region retrieval device, medium with pareto new region retrieval program recorded therein, pareto new region retrieval display device, and pareto new region retrieval method
JP2007179288A (en) * 2005-12-28 2007-07-12 Nissan Motor Co Ltd Pareto new region search device, medium with pareto new region search program recorded, pareto new region search display device, and pareto new region search method
WO2022196206A1 (en) * 2021-03-18 2022-09-22 日本電気株式会社 Recommendation data generation device, control method, and non-transitory computer-readable medium
WO2022196208A1 (en) * 2021-03-18 2022-09-22 日本電気株式会社 Unique material detection device, control method, and non-transitory computer-readable medium
WO2023195152A1 (en) * 2022-04-08 2023-10-12 日本電気株式会社 Recommendation data generation device, recommendation data generation method, and non-transitory computer-readable medium

Also Published As

Publication number Publication date
JP4993428B2 (en) 2012-08-08

Similar Documents

Publication Publication Date Title
JP4993428B2 (en) Optimization system, optimization method, optimization program, and program medium
JP6720263B2 (en) Method for obtaining PSEUDO-3D box from 2D bounding box by regression analysis and learning device and test device using the same
Sutton Introduction to k nearest neighbour classification and condensed nearest neighbour data reduction
Michele et al. Generative zero-shot learning for semantic segmentation of 3d point clouds
JP6888484B2 (en) A search program, a search method, and an information processing device on which the search program operates.
CN104504410A (en) Three-dimensional face recognition device and method based on three-dimensional point cloud
KR20210063841A (en) Method of clustering 3d point cloud data and apparatuses operating the same
KR20150014646A (en) Method for segmenting aerial images based region and Computer readable storage medium for storing program code executing the same
JP4867332B2 (en) Pareto new area search device, medium on which Pareto new area search program is recorded, Pareto new area search display device, and Pareto new area search method
Rath et al. Estimation of road profile for suspension systems using adaptive super-twisting observer
JP6855547B2 (en) A method for generating a set of shape descriptors for a set of 2D or 3D geometric shapes
Hou et al. Imbalanced fault identification via embedding-augmented Gaussian prototype network with meta-learning perspective
JP4343140B2 (en) Evaluation apparatus and computer program therefor
JP4997761B2 (en) Pareto new area search device, Pareto new area search program, Pareto new area search and display apparatus, and Pareto new area search method
CN106295662A (en) A kind of automobile logo identification method and system
CN115741475A (en) Hardware polishing device and polishing method thereof
JP4867334B2 (en) Pareto new area search device, medium on which Pareto new area search program is recorded, Pareto new area search display device, and Pareto new area search method
Kim et al. LiDAR Based 3D object detection using CCD information
Cutaneo et al. Unsupervised boundary analysis of potential field data: A machine learning method
Martinez et al. Noise estimation in gravity gradient data after equivalent source processing
Vemulapalli et al. Optimally robust extrema filters for time series data
Koensgen et al. Robust design strategy applied to a vehicle suspension system with high camber angle tyres
Stahlbock et al. Special Issue on Back Stage Techniques in Servitization
CN117475262B (en) Image generation method and device, storage medium and electronic equipment
Huang et al. A novel SVM-based reduced NN classification method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080827

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110407

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110627

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111018

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: 20120417

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120501

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

Free format text: PAYMENT UNTIL: 20150518

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees