JP7416267B2 - 調整システム、調整方法および調整プログラム - Google Patents
調整システム、調整方法および調整プログラム Download PDFInfo
- Publication number
- JP7416267B2 JP7416267B2 JP2022544988A JP2022544988A JP7416267B2 JP 7416267 B2 JP7416267 B2 JP 7416267B2 JP 2022544988 A JP2022544988 A JP 2022544988A JP 2022544988 A JP2022544988 A JP 2022544988A JP 7416267 B2 JP7416267 B2 JP 7416267B2
- Authority
- JP
- Japan
- Prior art keywords
- cost function
- change
- performance data
- error
- adjustment
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 49
- 230000006870 function Effects 0.000 claims description 197
- 230000008859 change Effects 0.000 claims description 145
- 238000012545 processing Methods 0.000 claims description 67
- 230000008569 process Effects 0.000 claims description 20
- 230000002787 reinforcement Effects 0.000 claims description 11
- 238000010586 diagram Methods 0.000 description 8
- 238000013500 data storage Methods 0.000 description 7
- 238000013461 design Methods 0.000 description 6
- 238000010801 machine learning Methods 0.000 description 4
- 230000009471 action Effects 0.000 description 3
- 238000000605 extraction Methods 0.000 description 3
- 230000010365 information processing Effects 0.000 description 3
- 238000013459 approach Methods 0.000 description 2
- 230000006399 behavior Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 238000009795 derivation Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 238000011478 gradient descent method Methods 0.000 description 1
- 238000005259 measurement Methods 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
- 238000012549 training Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B13/00—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
- G05B13/02—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
- G05B13/0265—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric the criterion being a learning criterion
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B25—HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
- B25J—MANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
- B25J13/00—Controls for manipulators
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B25—HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
- B25J—MANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
- B25J9/00—Programme-controlled manipulators
- B25J9/16—Programme controls
- B25J9/1628—Programme controls characterised by the control loop
- B25J9/163—Programme controls characterised by the control loop learning, adaptive, model based, rule based expert control
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
Landscapes
- Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- Evolutionary Computation (AREA)
- Medical Informatics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Automation & Control Theory (AREA)
- Robotics (AREA)
- Mechanical Engineering (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Feedback Control In General (AREA)
Description
11 実績データ入力部
12 データ加工処理部
13 実績データ記憶部
13a 変更前実績データ
13b 変更後実績データ
20 学習装置
21 学習データ入力部
22 パラメータ推定処理部
23 出力部
24 パラメータ記憶部
100 調整システム
200 調整対象システム
210 制御部
211 センサ
212 アクチュエータ
Claims (9)
- 第一のコスト関数を用いた制御による、変更前の機器で取得された変更前実績データおよび変更後の機器で取得された変更後実績データの入力を受け付ける入力部と、
前記変更前実績データと前記変更後実績データとの差分を小さくするように、前記第一のコスト関数を更新した第二のコスト関数を生成する更新部とを備え、
前記更新部は、前記機器の変更前後で前記第一のコスト関数に含まれる当該機器の出力値に生じる誤差を推定して、当該第一のコスト関数を更新した第二のコスト関数を生成する
ことを特徴とする調整システム。 - 更新部は、第一のコスト関数に含まれる機器の出力値の誤差を示す変数を設定した第二のコスト関数を生成し、変更前実績データと変更後実績データとの差分を小さくするように前記変数を更新して誤差を推定することにより、第二のコスト関数を生成する
請求項1記載の調整システム。 - 更新部は、変更前実績データおよび変更後実績データを用いた逆強化学習により、第一のコスト関数を更新した第二のコスト関数を生成する
請求項1または請求項2記載の調整システム。 - 更新部は、生成された第二のコスト関数の最適化により得られる意思決定データと変更前実績データとの差分を小さくするように第二のコスト関数を更新する処理を繰り返す
請求項3記載の調整システム。 - 機器の出力値の誤差を示す変数は、バイアスを示す変数および倍率パラメータを示す変数のいずれか一方または両方である
請求項2から請求項4のうちのいずれか1項に記載の調整システム。 - 第一のコスト関数を用いた制御による、変更前の機器で取得された変更前実績データおよび変更後の機器で取得された変更後実績データの入力を受け付け、
前記変更前実績データと前記変更後実績データとの差分を小さくするように、前記第一のコスト関数を更新した第二のコスト関数を生成し、
前記第二のコスト関数の生成の際、前記機器の変更前後で前記第一のコスト関数に含まれる当該機器の出力値に生じる誤差を推定して、当該第一のコスト関数を更新した第二のコスト関数を生成する
ことを特徴とする調整方法。 - 第一のコスト関数に含まれる機器の出力値の誤差を示す変数を設定した第二のコスト関数を生成し、変更前実績データと変更後実績データとの差分を小さくするように前記変数を更新して誤差を推定することにより、第二のコスト関数を生成する
請求項6記載の調整方法。 - コンピュータに、
第一のコスト関数を用いた制御による、変更前の機器で取得された変更前実績データおよび変更後の機器で取得された変更後実績データの入力を受け付ける入力処理、および、
前記変更前実績データと前記変更後実績データとの差分を小さくするように、前記第一のコスト関数を更新した第二のコスト関数を生成する更新処理を実行させ、
前記更新処理で、前記機器の変更前後で前記第一のコスト関数に含まれる当該機器の出力値に生じる誤差を推定して、当該第一のコスト関数を更新した第二のコスト関数を生成させる
ための調整プログラム。 - コンピュータに、
更新処理で、第一のコスト関数に含まれる機器の出力値の誤差を示す変数を設定した第二のコスト関数を生成させ、変更前実績データと変更後実績データとの差分を小さくするように前記変数を更新して誤差を推定することにより、第二のコスト関数を生成させる
請求項8記載の調整プログラム。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2020/032340 WO2022044191A1 (ja) | 2020-08-27 | 2020-08-27 | 調整システム、調整方法および調整プログラム |
Publications (3)
Publication Number | Publication Date |
---|---|
JPWO2022044191A1 JPWO2022044191A1 (ja) | 2022-03-03 |
JPWO2022044191A5 JPWO2022044191A5 (ja) | 2023-05-09 |
JP7416267B2 true JP7416267B2 (ja) | 2024-01-17 |
Family
ID=80352885
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2022544988A Active JP7416267B2 (ja) | 2020-08-27 | 2020-08-27 | 調整システム、調整方法および調整プログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US20230333518A1 (ja) |
JP (1) | JP7416267B2 (ja) |
WO (1) | WO2022044191A1 (ja) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7313310B2 (ja) * | 2020-03-31 | 2023-07-24 | 日本碍子株式会社 | セラミックス製の柱状ハニカム構造体の検査方法及び検査装置 |
US12106051B2 (en) | 2020-07-16 | 2024-10-01 | Optum Technology, Inc. | Unsupervised approach to assignment of pre-defined labels to text documents |
US11941357B2 (en) * | 2021-06-23 | 2024-03-26 | Optum Technology, Inc. | Machine learning techniques for word-based text similarity determinations |
US11989240B2 (en) | 2022-06-22 | 2024-05-21 | Optum Services (Ireland) Limited | Natural language processing machine learning frameworks trained using multi-task training routines |
US12112132B2 (en) | 2022-06-22 | 2024-10-08 | Optum Services (Ireland) Limited | Natural language processing machine learning frameworks trained using multi-task training routines |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2016522940A (ja) | 2013-05-08 | 2016-08-04 | ヴィジレント コーポレイションVigilent Corporation | 環境に管理されるシステムにおける影響の学習 |
-
2020
- 2020-08-27 WO PCT/JP2020/032340 patent/WO2022044191A1/ja active Application Filing
- 2020-08-27 US US18/023,308 patent/US20230333518A1/en active Pending
- 2020-08-27 JP JP2022544988A patent/JP7416267B2/ja active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2016522940A (ja) | 2013-05-08 | 2016-08-04 | ヴィジレント コーポレイションVigilent Corporation | 環境に管理されるシステムにおける影響の学習 |
Non-Patent Citations (1)
Title |
---|
江藤 力 ほか,熟練者の意思決定を模倣する意図学習技術,NEC技報,日本電気株式会社,2019年,第72巻,第1号,p.95-98,ISSN 0285-4139 |
Also Published As
Publication number | Publication date |
---|---|
WO2022044191A1 (ja) | 2022-03-03 |
JPWO2022044191A1 (ja) | 2022-03-03 |
US20230333518A1 (en) | 2023-10-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7416267B2 (ja) | 調整システム、調整方法および調整プログラム | |
JP2016100009A (ja) | 機械の動作を制御する方法、および機械の動作を反復的に制御する制御システム | |
JP2017528848A (ja) | 機械の動作を制御するための方法およびシステム | |
US20200409823A1 (en) | Method and apparatus for optimal distribution of test cases among different testing platforms | |
JP2018151899A (ja) | 制御装置、制御プログラムおよび制御システム | |
KR101234797B1 (ko) | 로봇 및 산출된 공분산을 이용한 로봇의 위치 추정 방법 | |
US11619929B2 (en) | Automatic operation control method and system | |
WO2018143019A1 (ja) | 情報処理装置、情報処理方法およびプログラム記録媒体 | |
CN111433689B (zh) | 用于目标系统的控制系统的生成 | |
US11238201B2 (en) | Pre-step co-simulation method and device | |
JP2009277226A (ja) | プロセスモデルの状態量のリアルタイム計算方法およびシミュレータ | |
CN105912013A (zh) | 一种组合体航天器姿态无模型自适应控制方法 | |
CN113825880A (zh) | 用于液压机器的控制映射 | |
Miller et al. | 23 Real-Time Simulation of Physical Systems Using Simscape™ | |
US20190361421A1 (en) | Servo control device | |
JP2021051462A (ja) | 情報処理装置及びプログラム | |
CN111095133B (zh) | 一种用于在目标现场设备上部署和执行自适应自学习控制程序的方法和系统 | |
US20220331955A1 (en) | Robotics control system and method for training said robotics control system | |
WO2019142728A1 (ja) | 制御装置、制御方法およびプログラム記録媒体 | |
JP6984597B2 (ja) | 線形パラメータ変動モデル推定システム、方法およびプログラム | |
US11416371B2 (en) | Method and apparatus for evaluating and selecting signal comparison metrics | |
WO2021006332A1 (ja) | 情報処理装置、プログラム、及び算出方法 | |
US20130125087A1 (en) | Method For Estimating Resource Consumption In The Generation Of A Control Device Program Code | |
WO2020246531A1 (ja) | 情報処理装置、プログラム、及び算出方法 | |
JP7013296B2 (ja) | パラメータ同定装置及びその方法並びにプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230220 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20230220 |
|
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: 20231205 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20231218 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 7416267 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |