WO2016151864A1 - Optimization processing device, optimization processing method, and computer-readable recording medium - Google Patents

Optimization processing device, optimization processing method, and computer-readable recording medium Download PDF

Info

Publication number
WO2016151864A1
WO2016151864A1 PCT/JP2015/059497 JP2015059497W WO2016151864A1 WO 2016151864 A1 WO2016151864 A1 WO 2016151864A1 JP 2015059497 W JP2015059497 W JP 2015059497W WO 2016151864 A1 WO2016151864 A1 WO 2016151864A1
Authority
WO
WIPO (PCT)
Prior art keywords
function
objective function
covariance
optimization processing
unit
Prior art date
Application number
PCT/JP2015/059497
Other languages
French (fr)
Japanese (ja)
Inventor
敏弘 平野
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Priority to PCT/JP2015/059497 priority Critical patent/WO2016151864A1/en
Priority to JP2017507300A priority patent/JP6388074B2/en
Publication of WO2016151864A1 publication Critical patent/WO2016151864A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N99/00Subject matter not provided for in other groups of this subclass

Definitions

  • the present invention relates to an optimization processing apparatus and optimization processing method for optimizing an objective function whose control variable has periodicity, and further relates to a computer-readable recording medium on which a program for realizing these is recorded.
  • Equation 1 A is a compact set, that is, a bounded closed set.
  • the objective function f (x) is “not having a closed form”, “it takes time to obtain the output of the function value”, “cannot easily use gradient information”, or “non-convex” Suppose that it has properties.
  • Bayesian optimization is known as an optimization method for such an objective function f (x).
  • Bayesian optimization is a technique for searching for an optimal solution sequentially by setting a Gaussian process for an objective function and alternately repeating Bayesian prediction and optimization of the objective function (for example, Non-Patent Document 1). reference.).
  • Bayesian optimization is used for hyperparameter tuning of machine learning techniques such as optimization for complex simulators and deep learning.
  • the Gaussian process is set in advance for the objective function as described above.
  • the reason is that when the control variable takes a close value, the objective function takes a close value. Because there exists.
  • the optimization accuracy depends on what covariance function is selected, and the optimization accuracy may be significantly reduced. . This is usually done using Gaussian or Mate'rn covariance functions as models for the covariance functions, but these covariance functions are bounded by domain boundaries if the control variable is periodic. This is because the closeness in the neighborhood cannot be expressed accurately.
  • An example of an object of the present invention is to provide an optimization processing apparatus and optimization capable of solving the above-described problem and efficiently performing Bayesian optimization even when the control variable has periodicity such as an angle.
  • a processing method and a computer-readable recording medium are provided.
  • an optimization processing apparatus includes: A covariance function setting unit that defines a covariance function by mapping a control variable of an objective function on a unit circumference; An optimization processing unit that performs optimization of the objective function using Bayesian estimation of the objective function using the covariance function; It is characterized by having.
  • an optimization processing method includes: (A) defining a covariance function by mapping a control variable of the objective function onto a unit circumference; and (B) performing optimization of the objective function using Bayesian estimation of the objective function using the covariance function; It is characterized by having.
  • a computer-readable recording medium On the computer, (A) defining a covariance function by mapping a control variable of the objective function onto a unit circumference; and (B) performing optimization of the objective function using Bayesian estimation of the objective function using the covariance function; A program including an instruction for executing is recorded.
  • Bayesian optimization can be efficiently executed even when the control variable has periodicity such as an angle.
  • FIG. 1 is a block diagram schematically showing an example of the configuration of an optimization processing apparatus according to an embodiment of the present invention.
  • FIG. 2 is a block diagram specifically showing an example of the configuration of the optimization processing in the embodiment of the present invention.
  • FIG. 3 is a diagram for explaining the covariance function used in the embodiment of the present invention.
  • FIG. 4 is a flowchart showing an example of the operation of the optimization processing apparatus in the embodiment of the present invention.
  • FIG. 5 is a diagram showing a result of optimization when a conventional covariance function is used.
  • FIG. 6 is a diagram showing a result of optimization in a specific example of the embodiment of the present invention.
  • FIG. 7 is a block diagram illustrating an example of a computer that implements the optimization processing device according to the embodiment of the present invention.
  • a covariance function is defined by mapping the control variable of the objective function f (x) on the unit circumference, and Bayesian optimization is performed using this covariance function. Specifically, first, each control variable is mapped to one point on the unit circumference, and an appropriate covariance function is defined for a two-dimensional space with the unit circumference for each control variable. Next, in order to maintain the positive definiteness of the covariance function for the entire control variable, the covariance functions defined for each control variable are combined, for example, the covariance functions are added together or integrated. Then, a new covariance function is defined. Then, Bayesian optimization is executed using the new covariance function defined as described above.
  • the present invention since the above-described covariance function can accurately reflect the “closeness” of the control variable having periodicity, the prediction accuracy of the objective function in Bayesian optimization is improved. As a result, in the optimal solution candidate search, the efficiency of searching for the optimal solution is improved.
  • the present invention is particularly effective when there is an optimal solution near the boundary of the executable region.
  • FIG. 1 is a block diagram schematically showing an example of the configuration of an optimization processing apparatus according to an embodiment of the present invention.
  • the optimization processing apparatus 100 includes a covariance function setting unit 10 and an optimization processing unit 20.
  • the covariance function setting unit 10 defines the covariance function by mapping the control variable of the objective function on the unit circumference.
  • the optimization processing unit 20 performs optimization of the objective function using Bayesian estimation of the objective function using the covariance function.
  • FIG. 2 is a block diagram specifically showing an example of the configuration of the optimization processing in the embodiment of the present invention.
  • the optimization processing unit 20 of the optimization processing apparatus 100 includes a data generation unit 21, a parameter update unit 22, a predicted distribution calculation unit 23, and a predicted distribution update unit 24.
  • the covariance function setting unit 10 defines an appropriate covariance function in the two-dimensional space obtained by mapping for each of a plurality of control variables, and each obtained covariance function is defined. In combination, a new valid covariance function is defined. Therefore, the optimization processing unit 20 performs Bayes estimation of the objective function using the new covariance function obtained by this combination.
  • FIG. 3 is a diagram for explaining the covariance function used in the embodiment of the present invention.
  • ⁇ f (x) ⁇ follows a Gaussian process having an average of 0 and a covariance function k for the objective function f (x)
  • the following equation 2 is established for an arbitrary n.
  • the covariance function is sometimes called a “kernel”.
  • Equation 3 shows the kernel parameters included in the covariance function. In the following, ⁇ is omitted for the sake of simplicity.
  • Equation 4 converts x into one point on the unit circumference in the two-dimensional plane. As shown in FIG. 3, two points (1,359) and (179,181) indicate different Euclidean distances in the original one-dimensional space (upper side in FIG. 3). However, according to the mapping shown in Equation 4, the two points show the same Euclidean distance at the conversion destination (lower side in FIG. 3).
  • the covariance function that accurately reflects the “closeness” between the variable vectors is such that the covariance function defined by the above method for each element (each control variable) maintains positive definiteness. It can be configured by combining in form.
  • k 1 (x, x ') and k 2 (x, x') are valid covariance functions
  • k 1 (x, x ') + k 2 (x, x') k 1 (x, x ′) k 2 (x, x ′) is also a valid covariance function.
  • k a (x a , x b ) T , k a , and k b are valid covariance functions in the space of x a and x b , respectively, k a (x a , x a ') + k b (x b , x b ′), k a (x a , x a ′) k b (x b , x b ′) are also valid covariance functions.
  • k i (1 ⁇ i ⁇ d) and k j, k (1 ⁇ j ⁇ d, 1 ⁇ k ⁇ p j ) are existing covariance functions.
  • the covariance function include a Gaussian covariance function expressed by the following equation 7 and a Mate'rn covariance function expressed by the following equation 8.
  • the data generation unit 21 randomly generates set data including the value of the control variable and the value of the objective function (hereinafter also referred to as “initial data”) for the set number of sets in the control variable domain. To generate.
  • the parameter updating unit 22 maximizes the likelihood function using the initial data generated by the data generation unit 21, thereby expressing the parameter included in the covariance function (hereinafter also referred to as “kernel parameter”). ).
  • the likelihood function is defined based on a control variable, an objective function, and a covariance function.
  • the new kernel parameter ⁇ * is acquired from ') by maximizing the marginal likelihood shown in Equation 9 below. Note that in Equation 9 below, as the sigma n ', the covariance function defined by the covariance function setting unit 10 is used.
  • the predicted distribution calculation unit 23 calculates an average and a variance in the predicted distribution of the objective function using the updated parameters, control variables, and objective function. Specifically, the predicted distribution calculation unit 23 calculates the average and variance of the predicted distribution based on the updated kernel parameter ⁇ * .
  • the predicted distribution is as shown in the following equations 10 to 14.
  • the predicted distribution update unit 24 updates the predicted distribution of the objective function using the average and variance calculated by the predicted distribution calculation unit 23. Specifically, the predicted distribution update unit 24 updates the above formula 10 using the calculated average and variance.
  • the candidate search unit 25 uses the updated prediction distribution to optimize the function defined below, thereby optimizing the optimal control variable in the domain of the objective function (hereinafter referred to as “optimum solution candidate”). Extract). Specifically, the candidate search unit 25 maximizes the acquisition function ⁇ n ′ (x) using the updated prediction distribution information (for example, average and variance). Then, the candidate search unit 25 sets the optimum solution x * obtained as a result of the maximization as the optimum solution candidate for the minimization problem for the objective function f (x).
  • the candidate search unit 25 when the candidate search unit 25 extracts the optimal solution candidate, the candidate search unit 25 notifies the parameter update unit 22 of the fact.
  • a series of processes by the parameter update unit 22, the prediction distribution calculation unit 23, the prediction distribution update unit 24, and the candidate search unit 25 described above are repeated a plurality of times by a preset number of times.
  • the optimum solution output unit 26 specifies the optimum solution of the objective function f (x) from among the optimum solution candidates extracted by a plurality of iterations of a series of processes performed by the parameter update unit 22 to the candidate search unit 25. And output this. Specifically, in the present embodiment, the optimum solution output unit 26 outputs the value that takes the minimum value among the optimum solution candidates obtained so far, that is, the following Equation 17 as the optimum solution.
  • FIG. 4 is a flowchart showing an example of the operation of the optimization processing apparatus in the embodiment of the present invention.
  • FIGS. 1 to 3 are referred to as appropriate.
  • the optimization processing method is performed by operating the optimization processing apparatus 100. Therefore, the description of the optimization processing method in the present embodiment is replaced with the following description of the operation of the optimization processing apparatus 100.
  • the covariance function setting unit 10 defines a covariance function used in steps A3 to A6 described later (step A1). Specifically, the covariance function setting unit 10 defines an appropriate covariance function in the two-dimensional space obtained by mapping for each control variable, and combines the obtained covariance functions to perform steps described later. Define covariance function used in A3 ⁇ A6
  • the data generation unit 21 receives the number of sets of initial data and the definition area of the control variable as input, and generates initial data of the set number of sets (step A2).
  • the parameter updating unit 22 uses the initial data generated in step A2 to maximize the likelihood function and updates the kernel parameter (step A3).
  • the predicted distribution calculation unit 23 calculates the average and variance in the predicted distribution of the objective function using the parameters, control variables, and objective function updated in step A3 (step A4).
  • the predicted distribution update unit 24 updates the predicted distribution of the objective function using the average and variance calculated in step A4 (step A5).
  • the candidate search part 25 extracts an optimal solution candidate by optimizing an acquisition function using the updated prediction distribution (step A6).
  • steps A3 to A6 are repeated a predetermined number of times. However, step A3 does not have to be executed every iteration. Step A3 may be executed once every five iterations, for example.
  • the optimum solution output unit 26 identifies the optimum solution of the objective function f (x) from the candidates extracted in step A6 and outputs this. (Step A7).
  • Equation 19 The covariance function shown in Equation 19 is a function often called an “exponential covariance function”. Further, in this specific example, the covariance function expressed by Equation 19 is rewritten as shown by Equation 20 below.
  • steps A3 to A6 shown in FIG. 4 are executed using the covariance functions shown in the above equations 19 and 20, and the results of Bayesian optimization are compared.
  • the number of executions of steps A3 to A6 is “10”. However, after step A3 is executed for the first time, it is executed once every five iterations. In Step A6, it is assumed that Expected Improvement shown in Equation 15 is used as the acquisition function.
  • FIG. 5 is a diagram showing the result of optimization when a conventional covariance function is used.
  • FIG. 6 is a diagram showing a result of optimization in a specific example of the embodiment of the present invention.
  • the optimal solution candidates (observations) are concentrated at the right end point.
  • candidates for the optimal solution (observations) are efficiently searched on both sides of the end point, and as a result, a value close to the global optimal solution is selected. Yes.
  • the hatched portions in FIGS. 5 and 6 are standard deviations.
  • a Bayesian optimization is performed using a covariance function that can accurately reflect the “closeness” of a periodic control variable, which is different from the conventional covariance function. Is done. For this reason, according to the present embodiment, Bayesian optimization can be efficiently executed even when the control variable has periodicity such as an angle.
  • Application example 1 This embodiment can be used for error minimization of satellite signals.
  • the position angle of the artificial satellite viewed from the ground is used as the control variable, and a function for calculating the signal error is used as the objective function.
  • Application example 2 This embodiment can be used for efficient arrangement of solar panels around the stadium.
  • the position of the solar panel (angle from the reference direction) is used as the control variable, and a function for calculating the daily power generation amount is used as the objective function.
  • Application example 3 This embodiment can be used to improve the quality of the painted portion.
  • the spray injection angle is used as the control variable, and a function for calculating the thickness variation of the sprayed portion (painted portion) is used as the objective function.
  • the variation in the thickness of the painted part where the spray is applied varies depending on the position of the spray relative to the injection part. If this variation is large, fine irregularities are generated in the front portion, leading to a reduction in quality. Since the position of the spray relative to the vehicle body can be expressed as an angle from the reference direction, the optimum spray injection position can be set so that the variation in thickness is minimized by installing the optimization processing device in this embodiment on the production line. It can be calculated with high accuracy.
  • the present embodiment can be used to suppress minor crimes by optimizing the patrol time zone.
  • the patrol start time (the patrol time is fixed) is used as the control variable, and a function for calculating the total number of crimes per day is used as the objective function.
  • the guard start time is a value different from 00: 00: 0 and 24:00 when expressed in a 24-hour system, but the expression is different, and the time actually expressed is the same. That is, time is a periodic variable having a periodicity of 24 hours.
  • the following method can be used to find a patrol start time that minimizes the total number of crimes per week. First, patrol for a month at different start times as much as possible every day. As a result, about 30 sets of start times and the total number of crimes of the day are obtained. If an apparatus equipped with the optimization processing apparatus according to the present embodiment is used for the data, it is possible to accurately calculate a patrol start time that minimizes the total number of crimes.
  • the program in the present embodiment may be a program that causes a computer to execute steps A1 to A7 shown in FIG. By installing and executing this program on a computer, the optimization processing apparatus and the optimization processing method in the present embodiment can be realized.
  • a CPU Central Processing Unit
  • the computer functions as the covariance function setting unit 10 and the optimization processing unit 20 to perform processing.
  • FIG. 7 is a block diagram illustrating an example of a computer that implements the optimization processing device according to the embodiment of the present invention.
  • the computer 110 includes a CPU 111, a main memory 112, a storage device 113, an input interface 114, a display controller 115, a data reader / writer 116, and a communication interface 117. These units are connected to each other via a bus 121 so that data communication is possible.
  • the CPU 111 performs various operations by developing the program (code) in the present embodiment stored in the storage device 113 in the main memory 112 and executing them in a predetermined order.
  • the main memory 112 is typically a volatile storage device such as a DRAM (Dynamic Random Access Memory).
  • the program in the present embodiment is provided in a state of being stored in a computer-readable recording medium 120. Note that the program in the present embodiment may be distributed on the Internet connected via the communication interface 117.
  • the storage device 113 includes a hard disk drive and a semiconductor storage device such as a flash memory.
  • the input interface 114 mediates data transmission between the CPU 111 and an input device 118 such as a keyboard and a mouse.
  • the display controller 115 is connected to the display device 119 and controls display on the display device 119.
  • the data reader / writer 116 mediates data transmission between the CPU 111 and the recording medium 120, and reads a program from the recording medium 120 and writes a processing result in the computer 110 to the recording medium 120.
  • the communication interface 117 mediates data transmission between the CPU 111 and another computer.
  • the recording medium 120 include general-purpose semiconductor storage devices such as CF (Compact Flash (registered trademark)) and SD (Secure Digital), magnetic storage media such as a flexible disk, or CD- Optical storage media such as ROM (Compact Disk Read Only Memory) are listed.
  • CF Compact Flash
  • SD Secure Digital
  • magnetic storage media such as a flexible disk
  • CD- Optical storage media such as ROM (Compact Disk Read Only Memory) are listed.
  • a covariance function setting unit that defines a covariance function by mapping a control variable of an objective function on a unit circumference
  • An optimization processing unit that performs optimization of the objective function using Bayesian estimation of the objective function using the covariance function
  • An optimization processing device characterized by comprising:
  • the covariance function setting unit defines a covariance function in a two-dimensional space obtained by mapping for each of the plurality of control variables, and combines the obtained covariance functions to obtain a new covariance function.
  • the optimization processing unit performs Bayesian estimation of the objective function using the new covariance function obtained by combination, The optimization processing apparatus according to appendix 1.
  • the optimization processing unit A data generator that randomly generates a set number of sets including the value of the control variable and the value of the objective function in the domain of the control variable; A parameter that updates a parameter included in the covariance function by maximizing a likelihood function defined based on the control variable, the objective function, and the covariance function using the set data.
  • Update section A predicted distribution calculating unit that calculates an average and a variance in the predicted distribution of the objective function using the updated parameter, the control variable, and the objective function;
  • a predicted distribution updater that updates the predicted distribution of the objective function using the calculated mean and variance;
  • a candidate search unit for extracting optimal control variable candidates in the domain of the objective function by optimizing the defined function using the updated prediction distribution;
  • the optimization processing unit further includes an optimal solution output unit that specifies an optimal solution of the objective function from candidates extracted by the candidate search unit.
  • the optimization processing device according to attachment 2.
  • An optimization processing method characterized by comprising:
  • step (a) for each of the plurality of control variables, a covariance function is defined in a two-dimensional space obtained by mapping, and the obtained covariance functions are combined to obtain a new covariance function.
  • step (b) Bayes estimation of the objective function is performed using the new covariance function obtained by the combination.
  • step (b) (B1) generating a set data including a value of the control variable and a value of the objective function at a set number of sets in the domain of the control variable at random; (B2) Updating parameters included in the covariance function by maximizing a likelihood function defined based on the control variable, the objective function, and the covariance function using the set data. Step, (B3) calculating an average and a variance in the predicted distribution of the objective function using the updated parameter, the control variable, and the objective function; (B4) updating the predicted distribution of the objective function using the calculated mean and variance; (B5) extracting optimal control variable candidates in the domain of the objective function by optimizing the defined function using the updated prediction distribution; and The optimization processing method according to appendix 5, wherein:
  • the step (b) further comprises: (B6) identifying an optimal solution of the objective function from the candidates extracted by the candidate search unit; The optimization processing method according to attachment 6.
  • step (a) for each of the plurality of control variables, a covariance function is defined in a two-dimensional space obtained by mapping, and the obtained covariance functions are combined to obtain a new covariance function.
  • step (b) Bayes estimation of the objective function is performed using the new covariance function obtained by the combination.
  • the program is In the computer, as the step (b), (B1) generating a set data including a value of the control variable and a value of the objective function at a set number of sets in the domain of the control variable at random; (B2) Updating parameters included in the covariance function by maximizing a likelihood function defined based on the control variable, the objective function, and the covariance function using the set data.
  • Step (B3) calculating an average and a variance in the predicted distribution of the objective function using the updated parameter, the control variable, and the objective function; (B4) updating the predicted distribution of the objective function using the calculated mean and variance; (B5) extracting optimal control variable candidates in the domain of the objective function by optimizing the defined function using the updated prediction distribution; and Contains instructions that cause The computer-readable recording medium according to appendix 5.
  • step (B6) includes an instruction for executing a step for specifying an optimal solution of the objective function from candidates extracted by the candidate search unit;
  • Bayesian optimization can be efficiently executed even when the control variable has periodicity such as an angle.
  • INDUSTRIAL APPLICABILITY The present invention can be used for a receiving device that receives a signal from an artificial satellite, a solar power generation system design device, a painting line management device, a security management device, and the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Complex Calculations (AREA)

Abstract

Provided are an optimization processing device, an optimization processing method, and a computer-readable recording medium, which make it possible to efficiently perform Bayesian optimization even if a control variable has periodicity like an angle. The optimization processing device 100 is provided with: a covariance function setting unit 10 for defining a covariance function by mapping control variables of an objective function on a unit circle; and an optimization processing unit 20 for performing optimization of the objective function by using the Bayesian estimation of the objective function using the covariance function.

Description

最適化処理装置、最適化処理方法、及びコンピュータ読み取り可能な記録媒体Optimization processing apparatus, optimization processing method, and computer-readable recording medium
 本発明は、制御変数が周期性を有する目的関数を最適化する、最適化処理装置及び最適化処理方法に関し、更には、これらを実現するためのプログラムを記録したコンピュータ読み取り可能な記録媒体に関する。 The present invention relates to an optimization processing apparatus and optimization processing method for optimizing an objective function whose control variable has periodicity, and further relates to a computer-readable recording medium on which a program for realizing these is recorded.
 従来から、種々の分野において、目的関数f(x)、x∈A⊂Rdにおける「x」を最小化する試み(最適化)が行なわれている(下記数1参照)。なお、Aはコンパクト集合、すなわち有界閉集合であるとする。また、目的関数f(x)は、「閉形式を持たない」、「関数値の出力を得るのに時間がかかる」、「勾配情報を容易に利用できない」、又は「非凸である」といった性質を有しているとする。 Conventionally, attempts (optimization) to minimize “x” in objective functions f (x) and x∈A⊂R d have been made in various fields (see Equation 1 below). A is a compact set, that is, a bounded closed set. In addition, the objective function f (x) is “not having a closed form”, “it takes time to obtain the output of the function value”, “cannot easily use gradient information”, or “non-convex” Suppose that it has properties.
Figure JPOXMLDOC01-appb-M000001
Figure JPOXMLDOC01-appb-M000001
 このような目的関数f(x)に対する最適化方法としては、ベイズ的最適化が知られている。ベイズ的最適化は、目的関数に対してガウス過程を設定し、目的関数のベイズ予測と最適化とを交互に繰り返すことで逐次的に最適解を探索する手法である(例えば、非特許文献1参照。)。ベイズ的最適化は、複雑なシミュレータに対する最適化、深層学習などの機械学習手法のハイパーパラメータチューニングに使用されている。 Bayesian optimization is known as an optimization method for such an objective function f (x). Bayesian optimization is a technique for searching for an optimal solution sequentially by setting a Gaussian process for an objective function and alternately repeating Bayesian prediction and optimization of the objective function (for example, Non-Patent Document 1). reference.). Bayesian optimization is used for hyperparameter tuning of machine learning techniques such as optimization for complex simulators and deep learning.
 ところで、ベイズ的最適化において、上述したように目的関数に対して、事前にガウス過程が設定されているのは、制御変数が近い値を取る場合には、目的関数も近い値を取るという前提が存在するからである。 By the way, in the Bayesian optimization, the Gaussian process is set in advance for the objective function as described above. The reason is that when the control variable takes a close value, the objective function takes a close value. Because there exists.
 しかしながら、ガウス過程の挙動は共分散関数によって決定されるため、最適化の精度はどのような共分散関数を選択するかに依存しており、最適化の精度が著しく低下してしまうことがある。これは、通常、共分散関数のモデルとしては、ガウス型共分散関数又はMate’rn共分散関数が使用されるが、これらの共分散関数は制御変数が周期性を持つ場合、定義域の境界近辺での近さを正確に表現できないことによる。 However, since the behavior of the Gaussian process is determined by the covariance function, the optimization accuracy depends on what covariance function is selected, and the optimization accuracy may be significantly reduced. . This is usually done using Gaussian or Mate'rn covariance functions as models for the covariance functions, but these covariance functions are bounded by domain boundaries if the control variable is periodic. This is because the closeness in the neighborhood cannot be expressed accurately.
 ここで、上記の問題について、角度データを例として挙げて説明する。2つの制御変数を角度x,x’∈[0,360]としたとき、(x,x’)=(1,359)と、(x,x’)=(179,181)とは、xとx’との「近さ」としては同じである。しかしながら、ガウス型共分散関数を用いた場合は、xとx’との差の値は大きく異なってしまう。このため、既存の共分散関数が用いられるベイズ的最適化においては、上述したように最適化の精度が著しく低下する可能性がある。 Here, the above problem will be described using angle data as an example. Assuming that the two control variables are angles x, x′∈ [0,360], (x, x ′) = (1,359) and (x, x ′) = (179,181) are expressed as “ The same is true for “closeness”. However, when a Gaussian covariance function is used, the value of the difference between x and x 'differs greatly. For this reason, in the Bayesian optimization in which the existing covariance function is used, there is a possibility that the accuracy of the optimization is significantly lowered as described above.
 本発明の目的の一例は、上記問題を解消し、制御変数が角度のように周期性を持つ場合であっても、ベイズ的最適化を効率的に実行し得る、最適化処理装置、最適化処理方法、及びコンピュータ読み取り可能な記録媒体を提供することにある。 An example of an object of the present invention is to provide an optimization processing apparatus and optimization capable of solving the above-described problem and efficiently performing Bayesian optimization even when the control variable has periodicity such as an angle. A processing method and a computer-readable recording medium are provided.
 上記目的を達成するため、本発明の一側面における最適化処理装置は、
 目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する、共分散関数設定部と、
 前記共分散関数を用いた前記目的関数のベイズ推定を利用して、前記目的関数の最適化を実行する、最適化処理部と、
を備えている、ことを特徴とする。
In order to achieve the above object, an optimization processing apparatus according to one aspect of the present invention includes:
A covariance function setting unit that defines a covariance function by mapping a control variable of an objective function on a unit circumference;
An optimization processing unit that performs optimization of the objective function using Bayesian estimation of the objective function using the covariance function;
It is characterized by having.
 また、上記目的を達成するため、本発明の一側面における最適化処理方法は、
(a)目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する、ステップと、
(b)前記共分散関数を用いた前記目的関数のベイズ推定を利用して、前記目的関数の最適化を実行する、ステップと、
を有する、ことを特徴とする。
In order to achieve the above object, an optimization processing method according to one aspect of the present invention includes:
(A) defining a covariance function by mapping a control variable of the objective function onto a unit circumference; and
(B) performing optimization of the objective function using Bayesian estimation of the objective function using the covariance function;
It is characterized by having.
 更に、上記目的を達成するため、本発明の一側面におけるコンピュータ読み取り可能な記録媒体は、
コンピュータに、
(a)目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する、ステップと、
(b)前記共分散関数を用いた前記目的関数のベイズ推定を利用して、前記目的関数の最適化を実行する、ステップと、
を実行させる命令を含む、プログラムを記録していることを特徴とする。
Furthermore, in order to achieve the above object, a computer-readable recording medium according to one aspect of the present invention is provided.
On the computer,
(A) defining a covariance function by mapping a control variable of the objective function onto a unit circumference; and
(B) performing optimization of the objective function using Bayesian estimation of the objective function using the covariance function;
A program including an instruction for executing is recorded.
 以上のように、本発明によれば、制御変数が角度のように周期性を持つ場合であっても、ベイズ的最適化を効率的に実行することができる。 As described above, according to the present invention, Bayesian optimization can be efficiently executed even when the control variable has periodicity such as an angle.
図1は、本発明の実施の形態における最適化処理装置の構成の一例を概略的に示すブロック図である。FIG. 1 is a block diagram schematically showing an example of the configuration of an optimization processing apparatus according to an embodiment of the present invention. 図2は、本発明の実施の形態における最適化処理の構成の一例を具体的に示すブロック図である。FIG. 2 is a block diagram specifically showing an example of the configuration of the optimization processing in the embodiment of the present invention. 図3は、本発明の実施の形態で用いられる共分散関数について説明する図である。FIG. 3 is a diagram for explaining the covariance function used in the embodiment of the present invention. 図4は、本発明の実施の形態における最適化処理装置の動作の一例を示すフロー図である。FIG. 4 is a flowchart showing an example of the operation of the optimization processing apparatus in the embodiment of the present invention. 図5は、従来からの共分散関数を用いた場合の最適化の結果を示す図である。FIG. 5 is a diagram showing a result of optimization when a conventional covariance function is used. 図6は、本発明の実施の形態の具体例における最適化の結果を示す図である。FIG. 6 is a diagram showing a result of optimization in a specific example of the embodiment of the present invention. 図7は、本発明の実施の形態における最適化処理装置を実現するコンピュータの一例を示すブロック図である。FIG. 7 is a block diagram illustrating an example of a computer that implements the optimization processing device according to the embodiment of the present invention.
(発明の概要)
 本発明では、目的関数f(x)の制御変数を単位円周上に写像することによって共分散関数を定義し、この共分散関数を用いて、ベイズ的最適化が行なわれる。具体的には、まず、各制御変数を単位円周上の1点に写像し、そして、制御変数毎に、単位円周がある2次元空間に対して妥当な共分散関数を定義する。次に、制御変数全体に対する共分散関数の正定値性が保たれるように、各制御変数について定義された共分散関数同士を組み合わせて、例えば、共分散関数同士を合算したり、積算したりして、新たな共分散関数を定義する。そして、このようにして定義された新たな共分散関数が用いられて、ベイズ的最適化が実行される。
(Summary of Invention)
In the present invention, a covariance function is defined by mapping the control variable of the objective function f (x) on the unit circumference, and Bayesian optimization is performed using this covariance function. Specifically, first, each control variable is mapped to one point on the unit circumference, and an appropriate covariance function is defined for a two-dimensional space with the unit circumference for each control variable. Next, in order to maintain the positive definiteness of the covariance function for the entire control variable, the covariance functions defined for each control variable are combined, for example, the covariance functions are added together or integrated. Then, a new covariance function is defined. Then, Bayesian optimization is executed using the new covariance function defined as described above.
 つまり、本発明では、上述の共分散関数は、周期性を持つ制御変数の「近さ」を、正確に反映できるので、ベイズ的最適化における目的関数の予測精度が向上する。そして、結果として、最適解の候補探索において、最適解の探索の効率性が向上する。本発明は、特に、実行可能領域の境界近辺に最適解がある場合に効果を発揮する。 That is, in the present invention, since the above-described covariance function can accurately reflect the “closeness” of the control variable having periodicity, the prediction accuracy of the objective function in Bayesian optimization is improved. As a result, in the optimal solution candidate search, the efficiency of searching for the optimal solution is improved. The present invention is particularly effective when there is an optimal solution near the boundary of the executable region.
(実施の形態)
 以下、本発明の実施の形態における、最適化処理装置、最適化処理方法、及びプログラムについて、図1~図6を参照しながら説明する。
(Embodiment)
Hereinafter, an optimization processing apparatus, an optimization processing method, and a program according to an embodiment of the present invention will be described with reference to FIGS.
[装置構成]
 最初に、本実施の形態における最適化処理装置の概略構成について説明する。図1は、本発明の実施の形態における最適化処理装置の構成の一例を概略的に示すブロック図である。
[Device configuration]
First, a schematic configuration of the optimization processing apparatus according to the present embodiment will be described. FIG. 1 is a block diagram schematically showing an example of the configuration of an optimization processing apparatus according to an embodiment of the present invention.
 図1に示すように、本実施の形態における最適化処理装置100は、共分散関数設定部10と、最適化処理部20とを備えている。共分散関数設定部10は、目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する。最適化処理部20は、共分散関数を用いた目的関数のベイズ推定を利用して、目的関数の最適化を実行する。 As shown in FIG. 1, the optimization processing apparatus 100 according to the present embodiment includes a covariance function setting unit 10 and an optimization processing unit 20. The covariance function setting unit 10 defines the covariance function by mapping the control variable of the objective function on the unit circumference. The optimization processing unit 20 performs optimization of the objective function using Bayesian estimation of the objective function using the covariance function.
 続いて、図2を用いて、本実施の形態における最適化処理装置100をより具体的に説明する。図2は、本発明の実施の形態における最適化処理の構成の一例を具体的に示すブロック図である。 Subsequently, the optimization processing apparatus 100 according to the present embodiment will be described more specifically with reference to FIG. FIG. 2 is a block diagram specifically showing an example of the configuration of the optimization processing in the embodiment of the present invention.
 図2に示すように、本実施の形態において、最適化処理装置100の最適化処理部20は、データ発生部21と、パラメータ更新部22と、予測分布算出部23と、予測分布更新部24と、候補探索部25と、最適解出力部26とを備えている。 As shown in FIG. 2, in the present embodiment, the optimization processing unit 20 of the optimization processing apparatus 100 includes a data generation unit 21, a parameter update unit 22, a predicted distribution calculation unit 23, and a predicted distribution update unit 24. A candidate search unit 25 and an optimal solution output unit 26.
 また、本実施の形態では、共分散関数設定部10は、複数の制御変数それぞれ毎に、写像によって得られた2次元空間に妥当な共分散関数を定義し、得られた各共分散関数を組み合せて、新たな妥当な共分散関数を定義する。このため、最適化処理部20は、この組み合わせによって得られた新たな共分散関数を用いて、目的関数のベイズ推定を行なう。 Further, in the present embodiment, the covariance function setting unit 10 defines an appropriate covariance function in the two-dimensional space obtained by mapping for each of a plurality of control variables, and each obtained covariance function is defined. In combination, a new valid covariance function is defined. Therefore, the optimization processing unit 20 performs Bayes estimation of the objective function using the new covariance function obtained by this combination.
 以下に、本実施の形態で用いられる共分散関数について図3を用いて詳細に説明する。図3は、本発明の実施の形態で用いられる共分散関数について説明する図である。まず、目的関数f(x)について{f(x)}が、平均0、共分散関数kを持つガウス過程に従うとすると、任意のnに対して、下記の数2が成立する。なお、共分散関数は、「カーネル」と呼ばれることもある。 Hereinafter, the covariance function used in the present embodiment will be described in detail with reference to FIG. FIG. 3 is a diagram for explaining the covariance function used in the embodiment of the present invention. First, assuming that {f (x)} follows a Gaussian process having an average of 0 and a covariance function k for the objective function f (x), the following equation 2 is established for an arbitrary n. The covariance function is sometimes called a “kernel”.
Figure JPOXMLDOC01-appb-M000002
Figure JPOXMLDOC01-appb-M000002
 また、下記の数3は、共分散関数に含まれるカーネルパラメータを示している。以下において、表記を簡便にするためθは省略する。 Also, Equation 3 below shows the kernel parameters included in the covariance function. In the following, θ is omitted for the sake of simplicity.
Figure JPOXMLDOC01-appb-M000003
Figure JPOXMLDOC01-appb-M000003
 ところで、各要素が角度のような周期性を持つ変数から構成されるベクトルをx∈[0,360]dとしたときに、各要素に対して、下記の数4に示す写像を考える。また、下記の数4において、Tは転置を表している。 By the way, when a vector composed of a variable having periodicity such as an angle is set to x∈ [0,360] d , a mapping shown in the following equation 4 is considered for each element. In the following equation 4, T represents transposition.
Figure JPOXMLDOC01-appb-M000004
Figure JPOXMLDOC01-appb-M000004
 上記数4の写像は、xを二次元平面における単位円周上の1点に変換する。図3に示すように、(1,359)と(179,181)との2点は、元の1次元空間では、それぞれ異なるユークリッド距離を示している(図3上側)。しかし、上記数4に示す写像によれば、2点は、変換先において、同じユークリッド距離を示すことになる(図3下側)。 The mapping of Equation 4 above converts x into one point on the unit circumference in the two-dimensional plane. As shown in FIG. 3, two points (1,359) and (179,181) indicate different Euclidean distances in the original one-dimensional space (upper side in FIG. 3). However, according to the mapping shown in Equation 4, the two points show the same Euclidean distance at the conversion destination (lower side in FIG. 3).
 よって、変換先の2次元空間で共分散関数を定義し、この共分散関数を採用すれば、各要素間の「近さ」を正確に考慮することができる。 Therefore, if a covariance function is defined in the two-dimensional space of the conversion destination and this covariance function is adopted, the “closeness” between each element can be accurately considered.
 また、変数ベクトル間の「近さ」を正確に反映した共分散関数は、各要素(各制御変数)に対して上記の方法で定義した共分散関数を、正定値性が保たれるような形式で組み合わせることによって構成することができる。 In addition, the covariance function that accurately reflects the “closeness” between the variable vectors is such that the covariance function defined by the above method for each element (each control variable) maintains positive definiteness. It can be configured by combining in form.
 一般的に、妥当な共分散関数をk1(x,x’)、k2(x,x’)としたとき、k1(x,x’)+k2(x,x’)と、k1(x,x’)k2(x,x’)も妥当な共分散関数となる。 In general, when k 1 (x, x ') and k 2 (x, x') are valid covariance functions, k 1 (x, x ') + k 2 (x, x') k 1 (x, x ′) k 2 (x, x ′) is also a valid covariance function.
 また、x=(xa,xb)T、ka、kbを、それぞれxa、xbの空間上で妥当な共分散関数だとすると、ka(xa,xa’)+ kb(xb,xb’)、 ka(xa,xa’)kb(xb,xb’)も妥当な共分散関数となる。これらの性質は、下記の参照文献に記載されている。
参照文献:C. Bishop. (2006). Pattern Recognition and Machine Learning. Springer, New York.
If x = (x a , x b ) T , k a , and k b are valid covariance functions in the space of x a and x b , respectively, k a (x a , x a ') + k b (x b , x b ′), k a (x a , x a ′) k b (x b , x b ′) are also valid covariance functions. These properties are described in the following references.
Reference: C. Bishop. (2006). Pattern Recognition and Machine Learning. Springer, New York.
 そして、上記の参照文献に記載されている性質を用いて、元のd次元空間に妥当な共分散関数を構成すればよい。例えば、x,x’∈[0,360]dに対して、下記の数5又は数6の形式が考えられる。 Then, an appropriate covariance function may be constructed in the original d-dimensional space using the properties described in the above-mentioned reference documents. For example, for x, x′∈ [0,360] d , the following formula 5 or 6 is conceivable.
Figure JPOXMLDOC01-appb-M000005
Figure JPOXMLDOC01-appb-M000005
Figure JPOXMLDOC01-appb-M000006
Figure JPOXMLDOC01-appb-M000006
 ここで、ki(1≦i≦d)、 kj,k(1≦j≦d, 1≦k≦pj)は、既存の共分散関数である。共分散関数の例としては、下記の数7に示すガウス型共分散関数、下記の数8に示すMate’rn共分散関数が挙げられる。 Here, k i (1 ≦ i ≦ d) and k j, k (1 ≦ j ≦ d, 1 ≦ k ≦ p j ) are existing covariance functions. Examples of the covariance function include a Gaussian covariance function expressed by the following equation 7 and a Mate'rn covariance function expressed by the following equation 8.
Figure JPOXMLDOC01-appb-M000007
Figure JPOXMLDOC01-appb-M000007
Figure JPOXMLDOC01-appb-M000008
Figure JPOXMLDOC01-appb-M000008
 また、データ発生部21は、制御変数の定義域において、制御変数の値と目的関数の値とを含む組データ(以下「初期データ」とも表記する。)を、設定された組数だけ、ランダムに発生させる。 In addition, the data generation unit 21 randomly generates set data including the value of the control variable and the value of the objective function (hereinafter also referred to as “initial data”) for the set number of sets in the control variable domain. To generate.
 具体的には、データ発生部21は、台をA(コンパクト集合)とする一様分布から、n個の制御変数x1,…,xnを乱数発生させ、結果としてn組の初期データ{(xi, f(xi))}i=1,…,nを取得する。 Specifically, the data generation unit 21 generates a random number of n control variables x 1 ,..., X n from a uniform distribution with a platform A (compact set), resulting in n sets of initial data { (x i , f (x i ))} i = 1,.
 また、パラメータ更新部22は、データ発生部21が発生させた初期データを用いて、尤度関数を、最大化することによって、共分散関数に含まれるパラメータ(以下「カーネルパラメータ」とも表記する。)を更新する。尤度関数は、制御変数、目的関数、及び共分散関数に基づいて定義されている。 In addition, the parameter updating unit 22 maximizes the likelihood function using the initial data generated by the data generation unit 21, thereby expressing the parameter included in the covariance function (hereinafter also referred to as “kernel parameter”). ). The likelihood function is defined based on a control variable, an objective function, and a covariance function.
 具体的には、パラメータ更新部22は、それまでに得られている入出力の組(組データ:{(xi, f(xi))}i=1,…,n’、n≦n’)から、下記の数9に示す周辺尤度を最大化することにより、新しいカーネルパラメータθ*を取得する。なお、下記の数9において、Σn’としては、共分散関数設定部10によって定義された共分散関数が使用される。 Specifically, the parameter updating unit 22 sets the input / output pairs obtained so far (set data: {(x i , f (x i ))} i = 1,..., N ′ , n ≦ n The new kernel parameter θ * is acquired from ') by maximizing the marginal likelihood shown in Equation 9 below. Note that in Equation 9 below, as the sigma n ', the covariance function defined by the covariance function setting unit 10 is used.
Figure JPOXMLDOC01-appb-M000009
Figure JPOXMLDOC01-appb-M000009
 予測分布算出部23は、更新されたパラメータ、制御変数、及び目的関数を用いて、目的関数の予測分布における平均および分散を算出する。具体的には、予測分布算出部23は、更新されたカーネルパラメータθ*に基づいて、予測分布の平均と分散を計算する。 The predicted distribution calculation unit 23 calculates an average and a variance in the predicted distribution of the objective function using the updated parameters, control variables, and objective function. Specifically, the predicted distribution calculation unit 23 calculates the average and variance of the predicted distribution based on the updated kernel parameter θ * .
 既に得られているn’組の入出力の組(組データ)を{(xi, f(xi))}i=1,…,n’、新しい入力x*に対する出力をf(x*)とすると、予測分布は下記の数10~数14の通りとなる。 The already obtained n 'set of input / output (set data) is {(x i , f (x i ))} i = 1, ..., n' , and the output for the new input x * is f (x * ), The predicted distribution is as shown in the following equations 10 to 14.
Figure JPOXMLDOC01-appb-M000010
Figure JPOXMLDOC01-appb-M000010
Figure JPOXMLDOC01-appb-M000011
Figure JPOXMLDOC01-appb-M000011
Figure JPOXMLDOC01-appb-M000012
Figure JPOXMLDOC01-appb-M000012
Figure JPOXMLDOC01-appb-M000013
Figure JPOXMLDOC01-appb-M000013
Figure JPOXMLDOC01-appb-M000014
Figure JPOXMLDOC01-appb-M000014
 そして、予測分布算出部23は、上記数10~数14において、{(xi, f(xi))}i=1,…,n’と、更新されたカーネルパラメータθ*とを、上記数11及び数12に代入することにより、予測分布の平均と分散とを計算する。 Then, the prediction distribution calculation unit 23 uses {(x i , f (x i ))} i = 1,..., N ′ and the updated kernel parameter θ * in the above formulas 10 to 14 as described above. By substituting into Equations 11 and 12, the mean and variance of the predicted distribution are calculated.
 また、予測分布更新部24は、予測分布算出部23によって算出された平均及び分散を用いて、目的関数の予測分布を更新する。具体的には、予測分布更新部24は、算出された平均と分散とを用いて上記数10を更新する。 Also, the predicted distribution update unit 24 updates the predicted distribution of the objective function using the average and variance calculated by the predicted distribution calculation unit 23. Specifically, the predicted distribution update unit 24 updates the above formula 10 using the calculated average and variance.
 候補探索部25は、更新された予測分布を用いて、下記に定義された関数の最適化を行うことにより、目的関数の定義域における最適な制御変数の候補(以下「最適解候補」と表記する。)を抽出する。具体的には、候補探索部25は、更新された予測分布の情報(例えば、平均及び分散)を用いた獲得関数αn’(x)を最大化する。そして、候補探索部25は、最大化の結果として得られた最適解x*を目的関数f(x)に対する最小化問題の最適解候補とする。 The candidate search unit 25 uses the updated prediction distribution to optimize the function defined below, thereby optimizing the optimal control variable in the domain of the objective function (hereinafter referred to as “optimum solution candidate”). Extract). Specifically, the candidate search unit 25 maximizes the acquisition function α n ′ (x) using the updated prediction distribution information (for example, average and variance). Then, the candidate search unit 25 sets the optimum solution x * obtained as a result of the maximization as the optimum solution candidate for the minimization problem for the objective function f (x).
 獲得関数の例としては、下記の数15及び数16が挙げられる。なお、下記の数16に示すLower Confidence Boundでは、最大化ではなく、最小化することによって最適解の候補が見つけ出される。 Examples of the acquisition function include the following Expression 15 and Expression 16. In Lower で は Confidence Bound shown in Equation 16 below, candidates for the optimal solution are found by minimizing instead of maximizing.
Figure JPOXMLDOC01-appb-M000015
Figure JPOXMLDOC01-appb-M000015
Figure JPOXMLDOC01-appb-M000016
Figure JPOXMLDOC01-appb-M000016
 また、候補探索部25は、最適解候補を抽出すると、そのことをパラメータ更新部22に通知する。上述したパラメータ更新部22、予測分布算出部23、予測分布更新部24、及び候補探索部25、それぞれによる一連の処理は、事前に設定された回数だけ、複数回反復される。 Further, when the candidate search unit 25 extracts the optimal solution candidate, the candidate search unit 25 notifies the parameter update unit 22 of the fact. A series of processes by the parameter update unit 22, the prediction distribution calculation unit 23, the prediction distribution update unit 24, and the candidate search unit 25 described above are repeated a plurality of times by a preset number of times.
 最適解出力部26は、パラメータ更新部22から候補探索部25までによる、一連の処理の複数回の反復によって抽出された最適解候補の中から、目的関数f(x)の最適解を特定し、これを出力する。具体的には、本実施の形態では、最適解出力部26は、今までに得られた最適解の候補の中で最小値をとる値、すなわち下記の数17を最適解として出力する。 The optimum solution output unit 26 specifies the optimum solution of the objective function f (x) from among the optimum solution candidates extracted by a plurality of iterations of a series of processes performed by the parameter update unit 22 to the candidate search unit 25. And output this. Specifically, in the present embodiment, the optimum solution output unit 26 outputs the value that takes the minimum value among the optimum solution candidates obtained so far, that is, the following Equation 17 as the optimum solution.
Figure JPOXMLDOC01-appb-M000017
Figure JPOXMLDOC01-appb-M000017
[装置動作]
 次に、本発明の実施の形態における最適化処理装置100の動作について図4を用いて説明する。図4は、本発明の実施の形態における最適化処理装置の動作の一例を示すフロー図である。以下の説明においては、適宜図1~図3を参酌する。また、本実施の形態では、最適化処理装置100を動作させることによって、最適化処理方法が実施される。よって、本実施の形態における最適化処理方法の説明は、以下の最適化処理装置100の動作説明に代える。
[Device operation]
Next, the operation of the optimization processing apparatus 100 according to the embodiment of the present invention will be described with reference to FIG. FIG. 4 is a flowchart showing an example of the operation of the optimization processing apparatus in the embodiment of the present invention. In the following description, FIGS. 1 to 3 are referred to as appropriate. In the present embodiment, the optimization processing method is performed by operating the optimization processing apparatus 100. Therefore, the description of the optimization processing method in the present embodiment is replaced with the following description of the operation of the optimization processing apparatus 100.
 図4に示すように、最初に、共分散関数設定部10が、後述のステップA3~A6で使用する共分散関数を定義する(ステップA1)。具体的には、共分散関数設定部10は、制御変数毎に、写像によって得られた2次元空間に妥当な共分散関数を定義し、得られた各共分散関数を組み合せて、後述のステップA3~A6で使用する共分散関数を定義する As shown in FIG. 4, first, the covariance function setting unit 10 defines a covariance function used in steps A3 to A6 described later (step A1). Specifically, the covariance function setting unit 10 defines an appropriate covariance function in the two-dimensional space obtained by mapping for each control variable, and combines the obtained covariance functions to perform steps described later. Define covariance function used in A3 ~ A6
 次に、データ発生部21が、初期データの組数と制御変数の定義域とを入力として、設定された組数の初期データを発生させる(ステップA2)。 Next, the data generation unit 21 receives the number of sets of initial data and the definition area of the control variable as input, and generates initial data of the set number of sets (step A2).
 次に、パラメータ更新部22は、ステップA2で発生した初期データを用いて、尤度関数を最大化させて、カーネルパラメータを更新する(ステップA3)。次に、予測分布算出部23は、ステップA3で更新されたパラメータ、制御変数、及び目的関数を用いて、目的関数の予測分布における平均および分散を算出する(ステップA4)。 Next, the parameter updating unit 22 uses the initial data generated in step A2 to maximize the likelihood function and updates the kernel parameter (step A3). Next, the predicted distribution calculation unit 23 calculates the average and variance in the predicted distribution of the objective function using the parameters, control variables, and objective function updated in step A3 (step A4).
 次に、予測分布更新部24は、ステップA4で算出された平均及び分散を用いて、目的関数の予測分布を更新する(ステップA5)。次に、候補探索部25は、更新された予測分布を用いて、獲得関数の最適化を行うことにより、最適解候補を抽出する(ステップA6)。 Next, the predicted distribution update unit 24 updates the predicted distribution of the objective function using the average and variance calculated in step A4 (step A5). Next, the candidate search part 25 extracts an optimal solution candidate by optimizing an acquisition function using the updated prediction distribution (step A6).
 また、ステップA3~A6は、事前に設定された回数だけ、反復される。但し、ステップA3については、反復の度に実行する必要はない。ステップA3については、例えば、5回反復する度に、1回実行するようにしても良い。 Also, steps A3 to A6 are repeated a predetermined number of times. However, step A3 does not have to be executed every iteration. Step A3 may be executed once every five iterations, for example.
 ステップA3~A6が設定された回数だけ実行されると、最適解出力部26は、ステップA6で抽出された候補の中から、目的関数f(x)の最適解を特定し、これを出力する(ステップA7)。 When steps A3 to A6 are executed a set number of times, the optimum solution output unit 26 identifies the optimum solution of the objective function f (x) from the candidates extracted in step A6 and outputs this. (Step A7).
[具体例]
 次に、本実施の形態の具体例について以下に説明する。以下の具体例においては、目的関数は、下記の数18に示す通りとする。
[Concrete example]
Next, a specific example of this embodiment will be described below. In the following specific example, the objective function is as shown in Equation 18 below.
Figure JPOXMLDOC01-appb-M000018
Figure JPOXMLDOC01-appb-M000018
 データ発生部21は、初期データとして、(x1,x2,x3)=(-1,2,3)の3点を発生させているとする。また、共分散関数設定部10は、共分散関数として、θ1=0.5としたMate’rn共分散関数を使用するとする。このときカーネルパラメータを新しく取り直して設定すると、共分散関数は、下記数19の通りとなる。 It is assumed that the data generation unit 21 generates three points (x 1 , x 2 , x 3 ) = (− 1 , 2 , 3 ) as initial data. The covariance function setting unit 10 uses a Mate'rn covariance function with θ 1 = 0.5 as the covariance function. At this time, if the kernel parameters are newly taken and set, the covariance function is as shown in Equation 19 below.
Figure JPOXMLDOC01-appb-M000019
Figure JPOXMLDOC01-appb-M000019
 上記数19に示す共分散関数は、しばしば「指数型共分散関数」と呼ばれる関数である。また、本具体例では、上記数19に示す共分散関数は、下記の数20に示すように書き換えられる。 The covariance function shown in Equation 19 is a function often called an “exponential covariance function”. Further, in this specific example, the covariance function expressed by Equation 19 is rewritten as shown by Equation 20 below.
Figure JPOXMLDOC01-appb-M000020
Figure JPOXMLDOC01-appb-M000020
 本具体例では、上記数19及び数20に示した共分散関数を用いて、図4に示したステップA3~A6が実行され、ベイズ的最適化の結果の比較が行なわれる。また、ステップA3~A6の実行回数は「10」回とする。但し、ステップA3については、1回目に実行した後は、5反復ごとに1回実行する。また、ステップA6においては、獲得関数として、上記数15に示すExpected Improvementが使用されているとする。 In this specific example, steps A3 to A6 shown in FIG. 4 are executed using the covariance functions shown in the above equations 19 and 20, and the results of Bayesian optimization are compared. The number of executions of steps A3 to A6 is “10”. However, after step A3 is executed for the first time, it is executed once every five iterations. In Step A6, it is assumed that Expected Improvement shown in Equation 15 is used as the acquisition function.
 そして、従来からの共分散関数を用いた場合は、最適値はx=3.1416において0.9422となるが、本具体例では、最適値はx=-2.810において0.9999となる。目的関数の最適値は、x=2.8において1.0なので、本具体例によれば、精度が良い最適解が選択されている。 When the conventional covariance function is used, the optimum value is 0.9422 at x = 3.1416, but in this specific example, the optimum value is 0.9999 at x = −2.810. Since the optimal value of the objective function is 1.0 at x = 2.8, according to this specific example, an optimal solution with high accuracy is selected.
 また、図5は、従来からの共分散関数を用いた場合の最適化の結果を示す図である。図6は、本発明の実施の形態の具体例における最適化の結果を示す図である。図5に示すように、従来手法では、右側の端点において最適解の候補(observations)が集中してしまっている。これに対して、図6に示すように、本具体例においては、端点の両側において最適解の候補(observations)が効率よく探索されており、結果として大域的最適解に近い値が選択されている。なお、図5及び図6中のハッチングが施されている部分は、標準偏差である。 FIG. 5 is a diagram showing the result of optimization when a conventional covariance function is used. FIG. 6 is a diagram showing a result of optimization in a specific example of the embodiment of the present invention. As shown in FIG. 5, in the conventional method, the optimal solution candidates (observations) are concentrated at the right end point. On the other hand, as shown in FIG. 6, in this specific example, candidates for the optimal solution (observations) are efficiently searched on both sides of the end point, and as a result, a value close to the global optimal solution is selected. Yes. The hatched portions in FIGS. 5 and 6 are standard deviations.
[実施の形態の効果]
 このように、本実施の形態では、従来からの共分散関数とは異なる、周期性を持つ制御変数の「近さ」を正確に反映できる共分散関数が用いられて、ベイズ的最適化が実行される。このため、本実施の形態によれば、制御変数が角度のように周期性を持つ場合であっても、ベイズ的最適化を効率的に実行することができる。
[Effect of the embodiment]
Thus, in this embodiment, a Bayesian optimization is performed using a covariance function that can accurately reflect the “closeness” of a periodic control variable, which is different from the conventional covariance function. Is done. For this reason, according to the present embodiment, Bayesian optimization can be efficiently executed even when the control variable has periodicity such as an angle.
[応用例]
 続いて、本実施の形態における最適化処理装置の応用例について以下に説明する。
[Application example]
Subsequently, an application example of the optimization processing apparatus in the present embodiment will be described below.
 応用例1:
 本実施の形態は、人工衛星信号の誤差最小化に利用できる。この場合、制御変数として、地上から見た人工衛星の位置角度が用いられ、目的関数として、信号誤差を算出する関数が用いられる。
Application example 1:
This embodiment can be used for error minimization of satellite signals. In this case, the position angle of the artificial satellite viewed from the ground is used as the control variable, and a function for calculating the signal error is used as the objective function.
 人工衛星から発せられた信号を地上の装置で受信する状況を考える。地上の装置を東西南北の全方位に向けられる場合、装置の位置は基準方向からの角度となる。この装置に本実施の形態における最適化処理装置を搭載することにより、信号誤差を最小にするように各時刻における装置の向きを精度良く制御できる。 Consider a situation where a signal from a satellite is received by a ground device. When a ground device can be pointed in all directions, east, west, south, and north, the position of the device is an angle from the reference direction. By mounting the optimization processing apparatus according to this embodiment on this apparatus, the direction of the apparatus at each time can be accurately controlled so as to minimize the signal error.
 応用例2:
 本実施の形態は、スタジアム周辺における太陽光パネルの効率的配置に利用できる。この場合、制御変数として、太陽光パネルの位置(基準方向からの角度)が用いられ、目的関数として、1日の発電量を算出する関数が用いられる。
Application example 2:
This embodiment can be used for efficient arrangement of solar panels around the stadium. In this case, the position of the solar panel (angle from the reference direction) is used as the control variable, and a function for calculating the daily power generation amount is used as the objective function.
 太陽光パネルの設置にかかる費用を小さくするために、パネルの個数をできるだけ少なくする必要がある。指定したパネルの個数をスタジアムの用な円形の施設の周辺に配置するとき、各パネルの位置は基準方向からの角度によって決定される。この角度を入力として、シミュレータを用いて1日の発電量を算出する状況を考える。シミュレータ内に、本実施の形態における最適化処理装置を組み込むことで、1日の太陽の動きを考慮した上で発電量が最大になるような各太陽光パネルの位置を精度良く算出できる。 In order to reduce the cost of installing solar panels, it is necessary to reduce the number of panels as much as possible. When placing the specified number of panels around the stadium's circular facility, the position of each panel is determined by the angle from the reference direction. Considering this angle as an input, a situation in which a daily power generation amount is calculated using a simulator is considered. By incorporating the optimization processing apparatus according to the present embodiment into the simulator, it is possible to accurately calculate the position of each solar panel that maximizes the amount of power generation in consideration of the daily movement of the sun.
 応用例3:
 本実施の形態は、塗装部分の品質向上に利用できる。この場合、制御変数として、スプレーの射出角度が用いられ、目的関数として、スプレーが吹きかけられた部分(塗装部分)の厚さのばらつきを算出する関数が用いられる。
Application example 3:
This embodiment can be used to improve the quality of the painted portion. In this case, the spray injection angle is used as the control variable, and a function for calculating the thickness variation of the sprayed portion (painted portion) is used as the objective function.
 工場の生産ラインにおいて、車体にスプレーを射出する場合、射出部分に対するスプレーの位置により、スプレーが散布された塗装部分の厚さのばらつきに変化が生じる。このばらつきが大きいとフロント部分に微細な凹凸が生じるので品質低下へとつながる。車体に対するスプレーの位置は基準方向からの角度として表せるので、本実施の形態における最適化処理装置を生産ラインに搭載することにより、厚さのばらつきが最小となるように、スプレーの最適射出位置を精度良く算出できる。 In the production line of a factory, when spray is sprayed on the vehicle body, the variation in the thickness of the painted part where the spray is applied varies depending on the position of the spray relative to the injection part. If this variation is large, fine irregularities are generated in the front portion, leading to a reduction in quality. Since the position of the spray relative to the vehicle body can be expressed as an angle from the reference direction, the optimum spray injection position can be set so that the variation in thickness is minimized by installing the optimization processing device in this embodiment on the production line. It can be calculated with high accuracy.
 応用例4:
 本実施の形態は、巡警時間帯の最適化による軽微犯罪の抑制に利用できる。この場合、制御変数として、巡警開始時刻(巡警時間は固定)が用いられ、目的関数として、1日の総犯罪件数を算出する関数が用いられる。
Application example 4:
The present embodiment can be used to suppress minor crimes by optimizing the patrol time zone. In this case, the patrol start time (the patrol time is fixed) is used as the control variable, and a function for calculating the total number of crimes per day is used as the objective function.
 巡警開始時刻は、24時間制で表現したとき、00:00:00と24:00:00とは異なる値ではあるが、表現が異なるだけで、実際に表す時刻は同一である。つまり、時刻は24時間の周期性を持つ周期変数である。 The guard start time is a value different from 00: 00: 0 and 24:00 when expressed in a 24-hour system, but the expression is different, and the time actually expressed is the same. That is, time is a periodic variable having a periodicity of 24 hours.
 この場合、以下の方法を用いて、1週間の総犯罪件数を最小にするような巡警開始時刻を見つけることができる。最初に、毎日できるかぎり異なった開始時刻で1か月間巡警を行う。結果として、約30組の開始時刻とその日の総犯罪件数とが得られる。そのデータに対して、本実施の形態における最適化処理装置を搭載した装置を用いれば、総犯罪件数が最小になるような巡警開始時刻を精度良く算出できる。 In this case, the following method can be used to find a patrol start time that minimizes the total number of crimes per week. First, patrol for a month at different start times as much as possible every day. As a result, about 30 sets of start times and the total number of crimes of the day are obtained. If an apparatus equipped with the optimization processing apparatus according to the present embodiment is used for the data, it is possible to accurately calculate a patrol start time that minimizes the total number of crimes.
[プログラム]
 本実施の形態におけるプログラムは、コンピュータに、図4に示すステップA1~A7を実行させるプログラムであれば良い。このプログラムをコンピュータにインストールし、実行することによって、本実施の形態における最適化処理装置と最適化処理方法とを実現することができる。この場合、コンピュータのCPU(Central Processing Unit)は、共分散関数設定部10及び最適化処理部20として機能し、処理を行なう。
[program]
The program in the present embodiment may be a program that causes a computer to execute steps A1 to A7 shown in FIG. By installing and executing this program on a computer, the optimization processing apparatus and the optimization processing method in the present embodiment can be realized. In this case, a CPU (Central Processing Unit) of the computer functions as the covariance function setting unit 10 and the optimization processing unit 20 to perform processing.
 ここで、本実施の形態におけるプログラムを実行することによって、最適化処理装置を実現するコンピュータについて図7を用いて説明する。図7は、本発明の実施の形態における最適化処理装置を実現するコンピュータの一例を示すブロック図である。 Here, a computer that realizes an optimization processing apparatus by executing the program according to the present embodiment will be described with reference to FIG. FIG. 7 is a block diagram illustrating an example of a computer that implements the optimization processing device according to the embodiment of the present invention.
 図7に示すように、コンピュータ110は、CPU111と、メインメモリ112と、記憶装置113と、入力インターフェイス114と、表示コントローラ115と、データリーダ/ライタ116と、通信インターフェイス117とを備える。これらの各部は、バス121を介して、互いにデータ通信可能に接続される。 As shown in FIG. 7, the computer 110 includes a CPU 111, a main memory 112, a storage device 113, an input interface 114, a display controller 115, a data reader / writer 116, and a communication interface 117. These units are connected to each other via a bus 121 so that data communication is possible.
 CPU111は、記憶装置113に格納された、本実施の形態におけるプログラム(コード)をメインメモリ112に展開し、これらを所定順序で実行することにより、各種の演算を実施する。メインメモリ112は、典型的には、DRAM(Dynamic Random Access Memory)等の揮発性の記憶装置である。また、本実施の形態におけるプログラムは、コンピュータ読み取り可能な記録媒体120に格納された状態で提供される。なお、本実施の形態におけるプログラムは、通信インターフェイス117を介して接続されたインターネット上で流通するものであっても良い。 The CPU 111 performs various operations by developing the program (code) in the present embodiment stored in the storage device 113 in the main memory 112 and executing them in a predetermined order. The main memory 112 is typically a volatile storage device such as a DRAM (Dynamic Random Access Memory). Further, the program in the present embodiment is provided in a state of being stored in a computer-readable recording medium 120. Note that the program in the present embodiment may be distributed on the Internet connected via the communication interface 117.
 また、記憶装置113の具体例としては、ハードディスクドライブの他、フラッシュメモリ等の半導体記憶装置が挙げられる。入力インターフェイス114は、CPU111と、キーボード及びマウスといった入力機器118との間のデータ伝送を仲介する。表示コントローラ115は、ディスプレイ装置119と接続され、ディスプレイ装置119での表示を制御する。 Further, specific examples of the storage device 113 include a hard disk drive and a semiconductor storage device such as a flash memory. The input interface 114 mediates data transmission between the CPU 111 and an input device 118 such as a keyboard and a mouse. The display controller 115 is connected to the display device 119 and controls display on the display device 119.
 データリーダ/ライタ116は、CPU111と記録媒体120との間のデータ伝送を仲介し、記録媒体120からのプログラムの読み出し、及びコンピュータ110における処理結果の記録媒体120への書き込みを実行する。通信インターフェイス117は、CPU111と、他のコンピュータとの間のデータ伝送を仲介する。 The data reader / writer 116 mediates data transmission between the CPU 111 and the recording medium 120, and reads a program from the recording medium 120 and writes a processing result in the computer 110 to the recording medium 120. The communication interface 117 mediates data transmission between the CPU 111 and another computer.
 また、記録媒体120の具体例としては、CF(Compact Flash(登録商標))及びSD(Secure Digital)等の汎用的な半導体記憶デバイス、フレキシブルディスク(Flexible Disk)等の磁気記憶媒体、又はCD-ROM(Compact Disk Read Only Memory)などの光学記憶媒体が挙げられる。 Specific examples of the recording medium 120 include general-purpose semiconductor storage devices such as CF (Compact Flash (registered trademark)) and SD (Secure Digital), magnetic storage media such as a flexible disk, or CD- Optical storage media such as ROM (Compact Disk Read Only Memory) are listed.
 上述した実施の形態の一部又は全部は、以下に記載する(付記1)~(付記12)によって表現することができるが、以下の記載に限定されるものではない。 Some or all of the above-described embodiments can be expressed by the following (Appendix 1) to (Appendix 12), but is not limited to the following description.
(付記1)
 目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する、共分散関数設定部と、
 前記共分散関数を用いた前記目的関数のベイズ推定を利用して、前記目的関数の最適化を実行する、最適化処理部と、
を備えている、ことを特徴とする最適化処理装置。
(Appendix 1)
A covariance function setting unit that defines a covariance function by mapping a control variable of an objective function on a unit circumference;
An optimization processing unit that performs optimization of the objective function using Bayesian estimation of the objective function using the covariance function;
An optimization processing device characterized by comprising:
(付記2)
 前記共分散関数設定部が、複数の前記制御変数それぞれ毎に、写像によって得られた2次元空間に共分散関数を定義し、得られた各共分散関数を組み合せて、新たな共分散関数を定義し、
 前記最適化処理部が、組み合わせによって得られた前記新たな共分散関数を用いて、前記目的関数のベイズ推定を行なう、
付記1に記載の最適化処理装置。
(Appendix 2)
The covariance function setting unit defines a covariance function in a two-dimensional space obtained by mapping for each of the plurality of control variables, and combines the obtained covariance functions to obtain a new covariance function. Define
The optimization processing unit performs Bayesian estimation of the objective function using the new covariance function obtained by combination,
The optimization processing apparatus according to appendix 1.
(付記3)
 前記最適化処理部が、
 前記制御変数の定義域において、制御変数の値と目的関数の値とを含む組データを、設定された組数だけ、ランダムに発生させる、データ発生部と、
 前記組データを用いて、前記制御変数、前記目的関数、及び前記共分散関数に基づいて定義された尤度関数を、最大化することによって、前記共分散関数に含まれるパラメータを更新する、パラメータ更新部と、
 更新された前記パラメータ、前記制御変数、及び前記目的関数を用いて、前記目的関数の予測分布における平均及び分散を算出する、予測分布算出部と、
 算出された前記平均及び分散を用いて、前記目的関数の予測分布を更新する、予測分布更新部と、
 更新された前記予測分布を用いて、定義された関数の最適化を行うことにより、目的関数の定義域における最適な制御変数の候補を抽出する、候補探索部と、
を備えている、付記1に記載の最適化処理装置。
(Appendix 3)
The optimization processing unit
A data generator that randomly generates a set number of sets including the value of the control variable and the value of the objective function in the domain of the control variable;
A parameter that updates a parameter included in the covariance function by maximizing a likelihood function defined based on the control variable, the objective function, and the covariance function using the set data. Update section,
A predicted distribution calculating unit that calculates an average and a variance in the predicted distribution of the objective function using the updated parameter, the control variable, and the objective function;
A predicted distribution updater that updates the predicted distribution of the objective function using the calculated mean and variance;
A candidate search unit for extracting optimal control variable candidates in the domain of the objective function by optimizing the defined function using the updated prediction distribution;
The optimization processing apparatus according to claim 1, further comprising:
(付記4)
 前記最適化処理部が、更に、前記候補探索部によって抽出された候補の中から、前記目的関数の最適解を特定する、最適解出力部を備えている、
付記2に記載の最適化処理装置。
(Appendix 4)
The optimization processing unit further includes an optimal solution output unit that specifies an optimal solution of the objective function from candidates extracted by the candidate search unit.
The optimization processing device according to attachment 2.
(付記5)
(a)目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する、ステップと、
(b)前記共分散関数を用いた前記目的関数のベイズ推定を利用して、前記目的関数の最適化を実行する、ステップと、
を有する、ことを特徴とする最適化処理方法。
(Appendix 5)
(A) defining a covariance function by mapping a control variable of the objective function onto a unit circumference; and
(B) performing optimization of the objective function using Bayesian estimation of the objective function using the covariance function;
An optimization processing method characterized by comprising:
(付記6)
 前記(a)のステップにおいて、複数の前記制御変数それぞれ毎に、写像によって得られた2次元空間に共分散関数を定義し、得られた各共分散関数を組み合せて、新たな共分散関数を定義し、
 前記(b)のステップにおいて、組み合わせによって得られた前記新たな共分散関数を用いて、前記目的関数のベイズ推定を行なう、
付記5に記載の最適化処理方法。
(Appendix 6)
In the step (a), for each of the plurality of control variables, a covariance function is defined in a two-dimensional space obtained by mapping, and the obtained covariance functions are combined to obtain a new covariance function. Define
In the step (b), Bayes estimation of the objective function is performed using the new covariance function obtained by the combination.
The optimization processing method according to attachment 5.
(付記7)
 前記(b)のステップが、
(b1)前記制御変数の定義域において、制御変数の値と目的関数の値とを含む組データを、設定された組数だけ、ランダムに発生させる、ステップと、
(b2)前記組データを用いて、前記制御変数、前記目的関数、及び前記共分散関数に基づいて定義された尤度関数を、最大化することによって、前記共分散関数に含まれるパラメータを更新する、ステップと、
(b3)更新された前記パラメータ、前記制御変数、及び前記目的関数を用いて、前記目的関数の予測分布における平均及び分散を算出する、ステップと、
(b4)算出された前記平均及び分散を用いて、前記目的関数の予測分布を更新する、ステップと、
(b5)更新された前記予測分布を用いて、定義された関数の最適化を行うことにより、目的関数の定義域における最適な制御変数の候補を抽出する、ステップと、
を有する、付記5に記載の最適化処理方法。
(Appendix 7)
The step (b)
(B1) generating a set data including a value of the control variable and a value of the objective function at a set number of sets in the domain of the control variable at random;
(B2) Updating parameters included in the covariance function by maximizing a likelihood function defined based on the control variable, the objective function, and the covariance function using the set data. Step,
(B3) calculating an average and a variance in the predicted distribution of the objective function using the updated parameter, the control variable, and the objective function;
(B4) updating the predicted distribution of the objective function using the calculated mean and variance;
(B5) extracting optimal control variable candidates in the domain of the objective function by optimizing the defined function using the updated prediction distribution; and
The optimization processing method according to appendix 5, wherein:
(付記8)
 前記(b)のステップが、更に、
(b6)前記候補探索部によって抽出された候補の中から、前記目的関数の最適解を特定する、ステップを有する、
付記6に記載の最適化処理方法。
(Appendix 8)
The step (b) further comprises:
(B6) identifying an optimal solution of the objective function from the candidates extracted by the candidate search unit;
The optimization processing method according to attachment 6.
(付記9)
コンピュータに、
(a)目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する、ステップと、
(b)前記共分散関数を用いた前記目的関数のベイズ推定を利用して、前記目的関数の最適化を実行する、ステップと、
を実行させる命令を含む、プログラムを記録しているコンピュータ読み取り可能な記録媒体。
(Appendix 9)
On the computer,
(A) defining a covariance function by mapping a control variable of the objective function onto a unit circumference; and
(B) performing optimization of the objective function using Bayesian estimation of the objective function using the covariance function;
The computer-readable recording medium which recorded the program containing the instruction | indication which performs this.
(付記10)
 前記(a)のステップにおいて、複数の前記制御変数それぞれ毎に、写像によって得られた2次元空間に共分散関数を定義し、得られた各共分散関数を組み合せて、新たな共分散関数を定義し、
 前記(b)のステップにおいて、組み合わせによって得られた前記新たな共分散関数を用いて、前記目的関数のベイズ推定を行なう、
付記5に記載のコンピュータ読み取り可能な記録媒体。
(Appendix 10)
In the step (a), for each of the plurality of control variables, a covariance function is defined in a two-dimensional space obtained by mapping, and the obtained covariance functions are combined to obtain a new covariance function. Define
In the step (b), Bayes estimation of the objective function is performed using the new covariance function obtained by the combination.
The computer-readable recording medium according to appendix 5.
(付記11)
 前記プログラムが、
前記コンピュータに、前記(b)のステップとして、
(b1)前記制御変数の定義域において、制御変数の値と目的関数の値とを含む組データを、設定された組数だけ、ランダムに発生させる、ステップと、
(b2)前記組データを用いて、前記制御変数、前記目的関数、及び前記共分散関数に基づいて定義された尤度関数を、最大化することによって、前記共分散関数に含まれるパラメータを更新する、ステップと、
(b3)更新された前記パラメータ、前記制御変数、及び前記目的関数を用いて、前記目的関数の予測分布における平均及び分散を算出する、ステップと、
(b4)算出された前記平均及び分散を用いて、前記目的関数の予測分布を更新する、ステップと、
(b5)更新された前記予測分布を用いて、定義された関数の最適化を行うことにより、目的関数の定義域における最適な制御変数の候補を抽出する、ステップと、
を実行させる命令を含んでいる、
付記5に記載のコンピュータ読み取り可能な記録媒体。
(Appendix 11)
The program is
In the computer, as the step (b),
(B1) generating a set data including a value of the control variable and a value of the objective function at a set number of sets in the domain of the control variable at random;
(B2) Updating parameters included in the covariance function by maximizing a likelihood function defined based on the control variable, the objective function, and the covariance function using the set data. Step,
(B3) calculating an average and a variance in the predicted distribution of the objective function using the updated parameter, the control variable, and the objective function;
(B4) updating the predicted distribution of the objective function using the calculated mean and variance;
(B5) extracting optimal control variable candidates in the domain of the objective function by optimizing the defined function using the updated prediction distribution; and
Contains instructions that cause
The computer-readable recording medium according to appendix 5.
(付記12)
 前記プログラムが、
前記コンピュータに、前記(b)のステップとして、更に、
(b6)前記候補探索部によって抽出された候補の中から、前記目的関数の最適解を特定する、ステップを実行させる命令を含んでいる、
付記6に記載のコンピュータ読み取り可能な記録媒体。
(Appendix 12)
The program is
In the computer, as the step (b),
(B6) includes an instruction for executing a step for specifying an optimal solution of the objective function from candidates extracted by the candidate search unit;
The computer-readable recording medium according to appendix 6.
 以上のように、本発明によれば、制御変数が角度のように周期性を持つ場合であっても、ベイズ的最適化を効率的に実行することができる。本発明は、人工衛星からの信号を受信する受信装置、太陽光発電システムの設計装置、塗装ラインにおける管理装置、警備管理装置等に利用できる。 As described above, according to the present invention, Bayesian optimization can be efficiently executed even when the control variable has periodicity such as an angle. INDUSTRIAL APPLICABILITY The present invention can be used for a receiving device that receives a signal from an artificial satellite, a solar power generation system design device, a painting line management device, a security management device, and the like.
 10 共分散関数設定部
 20 最適化処理部
 21 データ発生部
 22 パラメータ更新部
 23 予測分布算出部
 24 予測分布更新部
 25 候補探索部
 26 最適解出力部
 100 最適化処理装置
 110 コンピュータ
 111 CPU
 112 メインメモリ
 113 記憶装置
 114 入力インターフェイス
 115 表示コントローラ
 116 データリーダ/ライタ
 117 通信インターフェイス
 118 入力機器
 119 ディスプレイ装置
 120 記録媒体
 121 バス
 
DESCRIPTION OF SYMBOLS 10 Covariance function setting part 20 Optimization processing part 21 Data generation part 22 Parameter update part 23 Prediction distribution calculation part 24 Prediction distribution update part 25 Candidate search part 26 Optimal solution output part 100 Optimization processing apparatus 110 Computer 111 CPU
112 Main Memory 113 Storage Device 114 Input Interface 115 Display Controller 116 Data Reader / Writer 117 Communication Interface 118 Input Device 119 Display Device 120 Recording Medium 121 Bus

Claims (6)

  1.  目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する、共分散関数設定部と、
     前記共分散関数を用いた前記目的関数のベイズ推定を利用して、前記目的関数の最適化を実行する、最適化処理部と、
    を備えている、ことを特徴とする最適化処理装置。
    A covariance function setting unit that defines a covariance function by mapping a control variable of an objective function on a unit circumference;
    An optimization processing unit that performs optimization of the objective function using Bayesian estimation of the objective function using the covariance function;
    An optimization processing device characterized by comprising:
  2.  前記共分散関数設定部が、複数の前記制御変数それぞれ毎に、写像によって得られた2次元空間に共分散関数を定義し、得られた各共分散関数を組み合せて、新たな共分散関数を定義し、
     前記最適化処理部が、組み合わせによって得られた前記新たな共分散関数を用いて、前記目的関数のベイズ推定を行なう、
    請求項1に記載の最適化処理装置。
    The covariance function setting unit defines a covariance function in a two-dimensional space obtained by mapping for each of the plurality of control variables, and combines the obtained covariance functions to obtain a new covariance function. Define
    The optimization processing unit performs Bayesian estimation of the objective function using the new covariance function obtained by combination,
    The optimization processing apparatus according to claim 1.
  3.  前記最適化処理部が、
     前記制御変数の定義域において、制御変数の値と目的関数の値とを含む組データを、設定された組数だけ、ランダムに発生させる、データ発生部と、
     前記組データを用いて、前記制御変数、前記目的関数、及び前記共分散関数に基づいて定義された尤度関数を、最大化することによって、前記共分散関数に含まれるパラメータを更新する、パラメータ更新部と、
     更新された前記パラメータ、前記制御変数、及び前記目的関数を用いて、前記目的関数の予測分布における平均及び分散を算出する、予測分布算出部と、
     算出された前記平均及び分散を用いて、前記目的関数の予測分布を更新する、予測分布更新部と、
     更新された前記予測分布を用いて、定義された関数の最適化を行うことにより、目的関数の定義域における最適な制御変数の候補を抽出する、候補探索部と、
    を備えている、請求項1に記載の最適化処理装置。
    The optimization processing unit
    A data generator that randomly generates a set number of sets including the value of the control variable and the value of the objective function in the domain of the control variable;
    A parameter that updates a parameter included in the covariance function by maximizing a likelihood function defined based on the control variable, the objective function, and the covariance function using the set data. Update section,
    A predicted distribution calculating unit that calculates an average and a variance in the predicted distribution of the objective function using the updated parameter, the control variable, and the objective function;
    A predicted distribution updater that updates the predicted distribution of the objective function using the calculated mean and variance;
    A candidate search unit for extracting optimal control variable candidates in the domain of the objective function by optimizing the defined function using the updated prediction distribution;
    The optimization processing apparatus according to claim 1, comprising:
  4.  前記最適化処理部が、更に、前記候補探索部によって抽出された候補の中から、前記目的関数の最適解を特定する、最適解出力部を備えている、
    請求項2または3に記載の最適化処理装置。
    The optimization processing unit further includes an optimal solution output unit that specifies an optimal solution of the objective function from candidates extracted by the candidate search unit.
    The optimization processing apparatus according to claim 2 or 3.
  5. (a)目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する、ステップと、
    (b)前記共分散関数を用いた前記目的関数のベイズ推定を利用して、前記目的関数の最適化を実行する、ステップと、
    を有する、ことを特徴とする最適化処理方法。
    (A) defining a covariance function by mapping a control variable of the objective function onto a unit circumference; and
    (B) performing optimization of the objective function using Bayesian estimation of the objective function using the covariance function;
    An optimization processing method characterized by comprising:
  6. コンピュータに、
    (a)目的関数の制御変数を単位円周上に写像することによって共分散関数を定義する、ステップと、
    (b)前記共分散関数を用いた前記目的関数のベイズ推定を利用して、前記目的関数の最適化を実行する、ステップと、
    を実行させる命令を含む、プログラムを記録しているコンピュータ読み取り可能な記録媒体。
    On the computer,
    (A) defining a covariance function by mapping a control variable of the objective function onto a unit circumference; and
    (B) performing optimization of the objective function using Bayesian estimation of the objective function using the covariance function;
    The computer-readable recording medium which recorded the program containing the instruction | indication which performs this.
PCT/JP2015/059497 2015-03-26 2015-03-26 Optimization processing device, optimization processing method, and computer-readable recording medium WO2016151864A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2015/059497 WO2016151864A1 (en) 2015-03-26 2015-03-26 Optimization processing device, optimization processing method, and computer-readable recording medium
JP2017507300A JP6388074B2 (en) 2015-03-26 2015-03-26 Optimization processing apparatus, optimization processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2015/059497 WO2016151864A1 (en) 2015-03-26 2015-03-26 Optimization processing device, optimization processing method, and computer-readable recording medium

Publications (1)

Publication Number Publication Date
WO2016151864A1 true WO2016151864A1 (en) 2016-09-29

Family

ID=56977169

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2015/059497 WO2016151864A1 (en) 2015-03-26 2015-03-26 Optimization processing device, optimization processing method, and computer-readable recording medium

Country Status (2)

Country Link
JP (1) JP6388074B2 (en)
WO (1) WO2016151864A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018073360A (en) * 2016-11-04 2018-05-10 日本電信電話株式会社 Input parameter search device, input parameter search method, and input parameter search program
CN108154238A (en) * 2017-12-25 2018-06-12 东软集团股份有限公司 Moving method, device, storage medium and the electronic equipment of machine learning flow
JP2019152986A (en) * 2018-03-01 2019-09-12 国立研究開発法人産業技術総合研究所 Search device, search method and manufacturing system
JP2020187642A (en) * 2019-05-16 2020-11-19 富士通株式会社 Optimization device, optimization system, optimization method, and optimization program
WO2021019649A1 (en) * 2019-07-29 2021-02-04 日本電信電話株式会社 Optimization device, optimization method, and optimization program
US11461515B2 (en) 2018-08-09 2022-10-04 Kabushiki Kaisha Toshiba Optimization apparatus, simulation system and optimization method for semiconductor design

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
BR112015029806A2 (en) * 2013-05-30 2020-04-28 President And Fellows Of Harvard College systems and methods for performing Bayesian optimization

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
C. M. BISHOP ET AL.: "Pattern Recognition and Machine Learning last volume", KABUSHIKI KAISHA, 1 July 2008 (2008-07-01), Japan, pages 5 - 6 *
GENTA MORI ET AL.: "Non-parametric Bayesian Alignment of Periodic Time Series", FIT2014 DAI 13 KAI FORUM ON INFORMATION TECHNOLOGY KOEN RONBUNSHU, vol. 3, 19 August 2014 (2014-08-19), pages 127 - 130, XP055317055 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018073360A (en) * 2016-11-04 2018-05-10 日本電信電話株式会社 Input parameter search device, input parameter search method, and input parameter search program
CN108154238A (en) * 2017-12-25 2018-06-12 东软集团股份有限公司 Moving method, device, storage medium and the electronic equipment of machine learning flow
JP2019152986A (en) * 2018-03-01 2019-09-12 国立研究開発法人産業技術総合研究所 Search device, search method and manufacturing system
JP7023501B2 (en) 2018-03-01 2022-02-22 国立研究開発法人産業技術総合研究所 Search device, search method and manufacturing system
US11461515B2 (en) 2018-08-09 2022-10-04 Kabushiki Kaisha Toshiba Optimization apparatus, simulation system and optimization method for semiconductor design
JP2020187642A (en) * 2019-05-16 2020-11-19 富士通株式会社 Optimization device, optimization system, optimization method, and optimization program
JP7252449B2 (en) 2019-05-16 2023-04-05 富士通株式会社 Optimization device, optimization system, optimization method and optimization program
WO2021019649A1 (en) * 2019-07-29 2021-02-04 日本電信電話株式会社 Optimization device, optimization method, and optimization program
JPWO2021019649A1 (en) * 2019-07-29 2021-02-04
JP7276461B2 (en) 2019-07-29 2023-05-18 日本電信電話株式会社 Optimization device, optimization method, and optimization program

Also Published As

Publication number Publication date
JP6388074B2 (en) 2018-09-12
JPWO2016151864A1 (en) 2017-11-02

Similar Documents

Publication Publication Date Title
JP6388074B2 (en) Optimization processing apparatus, optimization processing method, and program
Cascante-Bonilla et al. Curriculum labeling: Revisiting pseudo-labeling for semi-supervised learning
US10074054B2 (en) Systems and methods for Bayesian optimization using non-linear mapping of input
WO2020194077A1 (en) Unification of models having respective target classes with distillation
CN109493417B (en) Three-dimensional object reconstruction method, device, equipment and storage medium
Oelker et al. A uniform framework for the combination of penalties in generalized structured models
US20160147203A1 (en) Model Predictive Control with Uncertainties
Zhuang et al. Understanding adamw through proximal methods and scale-freeness
Wong et al. View vertically: A hierarchical network for trajectory prediction via fourier spectrums
US20150379075A1 (en) Maintaining diversity in multiple objective function solution optimization
US20190377952A1 (en) RGB-D Camera Based Tracking System and Method Thereof
CN107977980B (en) Target tracking method, device and readable medium
KR101700030B1 (en) Method for visual object localization using privileged information and apparatus for performing the same
Chui et al. Extended Kalman filter and system identification
CN104574379A (en) Video segmentation algorithm based on multiple-target-component learning
US20200134495A1 (en) Online learning of model parameters
Kristiansen et al. An iterative method for the approximation of fibers in slow-fast systems
EP4266004A1 (en) User trajectory positioning method, electronic device and computer storage medium
Ahmadzadeh et al. Fast and adaptive bp-based multi-core implementation for stereo matching
Chui et al. Kalman filter: an elementary approach
Biglari et al. Limited memory BFGS method based on a high-order tensor model
Jiang et al. ABNGrad: adaptive step size gradient descent for optimizing neural networks
JP7166738B2 (en) Information processing device, information processing method, and program
US9158876B2 (en) Optimizing lithography masks for VLSI chip design
CN113721191A (en) Signal source positioning method and system for improving matrix completion performance through self-adaptive rasterization

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15886416

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2017507300

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15886416

Country of ref document: EP

Kind code of ref document: A1