WO2015083333A1 - Performance estimation device, performance estimation method, and storage medium on which computer program is stored - Google Patents

Performance estimation device, performance estimation method, and storage medium on which computer program is stored Download PDF

Info

Publication number
WO2015083333A1
WO2015083333A1 PCT/JP2014/005786 JP2014005786W WO2015083333A1 WO 2015083333 A1 WO2015083333 A1 WO 2015083333A1 JP 2014005786 W JP2014005786 W JP 2014005786W WO 2015083333 A1 WO2015083333 A1 WO 2015083333A1
Authority
WO
WIPO (PCT)
Prior art keywords
performance prediction
statistic
model
prediction model
output
Prior art date
Application number
PCT/JP2014/005786
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 JP2015551377A priority Critical patent/JPWO2015083333A1/en
Publication of WO2015083333A1 publication Critical patent/WO2015083333A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3447Performance evaluation by modeling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/008Reliability or availability analysis

Definitions

  • the present invention relates to a technique for modeling a system including information processing apparatuses and predicting the performance of the system using the model.
  • the present invention also relates to a technique for evaluating the validity of the model based on the actual behavior (behavior) of a system constituted by information processing apparatuses.
  • system composed of information processing devices such as computers (hereinafter sometimes simply referred to as “system”)
  • system a technique for accurately predicting the performance of such a system
  • a technique for predicting a specific performance index related to the system using a model that schematically illustrates the behavior of the actual system has been proposed.
  • the above model may be referred to as a “performance prediction model”.
  • Patent Document 1 discloses a system performance prediction method and the like proposed by the present applicant as a technique related to system performance evaluation.
  • the technique disclosed in Patent Document 1 replaces a part of a system model obtained by modeling a system that is a performance prediction target with a black box.
  • the technique disclosed in Patent Document 1 sets the parameters of the black box so that the difference between the output from the system model after replacement for a specific input value and the output from the actual system becomes small. adjust.
  • Patent Document 2 discloses a technique for predicting performance indexes such as throughput, response, and resource usage rate of a parallel computer in a multitasking environment by converting the parallel computer system into a queuing model.
  • the technique disclosed in Patent Document 2 predicts the performance of a system using parameters given in advance with respect to the system to be constructed (for example, processing time (Demand) per request). Further, the technique disclosed in Patent Document 2 reduces the number of parameters by using a parameter having a small influence on the model as a fixed value, and adjusts the remaining appropriate parameters to be adjusted.
  • a formula for predicting the improvement degree of processing performance and a performance index is obtained, and a predicted value can be obtained based on the formula. It is.
  • Patent Document 3 discloses a technique for adjusting a model for an application using a log embedded in the application (software).
  • the technique disclosed in Patent Literature 3 embeds a model adjustment log in an application source code, and compares the log output of the application with the log output of a model that schematically represents the application.
  • the technique disclosed in Patent Document 3 adjusts the parameters of the application model based on the log output and reflects the parameters in the model. According to the technique disclosed in Patent Document 3, it is possible to create a model reflecting the behavior of an application according to the execution environment of the application.
  • Patent Document 4 discloses a technique related to a system performance prediction apparatus.
  • the technique disclosed in Patent Literature 4 inputs data related to hardware conditions, software conditions, and workload conditions in order to create a simulation model for a system that is a target of performance prediction. Furthermore, the technique disclosed in Patent Document 4 calculates a performance index (for example, calculation capability per unit time) based on a specific calculation formula based on the condition data. According to the technique disclosed in Patent Document 4, it is possible to provide a technique for objectively predicting the system performance regardless of the human qualities of the evaluator.
  • a performance index for example, calculation capability per unit time
  • the value predicted by the model may be different from the value actually measured from the target system. For this reason, for example, by adjusting the parameters included in the model, it is required to perform performance prediction in accordance with the actual condition of the target system. In this case, for example, it is necessary to evaluate whether the model in which such parameters are adjusted is appropriate (that is, whether the actual system behavior can be appropriately modeled).
  • the technique disclosed in Patent Document 1 described above determines the validity of the model based on the structure of the black box described above.
  • knowledge for evaluating the black box and its structure is required.
  • Patent Document 2 does not adjust parameters.
  • the parameter value given in advance may be different from the parameter value obtained from the actually constructed target system. For this reason, there is a problem that there is a difference between the performance index predicted using the model and the performance index of the actually constructed target system.
  • the technique disclosed in Patent Document 3 reduces the number of parameters with a parameter having a small influence on the model as a fixed value, and adjusts the remaining appropriate parameters to be adjusted.
  • the technique disclosed in Patent Document 3 has a problem that the number of parameters is merely reduced, and the validity of the result of adjusting the remaining parameters is not sufficiently evaluated.
  • the technique disclosed in Patent Document 3 compares the log output of an application and its application model, and adjusts parameters and the like.
  • a log output command may not be embedded, and there is a problem that the scope of application of the technique disclosed in Patent Document 3 is limited.
  • Patent Document 4 only calculates a performance predicted value based on an input parameter and a performance index calculated from the parameter by a specific arithmetic expression. For this reason, the technique disclosed in Patent Document 4 cannot sufficiently evaluate whether or not the model appropriately models an actual system.
  • the present invention has been made in view of the above-described problems. That is, the present invention provides a performance prediction device and the like that can adjust a model for predicting the performance of the system based on the actual behavior of the system and can evaluate the validity of the model. Main purpose.
  • a performance prediction apparatus uses a performance prediction model that schematically illustrates a system that is a target of performance prediction, a performance prediction unit that calculates a predicted output for an input to the system, and the calculation
  • a model adjustment unit that adjusts parameters of the performance prediction model based on the first statistic for the predicted output and the first statistic for the actual output of the system, and the performance prediction after the parameter adjustment.
  • a validity evaluation unit that evaluates the validity of the performance prediction model based on the second statistic for the predicted output calculated using the model and the second statistic for the actual output of the system; Prepare.
  • the performance prediction method has the following configuration. That is, in the performance prediction method according to one aspect of the present invention, the information processing apparatus calculates a predicted output with respect to an input to the system using a performance prediction model that schematically illustrates a system that is a target of performance prediction. Based on the first statistic for the calculated predicted output and the first statistic for the actual output of the system, the parameters of the performance prediction model are adjusted, and the performance prediction model after adjusting the parameters is used. The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated in the above and the second statistic for the actual output of the system.
  • the performance prediction program according to one aspect of the present invention has the following configuration. That is, the performance prediction program according to an aspect of the present invention uses a performance prediction model that schematically illustrates a system that is a target of performance prediction, and calculates a prediction output for an input to the system, and the calculated prediction. Based on the first statistic for the output and the first statistic for the actual output of the system, using the process for adjusting the parameters of the performance prediction model, and using the performance prediction model after adjusting the parameters Based on the calculated second statistic for the predicted output and the second statistic for the actual output of the system, the computer is caused to perform processing for evaluating the validity of the performance prediction model.
  • the object of the present invention can also be realized by a computer-readable storage medium in which the performance prediction program is stored.
  • a performance prediction device and the like that can evaluate the validity of a model for performing system performance prediction based on the actual behavior of the system.
  • FIG. 1 is a block diagram illustrating a functional configuration of a performance prediction apparatus according to the first embodiment of the present invention.
  • FIG. 2 is a flowchart illustrating an example of processing performed by the performance prediction apparatus according to the first embodiment of the present invention.
  • FIG. 3 is a block diagram illustrating a functional configuration of the performance prediction apparatus according to the second embodiment of the present invention.
  • FIG. 4 is a diagram illustrating an example of a performance prediction model according to the second embodiment of the present invention.
  • FIG. 5A is a diagram illustrating an example of a performance prediction model and data output from an actual system according to the second embodiment of the present invention.
  • FIG. 5B is a diagram illustrating an example of a performance prediction model and data output from an actual system according to the second embodiment of the present invention.
  • FIG. 1 is a block diagram illustrating a functional configuration of a performance prediction apparatus according to the first embodiment of the present invention.
  • FIG. 2 is a flowchart illustrating an example of processing performed by the performance prediction apparatus according to
  • FIG. 6 is a flowchart illustrating an example of processing performed by the performance prediction apparatus according to the second embodiment of the present invention.
  • FIG. 7 is a block diagram illustrating a functional configuration of a performance prediction apparatus according to the third embodiment of the present invention.
  • FIG. 8 is a block diagram illustrating a hardware configuration of an information processing apparatus capable of realizing the performance prediction apparatus according to each embodiment of the present invention.
  • FIG. 1 is a block diagram illustrating a functional configuration of the information processing apparatus 100 according to the first embodiment of the invention.
  • the information processing apparatus 100 illustrated in FIG. 1 is an information processing apparatus that functions as a performance prediction apparatus in the present embodiment.
  • the information processing apparatus 100 in the present embodiment may be an apparatus that operates according to a specific program (computer program, software program, etc.) such as an electronic computer (computer).
  • a specific program computer program, software program, etc.
  • the hardware configuration of the information processing apparatus in the present embodiment will be described later.
  • the information processing apparatus 100 in the present embodiment includes a performance prediction unit 101, a model adjustment unit 102, and a validity evaluation unit 103. These components are connected so as to be communicable with each other via an arbitrary communication means by a software configuration or a hardware configuration.
  • the performance prediction unit 101 uses a model that schematically illustrates the relationship between the input and output of a performance index related to a system that is a performance prediction target (not shown) (hereinafter also referred to as a performance prediction target system). Predict output against system input.
  • the output predicted by the model may be referred to as “predicted output”.
  • the model may be referred to as a “performance prediction model” or a “prediction model”.
  • the input may be, for example, the number of requests that the system must process within a unit time.
  • the output may be a performance index such as the throughput, response time, CPU (Central Processing Unit) usage rate, and memory usage rate of the system.
  • the input and output are not limited to these.
  • the performance prediction model when the input and output can be described as a relationship between an independent variable and a dependent variable, the independent variable may be the input, and the dependent variable may be the output.
  • the performance prediction model may be represented by an arbitrary expression form imitating (schematic) the behavior of the system in order to predict the performance of the system.
  • the performance prediction model may be configured to predict an output from the system by performing calculation or simulation according to a predetermined procedure with respect to an input to a certain system.
  • a queue imitating (scheming) the operation of the component may be employed as the performance prediction model.
  • a mechanism for example, a neural network, a hidden Markov model, a polynomial function approximation, etc.
  • learning or regression is adopted as the performance prediction model.
  • these performance prediction models are merely examples. The performance prediction model in the present embodiment is not limited to these examples.
  • information (data) representing the performance prediction model is input to the information processing apparatus 100 by an arbitrary method.
  • the information processing apparatus 100 may store information representing the performance prediction model in a storage unit or the like (not shown).
  • the information representing the performance prediction model may be stored in any external device that exists outside the information processing apparatus 100.
  • the information processing apparatus 100 may be configured to refer to information representing the performance prediction model stored in the external apparatus as necessary.
  • the model adjustment unit 102 determines the performance based on the first statistic for the predicted output of the performance prediction model calculated by the performance prediction unit 101 and the first statistic for the actual output of the performance prediction target system. Adjust the parameters of the prediction model.
  • the parameter of the performance prediction model may be, for example, a processing time per request in the case of a queue model, and may be a synaptic load in the case of a neural network.
  • any adjustment item that can change the configuration and output of the performance prediction model may be adopted as the adjustment parameter of the performance prediction model. For this reason, in the present embodiment, an appropriate adjustment parameter may be appropriately selected depending on the specific configuration of the performance prediction model.
  • adjusting a parameter included in the performance prediction model may be expressed as “adjusting the performance prediction model”.
  • the first statistic is an arbitrary statistic that can be statistically obtained from the predicted output of the performance prediction model or the output of the performance prediction target system.
  • a first statistic for example, an average value, a variance, a frequency distribution, or the like may be employed, but is not limited thereto.
  • the first statistic in this embodiment may be any value or distribution that is statistically calculated.
  • the model adjustment unit 102 may obtain the actual output value of the performance prediction target system by an arbitrary method according to the configuration of the system. For example, the model adjustment unit 102 may acquire the actual output value of the performance prediction target system from a storage unit (such as reference numeral 802 in FIG. 8 described later) included in the information processing apparatus 100. The model adjustment unit 102 may acquire the value from an external device of the information processing apparatus 100 (a reference numeral 804 in FIG. 8 to be described later, an apparatus other than the information processing apparatus 100, or the like). The present embodiment is not limited to this. For example, the performance prediction unit 101 described above may acquire the actual output value of the performance prediction target system and provide it to the model adjustment unit 102.
  • a storage unit such as reference numeral 802 in FIG. 8 described later
  • the model adjustment unit 102 may provide the adjusted parameter to the performance prediction unit 101, and the performance prediction unit 101 may hold the parameter.
  • the present embodiment is not limited to this, and for example, other elements (for example, the model adjustment unit 102, the validity evaluation unit 103, and the like) constituting the information processing apparatus 100 may hold the parameters.
  • the performance prediction unit 101 may update the performance prediction model using the adjusted parameters and calculate a prediction output using the updated performance prediction model.
  • the algorithm for adjusting the performance prediction model makes the first statistic calculated from the predicted output of the performance prediction model closer to the first statistic calculated from the actual output of the performance prediction target system.
  • the performance prediction model may be adjusted. More specifically, the algorithm may adjust the performance prediction model using an appropriate method such as a learning or optimization method.
  • an algorithm for adjusting the performance prediction model may be referred to as a “model adjustment algorithm”.
  • the model adjustment algorithm may correct the synaptic load by a learning algorithm such as backpropagation.
  • the model adjustment algorithm may correct the coefficient of each term by a least square method or the like.
  • the model adjustment algorithm may correct the request processing time using a Kalman filter or the like.
  • reinforcement learning for example, as a method for evaluating the difference between the first statistic for the actual output from the performance prediction target system and the first statistic for the output from the performance prediction model, reinforcement learning, A genetic algorithm, a Monte Carlo method, a linear programming method, or the like may be employed.
  • the model adjustment algorithm may correct the parameters of the performance prediction model by appropriately using these methods.
  • the method for adjusting the performance prediction model is not limited to these examples.
  • an appropriate method may be adopted as appropriate according to the configuration of the performance prediction model.
  • the validity evaluation unit 103 evaluates whether or not the performance prediction model after the parameter adjustment is valid as a performance prediction model related to the performance prediction target system.
  • the validity evaluation for the performance prediction model after parameter adjustment by the validity evaluation unit 103 will be described.
  • the performance prediction model after parameter adjustment may be simply referred to as “adjusted performance prediction model”.
  • one arbitrary statistic other than the first statistic is selected for the output of the performance prediction model and the output of the performance evaluation target system. Then, the selected statistic is adopted as the second statistic. Note that what kind of statistic is selected as the second statistic may be set in the information processing apparatus 100 in advance.
  • the model adjustment unit 102 converts the first statistical amount of the prediction output calculated by the performance prediction unit 101 and the first statistical amount calculated from the actual output of the performance prediction target system. Based on this, the performance prediction model is adjusted. Specifically, the model adjustment unit 102 determines, for example, that the difference between the first statistic for the predicted output calculated by the performance prediction unit 101 and the first statistic for the actual output of the performance prediction target system is The performance prediction model is adjusted to be smaller.
  • the adjusted performance prediction model when the adjusted performance prediction model is valid, between the first statistic for the predicted output calculated by the performance prediction unit 101 and the first statistic for the actual output of the performance prediction target system. It is expected that the difference will be small. At the same time, the difference between the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system is also expected to be small. This is because if the adjusted performance prediction model is appropriate, it is expected that the actual system behavior is correctly modeled by the performance prediction model.
  • the adjusted performance prediction model when the adjusted performance prediction model is not valid, it is between the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system. The difference is expected to be large. If the adjusted performance prediction model is not valid, the performance prediction model adjusted based on the first statistic cannot actually imitate (scheme) the behavior of the actual system correctly. It is considered that there is a difference between the output of the performance prediction model that is not valid and the actual output of the performance prediction target system. For this reason, it is considered that wrinkles due to such differences appear in other statistics (for example, the second statistics) that are not considered in the adjustment of the performance prediction model.
  • the validity evaluation unit 103 decreases the difference between the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system. It can be evaluated that the performance prediction model after adjustment is appropriate.
  • the difference in the second statistic may be obtained, for example, by subtraction or division if the second statistic is an average value, and based on the distance between distributions in the case of a frequency distribution. It may be sought.
  • the method for obtaining the difference between the second statistics is not limited to these.
  • the validity evaluation unit 103 may appropriately select a method for obtaining a difference regarding the second statistic as appropriate according to the property of the second statistic.
  • the evaluation criteria for the validity of the adjusted performance prediction model is not limited to the above.
  • an arbitrary evaluation criterion using the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system is adopted. It's okay.
  • the validity evaluation unit 103 for example, statistics such as a correlation between the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system.
  • a standard criterion may be adopted as the evaluation criterion.
  • the information processing apparatus 100 may include an arithmetic processing unit, a storage unit, an input / output unit, and the like as a hardware configuration.
  • the functions provided in the information processing apparatus 100 described above may be realized by cooperation of these hardware and various programs stored in the storage unit. An example of a specific hardware configuration of the information processing apparatus 100 in the present embodiment will be described later.
  • FIG. 2 is a flowchart illustrating an example of processing performed by the information processing apparatus 100 according to the present embodiment.
  • the performance prediction unit 101 calculates a predicted output for an input to the performance prediction target system, using the performance prediction model.
  • the input is given to the information processing apparatus 100 (particularly, the performance prediction unit 101) by an appropriate method as appropriate.
  • an actual input to the performance prediction target system may be separately recorded by an arbitrary method, and the recorded input may be given to the information processing apparatus 100.
  • the performance prediction target system may be configured so that an actual input to the performance prediction target system is distributed to an input to the information processing apparatus 100.
  • the input may be given to the information processing apparatus 100 via an input / output device (not shown) in the information processing apparatus 100 or a communication apparatus.
  • step S202 the model adjustment unit 102 calculates a first statistic for the predicted output of the performance prediction model and a first statistic for the actual output of the performance prediction target system. Then, the model adjustment unit 102 determines whether or not the adjustment of the performance prediction model has been completed based on the calculated first statistic.
  • the model adjustment unit 102 compares, for example, the first statistic for the actual output of the performance prediction target system with the first statistic for the predicted output predicted by the model, and determines the difference between them. You may evaluate based on a reference
  • the model adjustment unit 102 may complete the adjustment of the performance prediction model when the difference becomes a value equal to or less than a predetermined accuracy.
  • the performance prediction unit 101 can predict the behavior of the real system within a predetermined accuracy by the performance prediction model that has been adjusted.
  • the model adjustment unit 102 can employ the following criteria as a criterion for determining whether or not the adjustment of the performance prediction model is completed, for example. That is, the model adjusting unit 102 adjusts the difference between the first statistic for the actual output of the performance prediction target system and the first statistic for the predicted output predicted by the performance prediction model after a certain number of adjustments. May not be changed (that is, when the adjustment can be regarded as being in an equilibrium state), it may be determined that the adjustment is completed. Alternatively, the model adjustment unit 102 may determine that the adjustment is complete when the adjustment is performed a predetermined number of times.
  • step S202 when the model adjustment unit 102 determines that the adjustment of the performance prediction model has not been completed (NO in step S203), the model adjustment unit 102 executes the process of step S204.
  • step S204 the model adjustment unit 102 performs the performance based on the first statistic for the predicted output of the performance prediction model calculated in step S201 and the first statistic for the actual output of the performance prediction target system. Adjust the prediction model.
  • step S204 after the model adjustment unit 102 adjusts the performance prediction model, the process returns to step S201 to continue the process, and the performance prediction unit 101 recalculates the prediction output predicted by the adjusted performance prediction model.
  • step S202 if the model adjustment unit 102 determines that the adjustment of the performance prediction model has been completed (YES in step S203), the validity evaluation unit 103 executes the process of step S205.
  • step S205 the validity evaluation unit 103 evaluates the validity of the performance prediction model after being adjusted by the model adjustment unit 102.
  • the validity evaluation unit 103 for example, as described above, the second statistic for the predicted output from the adjusted performance prediction model, and the second statistic for the actual output from the performance prediction target system, Based on the above, the validity of the performance prediction model may be evaluated.
  • the information processing apparatus 100 calculates the predicted output predicted by the performance prediction model with respect to the input of the performance prediction target system. Then, the information processing apparatus 100 according to the present embodiment enables the performance prediction model so that the difference between the first statistic for the actual output of the performance prediction target system and the first statistic for the predicted output is small. Adjust. Then, the information processing apparatus 100 according to the present embodiment validates the adjusted performance prediction model based on the second statistic for the actual output of the performance prediction target system and the second statistic for the predicted output. Assess sex.
  • the validity of the performance prediction model adjusted using the actual behavior of the performance prediction target system is evaluated by using the actual behavior of the performance prediction target system. can do.
  • the output of the performance prediction target system represents the actual behavior of the performance prediction target system
  • the information processing apparatus 100 in the present embodiment uses the first statistic with respect to the output of the performance prediction target system. This is because the performance prediction model is adjusted.
  • the information processing apparatus 100 according to the present embodiment evaluates the validity of the performance prediction model using the second statistic with respect to the output of the performance prediction target system.
  • the performance prediction apparatus 300 according to the present embodiment can be applied to the performance prediction model having a plurality of adjustment parameter candidates (hereinafter also referred to as “parameter adjustment candidates”).
  • the performance prediction apparatus 300 according to the present embodiment evaluates the validity of the performance prediction model with respect to a plurality of parameter adjustment candidates, and presents the parameter adjustment candidates that are evaluated to have higher validity to the user. This is different from the first embodiment. Hereinafter, the difference will be mainly described.
  • FIG. 3 is a block diagram illustrating a functional configuration of the information processing apparatus 300 according to the second embodiment of the present invention. Note that the specific hardware configuration of the information processing apparatus 300 may be the same as that of the first embodiment.
  • the validity evaluation unit 303 shown in FIG. 3 evaluates the validity of the performance prediction model for a plurality of parameter adjustment candidates.
  • FIG. 4 is a specific example of a performance prediction model in which a performance prediction target system is modeled using a queue.
  • D1 and D2 in FIG. 4 are parameters representing the processing time (Demand) of the queue.
  • the model adjustment unit 102 in the present embodiment has a small difference between the first statistic for the predicted output from the performance prediction model illustrated in FIG. 4 and the first statistic for the actual output of the performance prediction target system.
  • the parameters D1 and D2 are adjusted so that In this case, there are (1) a method for adjusting D1 without changing D2, (2) a method for adjusting D2 without changing D1, and (3) a method for adjusting both D1 and D2. Can be a candidate for adjustment method.
  • the validity evaluation unit 303 evaluates the validity of the adjusted performance prediction model for each of these candidates.
  • the validity evaluation unit 303 may evaluate the validity of the performance prediction model with respect to the plurality of parameter adjustment candidates using an appropriate method as appropriate. For example, the validity evaluation unit 303 may set a specific criterion for validity evaluation and evaluate the validity of the performance prediction model based on the criterion.
  • the validity evaluation unit 303 may evaluate the validity of the performance prediction model based on the following criteria, for example. That is, the validity evaluation unit 303 adjusts a specific parameter adjustment candidate (hereinafter referred to as a first parameter candidate), a second statistic for the predicted output calculated by the performance prediction unit 101, and A second statistic for the actual output of the performance prediction target system is obtained. The validity evaluation unit 303 further adjusts another parameter adjustment candidate (hereinafter referred to as a second parameter candidate), the second statistic for the predicted output calculated by the performance prediction unit 101, and the performance. A second statistic for the actual output of the prediction target system is obtained.
  • a specific parameter adjustment candidate hereinafter referred to as a first parameter candidate
  • a second statistic for the predicted output calculated by the performance prediction unit 101 a second statistic for the predicted output calculated by the performance prediction unit 101
  • a second statistic for the actual output of the prediction target system is obtained.
  • the validity evaluation unit 303 calculates the difference between the second statistic for the predicted output calculated for the first parameter candidate and the second statistic for the actual output of the performance prediction target system (hereinafter referred to as the first difference). Calculated). Further, the validity evaluation unit 303 calculates the difference between the second statistic calculated for the second parameter candidate for the predicted output and the second statistic for the actual output of the performance prediction target system (hereinafter referred to as the second statistic). (Referred to as the difference).
  • the validity evaluation unit 303 may compare the first difference with the second difference, and may evaluate the smaller difference as a more appropriate parameter adjustment candidate. Note that the validity evaluation unit 303 may appropriately calculate the difference according to the second statistic. For example, if the second statistic is an average value of the output, the validity evaluation unit 303 may calculate a difference between the average values. If the second statistic is any distribution (frequency distribution or the like) with respect to the output, the validity evaluation unit 303 may calculate the distance between the distributions as a difference.
  • the validity evaluation unit 303 is an arbitrary criterion that can be determined based on the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system. May be adopted.
  • the validity evaluation unit 303 may notify the presentation unit 304 of the validity evaluation result for the parameter adjustment candidate.
  • the presenting unit 304 presents the parameter adjustment candidates evaluated by the validity evaluation unit 303 as having higher validity to a user or the like (not shown).
  • the presentation unit 304 may present the parameter adjustment candidates to the user by an appropriate method as appropriate.
  • the presentation unit 304 may present the parameter adjustment candidates using a display device such as a screen (not shown).
  • the presenting unit 304 transmits the parameter adjustment candidate to any external information processing apparatus or the like that is communicably connected to the information processing apparatus 300, thereby performing the related via the external information processing apparatus. Parameter adjustment candidates may be presented.
  • 5A and 5B are diagrams illustrating the relationship between the output and the second statistic when the queuing model illustrated in FIG. 4 is adopted as the performance prediction model.
  • the input to the performance prediction model is “the number of requests to be processed within a unit time”
  • the output is “TAT (Turn Around Time) for each request”.
  • an average value is employed as the first statistic for the output. Further, a frequency distribution is adopted as the second statistic. That is, the first statistic with respect to the output from the performance prediction model is the average value of the TAT, and the second statistic is the frequency distribution of the TAT.
  • the horizontal axis represents the output (TAT for each request).
  • Each plot in each graph is a representative point of a specific TAT interval (for example, 0 seconds or more and less than 0.002 seconds). How to select such a representative point is arbitrary, and may be, for example, the median value of the TAT interval, or an upper limit value or a lower limit value. Also, how to divide the TAT section may be arbitrarily determined.
  • the vertical axis represents the second statistic (TAT frequency distribution) with respect to the output. More specifically, the plot on the graph is a numerical value obtained by normalizing the number of requests included in the specific TAT section by the total number of requests.
  • the second statistic is used for the actual output from the performance prediction target system and the predicted output from the performance prediction model (the queue model illustrated in FIG. 4) after parameter adjustment.
  • Each frequency distribution which is a quantity is shown to be comparable.
  • the parameters of the performance prediction model include the first statistic for the output of the performance prediction model and the first statistic for the actual output of the performance prediction target system. It is adjusted so that the difference between and becomes smaller.
  • the first statistic with respect to the output of the performance prediction model and the first statistic with respect to the actual output of the prediction target system are average values of TAT, respectively.
  • the model adjustment unit 102 for each of the specific examples illustrated in FIGS. 5A and 5B, the first statistic for the output of the performance prediction model is the performance prediction target system.
  • the parameters of the performance prediction model are adjusted so as to approach the first statistic for the actual output.
  • the average value of the TAT is 0.005 seconds.
  • FIG. 5A is a result of comparing the second statistics when the method of adjusting D1 without changing (1) D2 is adopted.
  • FIG. 5B shows the result of comparing the second statistics when (2) the method of adjusting D2 without changing D1 is employed.
  • the second statistic (the TAT frequency distribution) with respect to the actual output of the performance prediction target system and the second with respect to the predicted output of the performance prediction model.
  • the second statistic (the TAT frequency distribution) with respect to the actual output of the performance prediction target system and the second with respect to the predicted output of the performance prediction model.
  • a relatively large error is present between the second statistic for the actual output of the performance prediction target system and the second statistic for the predicted output of the performance prediction model. There is.
  • the validity evaluation unit 303 is more appropriate for the performance prediction model adjusted by adopting the method (1) than for the performance prediction model adjusted by adopting the method (2). It can be determined that the property is high.
  • the presenting unit 304 can present the adjustment parameter in the case of FIG. 5A with higher validity to a user (not shown).
  • the presenting unit 304 may present the difference between the second statistics when the adjustment candidates for each parameter are adjusted together with the adjustment candidates for the plurality of parameters.
  • the presentation unit 304 may present a graph as illustrated in FIGS. 5A and 5B.
  • steps S201 to S205 may be the same as those in the first embodiment.
  • one or more parameter candidates may be adjusted.
  • step S601 the model adjustment unit 102 determines whether there is a parameter adjustment candidate that has not been adjusted yet. If there is an unadjusted parameter adjustment candidate (YES in step S602), the performance prediction unit 101 continues processing from step S201. In this case, the model adjustment unit 102 adjusts the parameter adjustment candidates as necessary, and the validity evaluation unit 303 evaluates the validity of the adjusted performance prediction model (steps S201 to S204).
  • step S602 When adjustment is performed for all parameter adjustment candidates (NO in step S602), the presentation unit 304 executes the process of step S603.
  • step S603 the presentation unit 304 presents the parameter adjustment candidates evaluated by the validity evaluation unit 303 as having higher validity based on a specific standard to the user.
  • the information processing apparatus 300 includes the first statistic for the actual output of the performance prediction target system and the first statistic for the predicted output of the performance prediction model. Adjust the performance prediction model based on the quantity. Further, the information processing apparatus 300 according to the present embodiment described above is adjusted using the second statistic for the actual output of the performance prediction target system and the second statistic for the prediction output of the performance prediction model. The validity of the performance prediction model is evaluated. Therefore, the information processing apparatus 300 according to the present embodiment has the same effects as those of the first embodiment.
  • the information processing apparatus 300 evaluates the validity of the performance prediction model with respect to a plurality of parameter adjustment candidates, and the parameter adjustment candidates evaluated as having higher validity. Can be presented to the user.
  • the performance prediction model that models the performance prediction target system may be composed of a plurality of modules corresponding to each part of the system, and in this case, it is necessary to determine which module parameter is appropriate to be corrected. . According to the present embodiment, it is possible to compare the validity of each module when the parameters are adjusted, and to determine which module's parameter is most appropriate to be modified.
  • model adjustment unit 102 in the above-described embodiment may acquire the parameter adjustment candidates from a storage unit (such as reference numeral 802 in FIG. 8 described later) included in the information processing apparatus 300.
  • the model adjustment unit 102 may acquire the parameter adjustment candidates from an external device of the information processing apparatus 300.
  • the model adjustment unit 102 or the validity evaluation unit 303 in this embodiment may sequentially generate adjustment candidates for the parameters based on the adjustment parameters of the performance prediction model.
  • FIG. 7 is a block diagram illustrating a functional configuration of a performance prediction apparatus according to the third embodiment of the present invention.
  • the information processing apparatus 700 as a performance prediction apparatus in the present embodiment includes a performance prediction unit 701, a model adjustment unit 702, and a validity evaluation unit 703.
  • the performance prediction unit 701, the model adjustment unit 702, and the validity evaluation unit 703 may be connected so as to be able to communicate with each other.
  • the performance prediction unit 701 calculates a predicted output with respect to an input to the system, using a performance prediction model that schematically illustrates a system that is a target of performance prediction.
  • the model adjustment unit 702 is based on the first statistic for the predicted output from the performance prediction model calculated by the performance prediction unit 701 and the first statistic for the actual output of the system. Adjust the parameters of the system performance prediction model.
  • the validity evaluation unit 703 includes a second statistic for the predicted output calculated using the performance prediction model after parameter adjustment by the model adjustment unit 702 and a second statistic for the actual output of the system. Based on this, the validity of the performance prediction model is evaluated.
  • the information processing apparatus 700 according to the present embodiment described above calculates a predicted output predicted by the performance prediction model with respect to an input of the performance prediction target system. Then, the information processing apparatus 700 according to the present embodiment uses the performance prediction model so that the difference between the first statistic for the actual output of the performance prediction target system and the first statistic for the predicted output becomes small. adjust. Then, the information processing apparatus 700 according to the present embodiment uses the second statistic for the actual output of the performance prediction target system and the second statistic for the predicted output to determine the validity of the adjusted performance prediction model. To evaluate.
  • the validity of the performance prediction model adjusted using the actual behavior of the performance prediction target system can be evaluated by using the actual behavior of the performance prediction target system.
  • the information processing apparatus (reference numeral 100 in FIG. 1, reference numeral 300 in FIG. 3, reference numeral 700 in FIG. 7), which is the performance prediction apparatus described in each of the above embodiments, is configured by a dedicated hardware device that realizes each function. May be. In that case, each of the units shown in FIGS. 1, 3, and 7 may be realized as hardware (an integrated circuit or the like on which processing logic is mounted) that is partially or fully integrated.
  • the reference numeral 100 in FIG. 1, the reference numeral 300 in FIG. 3, and the reference numeral 700 in FIG. 7 may be collectively referred to simply as a performance prediction apparatus.
  • performance prediction apparatus may be configured by hardware as illustrated in FIG. 8 and various software programs (computer programs) executed by the hardware.
  • the arithmetic device 801 in FIG. 8 is an arithmetic processing device such as a general-purpose CPU (Central Processing Unit) or a microprocessor.
  • the arithmetic device 801 may read various software programs stored in a non-volatile storage device 803, which will be described later, into the storage device 802, and execute processing according to the software programs.
  • the storage device 802 is a memory device such as a RAM (Random Access Memory) that can be referred to from the arithmetic device 801, and stores software programs and various data. Note that the storage device 802 may be a volatile memory device.
  • RAM Random Access Memory
  • the non-volatile storage device 803 is a non-volatile storage device such as a magnetic disk drive or a semiconductor memory device using a flash memory, and may record various software programs, data, and the like.
  • the network interface 806 is an interface device connected to a communication network, and for example, a wired and wireless LAN (Local Area Network) connection interface device or the like may be employed.
  • LAN Local Area Network
  • an arbitrary communication network is used between the input device and the performance prediction device. You may connect so that communication is possible.
  • the input data may be, for example, information on the performance prediction model, input to the performance prediction target system, or information on the first and second statistics for the output from the performance prediction target system.
  • the performance prediction apparatus may be connected to the communication network via the network interface 806.
  • the performance prediction device when configured to directly acquire input / output data from the performance prediction target system, the performance prediction device and the performance prediction target system are communicatively connected via an arbitrary communication network. Also good. In this case, the performance prediction apparatus may be connected to the communication network via the network interface 806.
  • the external storage device 804 is a device that processes reading and writing of data with respect to a storage medium 805 described later, for example.
  • the storage medium 805 is an arbitrary recording medium capable of recording data, such as an optical disk, a magneto-optical disk, and a semiconductor flash memory.
  • the input / output interface 807 is a device that controls input / output between an external input device (such as a keyboard and a mouse) and an external output device (such as a display device and a printer).
  • an external input device such as a keyboard and a mouse
  • an external output device such as a display device and a printer
  • the storage medium 805 on which various input data for the performance prediction devices are recorded is read into the external storage device 804, whereby various input data is input to the performance prediction devices. Also good.
  • a user may input the various input data using an input / output device connected to the input / output interface 807.
  • the present invention described using the above-described embodiments as an example may be realized as follows using, for example, the hardware illustrated in FIG. That is, a software program capable of realizing the function of the flowchart referred to in the description of each embodiment is supplied to the performance prediction apparatus configured using the hardware illustrated in FIG. Thereafter, the arithmetic device 801 executes the software program.
  • each unit illustrated in FIGS. 1, 3, and 7 can be realized as a software module that is a function (processing) unit of a software program executed by the above-described hardware. it can.
  • the division of each software module shown in these drawings is a configuration for convenience of explanation, and various configurations can be assumed for implementation.
  • these software modules may be configured to be able to transmit various data to each other by an appropriate method such as shared memory or inter-process communication. With such a configuration, these software modules can be connected so as to communicate with each other.
  • each software program may be recorded in the storage medium 805.
  • the software program recorded in the storage medium 805 is appropriately read out through the external storage device 804 and stored in the non-volatile memory 803 at the shipping stage or operation stage of the communication device or the like. Also good.
  • the performance prediction unit (reference numeral 101, reference numeral 301, reference numeral 701) is realized by a software program
  • a software program that realizes the function of the performance prediction unit may be read into the storage device 802, and the arithmetic device 801 may be controlled to execute the software program.
  • the arithmetic device 801 may receive the various input data by controlling the network interface 806 each time reception of various input data occurs with the external device, for example.
  • the model adjustment unit (reference numeral 102, reference numeral 702), validity evaluation part (reference numeral 103, reference numeral 303, reference numeral 703), and presentation part (reference numeral 304) can also be realized by a software program. .
  • the arithmetic device 801 may control the input / output interface 807 and output the parameter adjustment candidates to an external device (screen device or the like) connected to the input / output interface 807.
  • the constituent elements of the performance prediction apparatus are realized as a software program
  • the performance prediction model, input / output data, first and second statistics, etc. described in each of the above embodiments have an appropriate data structure as appropriate. Or the like, may be stored in the storage device 802 or the nonvolatile storage device 803.
  • the supply method of various software programs to the performance prediction apparatus is installed in the apparatus using an appropriate jig in the manufacturing stage before shipment or the maintenance stage after shipment. Can be adopted.
  • a general procedure can be adopted at present, such as a method of downloading from the outside via a communication line such as the Internet.
  • the present invention can be understood to be constituted by a code constituting the software program or a computer-readable storage medium in which the code is recorded.
  • a performance prediction means for calculating a predicted output for an input to the system, using a performance prediction model schematically representing a system that is a target of performance prediction; Model adjustment means for adjusting parameters of the performance prediction model based on a first statistic for the calculated predicted output and a first statistic for the actual output of the system; The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated using the performance prediction model after adjusting the parameters and the second statistic for the actual output of the system. And a validity evaluation means for performing the performance prediction.
  • Appendix 2 Further comprising a presentation means for presenting the parameter adjustment candidates of the performance prediction model to the user,
  • the validity evaluation means evaluates the validity of the performance prediction model based on a specific criterion for a plurality of parameter adjustment candidates,
  • the performance predicting apparatus according to appendix 1, wherein the presenting means presents to the user a parameter adjustment candidate that has been evaluated by the validity evaluating means to be highly valid based on the specific criterion. .
  • Appendix 3 The performance prediction apparatus according to appendix 1 or appendix 2, wherein the first statistic is an average value, a variance, or a frequency distribution.
  • Appendix 4 The performance prediction apparatus according to any one of appendix 1 to appendix 3, wherein the second statistic is an average value, a variance, or a frequency distribution.
  • the model adjusting means includes Adjusting the parameter of the performance prediction model so that the difference between the first statistic for the predicted output calculated by the performance prediction means and the first statistic for the actual output of the system is small.
  • the performance prediction apparatus according to any one of appendix 1 to appendix 6, which is characterized.
  • the validity evaluation means includes: Assessing the validity of the performance prediction model by determining the magnitude of the difference between the second statistic for the predicted output and the second statistic for the actual output of the system based on the specific criteria
  • the performance predicting apparatus according to appendix 2, wherein:
  • Information processing device Using a performance prediction model that models the system that is the target of performance prediction, calculate the predicted output for the input to the system, Adjusting the parameters of the performance prediction model based on the first statistic for the calculated predicted output and the first statistic for the actual output of the system; The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated using the performance prediction model after adjusting the parameters and the second statistic for the actual output of the system.
  • a performance prediction method characterized by:
  • the validity evaluation means includes: Of the plurality of parameter adjustment candidates, the difference between the second statistic for the output of the performance evaluation model adjusted for the first parameter adjustment candidate and the second statistic for the actual output of the system A first difference, The difference between the second statistic for the output of the performance evaluation model adjusted for the second parameter adjustment candidate and the second statistic for the actual output of the system, which is different from the first parameter adjustment candidate Is compared with the second difference, 3.
  • the performance prediction apparatus according to appendix 2 wherein the parameter adjustment candidate with the smaller difference between the first difference and the second difference is evaluated as being highly valid.
  • the model adjusting means includes The difference between the first statistic for the predicted output calculated by the performance predicting means and the first statistic for the actual output of the system is reduced based on a determination criterion representing a predetermined accuracy.
  • the performance prediction apparatus according to any one of appendix 1 to appendix 6, wherein a parameter of the performance prediction model is adjusted.

Abstract

Provided is a performance estimation device, and the like, that can adjust a system performance estimation model so that the performance estimation model appropriately illustrates the actual system, and can evaluate the validity of the adjusted performance estimation model. A performance estimation device (100) comprises the following: a performance estimation unit (101) that uses a performance estimation model, in which a system which is the target of performance estimation is illustrated, to calculate estimated output with respect to input to the system; a model adjustment unit (102) that adjusts the parameters of the performance estimation model on the basis of first statistics with respect to the estimated output which was calculated, and first statistics with respect to the actual output of the system; and a validity estimation unit (103) that estimates the validity of the performance estimation model on the basis of second statistics with respect to the estimated output calculated using the performance estimation model the parameters of which were adjusted, and second statistics with respect to the actual output of the system.

Description

性能予測装置、性能予測方法、及び、コンピュータ・プログラムが格納された記憶媒体Performance prediction apparatus, performance prediction method, and storage medium storing computer program
 本発明は、情報処理装置により構成されるシステムをモデル化し、そのモデルを用いて当該システムの性能を予測する技術に関する。また、本発明は、情報処理装置により構成されるシステムの実際の振る舞い(挙動)に基づいて、当該モデルの妥当性を評価する技術に関する。 The present invention relates to a technique for modeling a system including information processing apparatuses and predicting the performance of the system using the model. The present invention also relates to a technique for evaluating the validity of the model based on the actual behavior (behavior) of a system constituted by information processing apparatuses.
 近年、コンピュータ等の情報処理装置により構成されるシステム(以下単に「システム」と称する場合がある)の普及に伴い、係るシステムの性能を精度よく予測する技術が求められている。このようなシステムの性能を予測するために、実際のシステムの振る舞いを模式化したモデルを用いて、当該システムに関する特定の性能指標を予測する技術が提案されている。なお、以下においては、上記したモデルを、「性能予測モデル」と称する場合がある。 In recent years, with the spread of a system composed of information processing devices such as computers (hereinafter sometimes simply referred to as “system”), a technique for accurately predicting the performance of such a system is required. In order to predict the performance of such a system, a technique for predicting a specific performance index related to the system using a model that schematically illustrates the behavior of the actual system has been proposed. In the following, the above model may be referred to as a “performance prediction model”.
 ここで、本願出願に先だって存在する関連技術としては、例えば以下の特許文献がある。 Here, as related technologies existing prior to the present application, for example, there are the following patent documents.
 特許文献1は、システムの性能評価に関連する技術として本出願人が提案した、システム性能予測方法等を開示する。特許文献1に開示された技術は、性能予測対象であるシステムをモデル化したシステムモデルの一部を、ブラックボックスに置換する。また、特許文献1に開示された技術は、特定の入力値に対する係る置換後のシステムモデルからの出力と、実システムからの出力との間の差が小さくなるように、当該ブラックボックスのパラメータを調整する。特許文献1に開示した技術によれば、実際のシステムの振る舞いが反映されたシステムモデルにより、システムの性能を予測することが可能である。 Patent Document 1 discloses a system performance prediction method and the like proposed by the present applicant as a technique related to system performance evaluation. The technique disclosed in Patent Document 1 replaces a part of a system model obtained by modeling a system that is a performance prediction target with a black box. Moreover, the technique disclosed in Patent Document 1 sets the parameters of the black box so that the difference between the output from the system model after replacement for a specific input value and the output from the actual system becomes small. adjust. According to the technique disclosed in Patent Document 1, it is possible to predict the performance of a system by using a system model that reflects the actual behavior of the system.
 特許文献2は、並列計算機システムを待ち行列モデルに変換することによって、マルチタスク環境における並列計算機のスループットやレスポンス、リソース使用率などの性能指標を予測する技術を開示する。特許文献2に開示された技術は、構築するシステムに関して事前に与えられたパラメータ(例えば、1リクエストあたりの処理時間(Demand)など)を用いて、係るシステムの性能を予測する。また、特許文献2に開示された技術は、モデルへの影響の少ないパラメータを固定値としてパラメータ数を削減し、残りの調整すべき妥当なパラメータを調整する。特許文献2に開示された技術によれば、当該待ち行列モデルを解析することにより、処理性能の向上度や性能指標を予測する式が求められ、係る式に基づいて予測値を求めることが可能である。 Patent Document 2 discloses a technique for predicting performance indexes such as throughput, response, and resource usage rate of a parallel computer in a multitasking environment by converting the parallel computer system into a queuing model. The technique disclosed in Patent Document 2 predicts the performance of a system using parameters given in advance with respect to the system to be constructed (for example, processing time (Demand) per request). Further, the technique disclosed in Patent Document 2 reduces the number of parameters by using a parameter having a small influence on the model as a fixed value, and adjusts the remaining appropriate parameters to be adjusted. According to the technique disclosed in Patent Document 2, by analyzing the queuing model, a formula for predicting the improvement degree of processing performance and a performance index is obtained, and a predicted value can be obtained based on the formula. It is.
 特許文献3は、アプリケーション(ソフトウェア)に埋め込まれたログを用いて、当該アプリケーションに対するモデルを調整する技術を開示する。特許文献3に開示された技術は、アプリケーションのソースコードにモデル調整用のログを埋め込み、そのアプリケーションのログ出力と、当該アプリケーションを模式化したモデルのログ出力とを比較する。特許文献3に開示された技術は、当該ログ出力に基づいて、アプリケーションモデルのパラメータを調整して、モデルに反映する。特許文献3に開示された技術によれば、アプリケーションの実行環境に応じて、そのアプリケーションの振る舞いが反映されたモデルを作成可能である。 Patent Document 3 discloses a technique for adjusting a model for an application using a log embedded in the application (software). The technique disclosed in Patent Literature 3 embeds a model adjustment log in an application source code, and compares the log output of the application with the log output of a model that schematically represents the application. The technique disclosed in Patent Document 3 adjusts the parameters of the application model based on the log output and reflects the parameters in the model. According to the technique disclosed in Patent Document 3, it is possible to create a model reflecting the behavior of an application according to the execution environment of the application.
 特許文献4は、システムの性能予測装置に関する技術を開示する。特許文献4に開示された技術は、性能予測の対象となるシステムに対するシミュレーションモデルを作成するために、ハードウェア条件、ソフトウェア条件、及び、ワークロード条件に関するデータ入力する。更に特許文献4に開示された技術は、係る条件データに基づいて、特定の演算式に基づいて性能指標(例えば、単位時間当たりの演算能力等)を算出する。特許文献4に開示された技術によれば、評価者の人的資質によらず、システム性能を客観的に予測する技術を提供することが可能である。 Patent Document 4 discloses a technique related to a system performance prediction apparatus. The technique disclosed in Patent Literature 4 inputs data related to hardware conditions, software conditions, and workload conditions in order to create a simulation model for a system that is a target of performance prediction. Furthermore, the technique disclosed in Patent Document 4 calculates a performance index (for example, calculation capability per unit time) based on a specific calculation formula based on the condition data. According to the technique disclosed in Patent Document 4, it is possible to provide a technique for objectively predicting the system performance regardless of the human qualities of the evaluator.
国際公開第2012/173283号International Publication No. 2012/173283 特開2000-298593号公報JP 2000-298593 A 特開2002-215423号公報JP 2002-215423 A 特開2000-172537号公報JP 2000-172537 A
 上記したような性能指標については、モデルが予測する値と、対象システムから実際に計測した値とが異なる場合がある。このため、例えば、モデルに含まれるパラメータを調整することにより、対象システムの実態に即した性能予測を実行することが求められる。この場合、例えば、係るパラメータを調整したモデルが妥当かどうか、(即ち、実際のシステムの振る舞いを適切に模式化できているかどうか)を評価する必要がある。 For the performance index as described above, the value predicted by the model may be different from the value actually measured from the target system. For this reason, for example, by adjusting the parameters included in the model, it is required to perform performance prediction in accordance with the actual condition of the target system. In this case, for example, it is necessary to evaluate whether the model in which such parameters are adjusted is appropriate (that is, whether the actual system behavior can be appropriately modeled).
 ここで、上記した特許文献1に開示された技術は、前述したブラックボックスの構造に基づいて当該モデルの妥当性を判定する。これより、特許文献1に開示された技術においては、当該ブラックボックスとその構造を評価するための知識が必要とされる。 Here, the technique disclosed in Patent Document 1 described above determines the validity of the model based on the structure of the black box described above. Thus, in the technique disclosed in Patent Document 1, knowledge for evaluating the black box and its structure is required.
 特許文献2に開示された技術は、パラメータの調整を行わない。これより、事前に与えられたパラメータの値と、実際に構築した対象システムから求めたパラメータの値とが異なることがある。このため、モデルを用いて予測した性能指標と、実際に構築した対象システムの性能指標との間に差異があるという問題がある。 The technique disclosed in Patent Document 2 does not adjust parameters. Thus, the parameter value given in advance may be different from the parameter value obtained from the actually constructed target system. For this reason, there is a problem that there is a difference between the performance index predicted using the model and the performance index of the actually constructed target system.
 特許文献3に開示された技術は、モデルへの影響の少ないパラメータを固定値としてパラメータ数の削減を行い、残りの調整すべき妥当なパラメータを調整する。しかし、特許文献3に開示された技術は、パラメータ数を削減するに留まり、残ったパラメータを調整した結果に対する妥当性の評価が十分ではないという問題がある。更に、特許文献3に開示された技術は、上記したように、アプリケーション及びそのアプリケーションモデルのログ出力を比較して、パラメータ等の調整を行なっている。しかしながら、例えば、商用のアプリケーションの場合には、ログ出力命令を埋め込めない場合もあるので、特許文献3に開示された技術の適用範囲が限定されるという問題がある。 The technique disclosed in Patent Document 3 reduces the number of parameters with a parameter having a small influence on the model as a fixed value, and adjusts the remaining appropriate parameters to be adjusted. However, the technique disclosed in Patent Document 3 has a problem that the number of parameters is merely reduced, and the validity of the result of adjusting the remaining parameters is not sufficiently evaluated. Furthermore, as described above, the technique disclosed in Patent Document 3 compares the log output of an application and its application model, and adjusts parameters and the like. However, for example, in the case of a commercial application, a log output command may not be embedded, and there is a problem that the scope of application of the technique disclosed in Patent Document 3 is limited.
 特許文献4に開示された技術は、入力パラメータと、係るパラメータから特定の演算式により算出した性能指標に基づいて性能予測値を算出するのみである。このため、特許文献4に開示された技術では、係るモデルが実際のシステムを適切に模式化しているか否かを十分に評価できない。 The technology disclosed in Patent Document 4 only calculates a performance predicted value based on an input parameter and a performance index calculated from the parameter by a specific arithmetic expression. For this reason, the technique disclosed in Patent Document 4 cannot sufficiently evaluate whether or not the model appropriately models an actual system.
 よって、上記した関連技術では、システムの性能予測モデルが実際のシステムを適切に模式化しているか否かを十分に評価できない。 Therefore, with the related technology described above, it is not possible to sufficiently evaluate whether or not the system performance prediction model appropriately models the actual system.
 そこで、本発明は、上記した課題を鑑みてなされたものである。即ち、本発明は、システムの実際の振る舞いに基づいて、当該システムの性能予測を行うモデルを調整すると共に、係るモデルの妥当性を評価することが可能な性能予測装置等を提供すること、を主たる目的とする。 Therefore, the present invention has been made in view of the above-described problems. That is, the present invention provides a performance prediction device and the like that can adjust a model for predicting the performance of the system based on the actual behavior of the system and can evaluate the validity of the model. Main purpose.
 上記の目的を達成すべく、本発明の一態様に係る性能予測装置は、以下の構成を備える。即ち、本発明の一態様に係る性能予測装置は、性能予測の対象であるシステムを模式化した性能予測モデルを用いて、当該システムへの入力に対する予測出力を算出する性能予測部と、当該算出した予測出力に対する第1の統計量と、当該システムの実際の出力に対する第1の統計量とに基づいて、当該性能予測モデルのパラメータを調整するモデル調整部と、パラメータの調整後の当該性能予測モデルを用いて算出した予測出力に対する第2の統計量と、当該システムの実際の出力に対する第2の統計量とに基づいて、当該性能予測モデルの妥当性を評価する妥当性評価部と、を備える。 In order to achieve the above object, a performance prediction apparatus according to an aspect of the present invention has the following configuration. That is, a performance prediction apparatus according to an aspect of the present invention uses a performance prediction model that schematically illustrates a system that is a target of performance prediction, a performance prediction unit that calculates a predicted output for an input to the system, and the calculation A model adjustment unit that adjusts parameters of the performance prediction model based on the first statistic for the predicted output and the first statistic for the actual output of the system, and the performance prediction after the parameter adjustment. A validity evaluation unit that evaluates the validity of the performance prediction model based on the second statistic for the predicted output calculated using the model and the second statistic for the actual output of the system; Prepare.
 また、本発明の一態様に係る性能予測方法は、以下の構成を備える。即ち、本発明の一態様に係る性能予測方法は、情報処理装置が、性能予測の対象であるシステムを模式化した性能予測モデルを用いて、当該システムへの入力に対する予測出力を算出し、当該算出した予測出力に対する第1の統計量と、当該システムの実際の出力に対する第1の統計量とに基づいて、当該性能予測モデルのパラメータを調整し、パラメータの調整後の当該性能予測モデルを用いて算出した予測出力に対する第2の統計量と、当該システムの実際の出力に対する第2の統計量とに基づいて、当該性能予測モデルの妥当性を評価する。 The performance prediction method according to one aspect of the present invention has the following configuration. That is, in the performance prediction method according to one aspect of the present invention, the information processing apparatus calculates a predicted output with respect to an input to the system using a performance prediction model that schematically illustrates a system that is a target of performance prediction. Based on the first statistic for the calculated predicted output and the first statistic for the actual output of the system, the parameters of the performance prediction model are adjusted, and the performance prediction model after adjusting the parameters is used. The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated in the above and the second statistic for the actual output of the system.
 また、本発明の一態様に係る性能予測プログラムは、以下の構成を備える。即ち、本発明の一態様に係る性能予測プログラムは、性能予測の対象であるシステムを模式化した性能予測モデルを用いて、当該システムへの入力に対する予測出力を算出する処理と、当該算出した予測出力に対する第1の統計量と、当該システムの実際の出力に対する第1の統計量とに基づいて、当該性能予測モデルのパラメータを調整する処理と、パラメータの調整後の当該性能予測モデルを用いて算出した予測出力に対する第2の統計量と、当該システムの実際の出力に対する第2の統計量とに基づいて、当該性能予測モデルの妥当性を評価する処理と、をコンピュータに実行させる。 The performance prediction program according to one aspect of the present invention has the following configuration. That is, the performance prediction program according to an aspect of the present invention uses a performance prediction model that schematically illustrates a system that is a target of performance prediction, and calculates a prediction output for an input to the system, and the calculated prediction. Based on the first statistic for the output and the first statistic for the actual output of the system, using the process for adjusting the parameters of the performance prediction model, and using the performance prediction model after adjusting the parameters Based on the calculated second statistic for the predicted output and the second statistic for the actual output of the system, the computer is caused to perform processing for evaluating the validity of the performance prediction model.
 なお、上記本発明の目的は、係る性能予測プログラムが格納された、コンピュータ読み取り可能な記憶媒体によっても実現可能である。 Note that the object of the present invention can also be realized by a computer-readable storage medium in which the performance prediction program is stored.
 本発明によれば、システムの実際の振る舞いに基づいて、システムの性能予測を行うモデルの妥当性を評価することが可能な性能予測装置等を提供することができる。 According to the present invention, it is possible to provide a performance prediction device and the like that can evaluate the validity of a model for performing system performance prediction based on the actual behavior of the system.
図1は、本発明の第1の実施形態における性能予測装置の機能的な構成を例示するブロック図である。FIG. 1 is a block diagram illustrating a functional configuration of a performance prediction apparatus according to the first embodiment of the present invention. 図2は、本発明の第1の実施形態における性能予測装置による処理の一例を示すフローチャートである。FIG. 2 is a flowchart illustrating an example of processing performed by the performance prediction apparatus according to the first embodiment of the present invention. 図3は、本発明の第2の実施形態における性能予測装置の機能的な構成を例示するブロック図である。FIG. 3 is a block diagram illustrating a functional configuration of the performance prediction apparatus according to the second embodiment of the present invention. 図4は、本発明の第2の実施形態における性能予測モデルの一例を示す図である。FIG. 4 is a diagram illustrating an example of a performance prediction model according to the second embodiment of the present invention. 図5Aは、本発明の第2の実施形態における性能予測モデル及び実際のシステムから出力されたデータの一例を示す図である。FIG. 5A is a diagram illustrating an example of a performance prediction model and data output from an actual system according to the second embodiment of the present invention. 図5Bは、本発明の第2の実施形態における性能予測モデル及び実際のシステムから出力されたデータの一例を示す図である。FIG. 5B is a diagram illustrating an example of a performance prediction model and data output from an actual system according to the second embodiment of the present invention. 図6は、本発明の第2の実施形態における性能予測装置による処理の一例を示すフローチャートである。FIG. 6 is a flowchart illustrating an example of processing performed by the performance prediction apparatus according to the second embodiment of the present invention. 図7は、本発明の第3の実施形態における性能予測装置の機能的な構成を例示するブロック図である。FIG. 7 is a block diagram illustrating a functional configuration of a performance prediction apparatus according to the third embodiment of the present invention. 図8は、本発明の各実施形態に係る、性能予測装置を実現可能な情報処理装置のハードウェア構成を例示したブロック図である。FIG. 8 is a block diagram illustrating a hardware configuration of an information processing apparatus capable of realizing the performance prediction apparatus according to each embodiment of the present invention.
 次に、本発明を実施する形態について図面を参照して詳細に説明する。以下の実施の形態に記載されている構成は単なる例示であり、本発明の技術範囲はそれらには限定されない。 Next, embodiments of the present invention will be described in detail with reference to the drawings. The configurations described in the following embodiments are merely examples, and the technical scope of the present invention is not limited thereto.
 <第1の実施形態>
 本発明の第1の実施形態について、図1及び図2を参照して説明する。図1は、本発明の第1の実施形態に係る情報処理装置100の機能的な構成を例示するブロック図である。
<First Embodiment>
A first embodiment of the present invention will be described with reference to FIGS. 1 and 2. FIG. 1 is a block diagram illustrating a functional configuration of the information processing apparatus 100 according to the first embodiment of the invention.
 図1に例示する情報処理装置100は、本実施形態において性能予測装置として機能する情報処理装置である。本実施形態における情報処理装置100は、例えば、電子計算機(コンピュータ)等の、特定のプログラム(コンピュータ・プログラム、ソフトウェア・プログラム等)に従って動作する装置であってもよい。なお、本実施形態における情報処理装置のハードウェア構成については、後述する。 The information processing apparatus 100 illustrated in FIG. 1 is an information processing apparatus that functions as a performance prediction apparatus in the present embodiment. The information processing apparatus 100 in the present embodiment may be an apparatus that operates according to a specific program (computer program, software program, etc.) such as an electronic computer (computer). The hardware configuration of the information processing apparatus in the present embodiment will be described later.
 本実施形態における情報処理装置100は、性能予測部101と、モデル調整部102と、妥当性評価部103と、を有する。これらの各構成要素の間は、ソフトウェア的な構成あるいはハードウェア的な構成により、任意の通信手段を介して、相互に通信可能に接続されている。 The information processing apparatus 100 in the present embodiment includes a performance prediction unit 101, a model adjustment unit 102, and a validity evaluation unit 103. These components are connected so as to be communicable with each other via an arbitrary communication means by a software configuration or a hardware configuration.
 性能予測部101は、図示しない性能予測の対象であるシステム(以下性能予測対象システムと称する場合がある)に関する性能指標の入力と出力との関係を模式化したモデルを用いて、当該性能予測対象システムの入力に対する出力を予測する。以下、当該モデルにより予測した出力を、「予測出力」と称する場合がある。また、以下、当該モデルを、「性能予測モデル」または「予測モデル」と称する場合がある。 The performance prediction unit 101 uses a model that schematically illustrates the relationship between the input and output of a performance index related to a system that is a performance prediction target (not shown) (hereinafter also referred to as a performance prediction target system). Predict output against system input. Hereinafter, the output predicted by the model may be referred to as “predicted output”. Hereinafter, the model may be referred to as a “performance prediction model” or a “prediction model”.
 ここで、上記入力は、例えば、単位時間内に上記システムが処理しなくてはならないリクエスト数などであってもよい。また、上記出力は、上記システムのスループット、応答時間、CPU(Central Processing Unit)使用率、及び、メモリ使用率などの性能指標などであってもよい。ただし、上記入力及び出力はこれらに限定されない。例えば、上記性能予測モデルにおいて、上記入力及び出力を独立変数と従属変数の関係として記述できる場合には、その独立変数が上記入力であってもよく、従属変数が上記出力であってもよい。 Here, the input may be, for example, the number of requests that the system must process within a unit time. The output may be a performance index such as the throughput, response time, CPU (Central Processing Unit) usage rate, and memory usage rate of the system. However, the input and output are not limited to these. For example, in the performance prediction model, when the input and output can be described as a relationship between an independent variable and a dependent variable, the independent variable may be the input, and the dependent variable may be the output.
 本実施形態においては、上記性能予測モデルは、あるシステムの性能を予測するために当該システムの振る舞いを模倣(模式化)した任意の表現形態により表されてよい。係る性能予測モデルは、例えば、あるシステムへの入力に対して、あらかじめ定められた手順に従って、計算もしくはシミュレーションを行うことによって、当該システムからの出力を予測するよう構成されてもよい。 In the present embodiment, the performance prediction model may be represented by an arbitrary expression form imitating (schematic) the behavior of the system in order to predict the performance of the system. For example, the performance prediction model may be configured to predict an output from the system by performing calculation or simulation according to a predetermined procedure with respect to an input to a certain system.
 具体的には、例えば、CPUなどのコンピュータの各構成要素に対して、当該構成要素の動作を模倣(模式化)した待ち行列が、上記性能予測モデルとして採用されてもよい。また、学習や回帰などの手段によって、入力に対して適当な出力を決定することができる仕組み(例えば、ニューラルネットワークや隠れマルコフモデル、多項式関数近似など)が、上記性能予測モデルとして採用されてもよい。なお、これらの性能予測モデルは単なる例示である。本実施形態における性能予測モデルはこれらの例示には限定されない。 Specifically, for example, for each component of a computer such as a CPU, a queue imitating (scheming) the operation of the component may be employed as the performance prediction model. In addition, even if a mechanism (for example, a neural network, a hidden Markov model, a polynomial function approximation, etc.) that can determine an appropriate output for an input by means such as learning or regression is adopted as the performance prediction model. Good. Note that these performance prediction models are merely examples. The performance prediction model in the present embodiment is not limited to these examples.
 本実施形態においては、上記性能予測モデルを表す情報(データ)が、任意の方法により情報処理装置100に対して入力される。また、情報処理装置100は、上記性能予測モデルを表す情報を図示しない記憶部等に記憶してもよい。なお、上記性能予測モデルを表す情報は、情報処理装置100の外部に存在する任意の外部装置に記憶されてもよい。この場合、情報処理装置100は、当該外部装置に記憶されている上記性能予測モデルを表す情報を、必要に応じて参照するように構成されてもよい。 In the present embodiment, information (data) representing the performance prediction model is input to the information processing apparatus 100 by an arbitrary method. The information processing apparatus 100 may store information representing the performance prediction model in a storage unit or the like (not shown). Note that the information representing the performance prediction model may be stored in any external device that exists outside the information processing apparatus 100. In this case, the information processing apparatus 100 may be configured to refer to information representing the performance prediction model stored in the external apparatus as necessary.
 モデル調整部102は、上記性能予測部101が算出した上記性能予測モデルの予測出力に対する第1の統計量と、性能予測対象システムの実際の出力に対する第1の統計量とに基づいて、上記性能予測モデルのパラメータを調整する。ここで、上記性能予測モデルのパラメータは、例えば、待ち行列モデルであれば、1リクエストあたりの処理時間などであってもよく、ニューラルネットワークであれば、シナプス荷重などであってもよい。なお、本実施形態においては、上記性能予測モデルの構成や出力を変更可能な任意の調整項目が、上記性能予測モデルの調整パラメータとして採用されてよい。このため、本実施形態においては、上記性能予測モデルの具体的な構成によって、適宜適切な調整パラメータが選択されてよい。なお、以下、性能予測モデルに含まれるパラメータを調整することを、「性能予測モデルを調整する」と表現する場合がある。 The model adjustment unit 102 determines the performance based on the first statistic for the predicted output of the performance prediction model calculated by the performance prediction unit 101 and the first statistic for the actual output of the performance prediction target system. Adjust the parameters of the prediction model. Here, the parameter of the performance prediction model may be, for example, a processing time per request in the case of a queue model, and may be a synaptic load in the case of a neural network. In the present embodiment, any adjustment item that can change the configuration and output of the performance prediction model may be adopted as the adjustment parameter of the performance prediction model. For this reason, in the present embodiment, an appropriate adjustment parameter may be appropriately selected depending on the specific configuration of the performance prediction model. Hereinafter, adjusting a parameter included in the performance prediction model may be expressed as “adjusting the performance prediction model”.
 ここで、上記第1の統計量は、上記性能予測モデルの予測出力、または、上記性能予測対象システムの出力から統計的に求めることが可能な、任意の統計量である。このような第1の統計量としては、例えば、平均値や分散、度数分布などを採用してもよいが、これらには限定されない。本実施形態における第1の統計量は、統計的に計算される任意の値や分布などでよい。 Here, the first statistic is an arbitrary statistic that can be statistically obtained from the predicted output of the performance prediction model or the output of the performance prediction target system. As such a first statistic, for example, an average value, a variance, a frequency distribution, or the like may be employed, but is not limited thereto. The first statistic in this embodiment may be any value or distribution that is statistically calculated.
 なお、モデル調整部102は、上記性能予測対象システムの実際の出力の値を、当該システムの構成に応じて、任意の方法により求めてもよい。例えば、モデル調整部102は、上記性能予測対象システムの実際の出力の値を、情報処理装置100が有する記憶部(後述する図8における符号802等)から取得してもよい。また、モデル調整部102は、係る値を、情報処理装置100の外部装置(後述する図8における符号804や、情報処理装置100以外の装置等)から取得してもよい。本実施形態はこれに限定されず、例えば、上記した性能予測部101が、上記性能予測対象システムの実際の出力の値を取得し、モデル調整部102に対して提供してもよい。 The model adjustment unit 102 may obtain the actual output value of the performance prediction target system by an arbitrary method according to the configuration of the system. For example, the model adjustment unit 102 may acquire the actual output value of the performance prediction target system from a storage unit (such as reference numeral 802 in FIG. 8 described later) included in the information processing apparatus 100. The model adjustment unit 102 may acquire the value from an external device of the information processing apparatus 100 (a reference numeral 804 in FIG. 8 to be described later, an apparatus other than the information processing apparatus 100, or the like). The present embodiment is not limited to this. For example, the performance prediction unit 101 described above may acquire the actual output value of the performance prediction target system and provide it to the model adjustment unit 102.
 また、モデル調整部102は、上記調整後のパラメータを上記性能予測部101に提供し、上記性能予測部101が、当該パラメータを保持してもよい。なお、本実施形態はこれに限定されず、例えば、情報処理装置100を構成する他の要素(例えば、モデル調整部102や、妥当性評価部103等)が、係るパラメータを保持してもよい。なお、上記性能予測部101は、かかる調整後のパラメータを用いて、上記性能予測モデルを更新し、当該更新後の性能予測モデルを用いて予測出力を算出してもよい。 Also, the model adjustment unit 102 may provide the adjusted parameter to the performance prediction unit 101, and the performance prediction unit 101 may hold the parameter. Note that the present embodiment is not limited to this, and for example, other elements (for example, the model adjustment unit 102, the validity evaluation unit 103, and the like) constituting the information processing apparatus 100 may hold the parameters. . Note that the performance prediction unit 101 may update the performance prediction model using the adjusted parameters and calculate a prediction output using the updated performance prediction model.
 上記性能予測モデルを調整するアルゴリズムは、例えば、上記性能予測モデルの予測出力から算出した上記第1の統計量を、上記性能予測対象システムの実際の出力から算出した第1の統計量に近づけるように、上記性能予測モデルを調整してよい。より具体的には、係るアルゴリズムは、学習または最適化手法など適宜の方法を用いて上記性能予測モデルを調整してよい。以下、上記性能予測モデルを調整するアルゴリズムを、「モデル調整アルゴリズム」と称する場合がある。 The algorithm for adjusting the performance prediction model, for example, makes the first statistic calculated from the predicted output of the performance prediction model closer to the first statistic calculated from the actual output of the performance prediction target system. In addition, the performance prediction model may be adjusted. More specifically, the algorithm may adjust the performance prediction model using an appropriate method such as a learning or optimization method. Hereinafter, an algorithm for adjusting the performance prediction model may be referred to as a “model adjustment algorithm”.
 例えば、上記性能予測モデルがニューラルネットワークにより表現される場合には、モデル調整アルゴリズムは、バックプロパゲーションなどの学習アルゴリズムによってシナプス荷重を補正してもよい。上記性能予測モデルが多項式近似の場合は、モデル調整アルゴリズムは、最小二乗法などで各項の係数を補正してもよい。上記性能予測モデルが待ち行列の場合は、モデル調整アルゴリズムは、カルマンフィルタなどを用いて、リクエストの処理時間を補正してもよい。 For example, when the performance prediction model is expressed by a neural network, the model adjustment algorithm may correct the synaptic load by a learning algorithm such as backpropagation. When the performance prediction model is a polynomial approximation, the model adjustment algorithm may correct the coefficient of each term by a least square method or the like. When the performance prediction model is a queue, the model adjustment algorithm may correct the request processing time using a Kalman filter or the like.
 このほかにも、例えば、性能予測対象システムからの実際の出力に対する第1の統計量と、性能予測モデルからの出力に対する第1の統計量との間の差分を評価する方法として、強化学習、遺伝的アルゴリズム、モンテカルロ法、及び、線形計画法などが採用されてもよい。モデル調整アルゴリズムは、これらの方法を適宜用いることにより、上記性能予測モデルのパラメータを補正してもよい。上記性能予測モデルを調整する方法は、これらの例示に限定されない。上記性能予測モデルを調整する方法は、上記性能予測モデルの構成等に応じて、適宜適切な方法を採用してよい。 In addition to this, for example, as a method for evaluating the difference between the first statistic for the actual output from the performance prediction target system and the first statistic for the output from the performance prediction model, reinforcement learning, A genetic algorithm, a Monte Carlo method, a linear programming method, or the like may be employed. The model adjustment algorithm may correct the parameters of the performance prediction model by appropriately using these methods. The method for adjusting the performance prediction model is not limited to these examples. As a method for adjusting the performance prediction model, an appropriate method may be adopted as appropriate according to the configuration of the performance prediction model.
 妥当性評価部103は、パラメータが調整された後の上記性能予測モデルが、上記性能予測対象システムに関する性能予測モデルとして妥当か否かを評価する。 The validity evaluation unit 103 evaluates whether or not the performance prediction model after the parameter adjustment is valid as a performance prediction model related to the performance prediction target system.
 以下、妥当性評価部103による、パラメータ調整後の上記性能予測モデルに対する妥当性評価について説明する。なお、以下において、パラメータ調整後の性能予測モデルを単に「調整後の性能予測モデル」と称する場合がある。 Hereinafter, the validity evaluation for the performance prediction model after parameter adjustment by the validity evaluation unit 103 will be described. In the following, the performance prediction model after parameter adjustment may be simply referred to as “adjusted performance prediction model”.
 まず、本実施形態においては、上記性能予測モデルの出力と、性能評価対象システムの出力とに対して、上記第1の統計量以外の任意の統計量が一つ選択される。そして、当該選択された統計量が第2の統計量として採用される。なお、どのような統計量を第2の統計量として選択するかは、予め、情報処理装置100に設定されていてもよい。 First, in the present embodiment, one arbitrary statistic other than the first statistic is selected for the output of the performance prediction model and the output of the performance evaluation target system. Then, the selected statistic is adopted as the second statistic. Note that what kind of statistic is selected as the second statistic may be set in the information processing apparatus 100 in advance.
 上記したように、上記モデル調整部102は、例えば、上記性能予測部101が算出した予測出力の第1の統計量と、性能予測対象システムの実際の出力から算出した第1の統計量とに基づいて上記性能予測モデルを調整する。具体的には、上記モデル調整部102は、例えば、上記性能予測部101が算出した予測出力に対する第1の統計量と、性能予測対象システムの実際の出力に対する第1の統計量との差分が小さくなるように、上記性能予測モデルを調整する。 As described above, for example, the model adjustment unit 102 converts the first statistical amount of the prediction output calculated by the performance prediction unit 101 and the first statistical amount calculated from the actual output of the performance prediction target system. Based on this, the performance prediction model is adjusted. Specifically, the model adjustment unit 102 determines, for example, that the difference between the first statistic for the predicted output calculated by the performance prediction unit 101 and the first statistic for the actual output of the performance prediction target system is The performance prediction model is adjusted to be smaller.
 ここで、上記調整後の性能予測モデルが妥当である場合、性能予測部101が算出した予測出力に対する第1の統計量と、性能予測対象システムの実際の出力に対する第1の統計量との間の差分が小さくなると期待される。それと共に、性能予測部101が算出した予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量との間の差分も小さくなることが期待される。なぜならば、調整後の性能予測モデルが妥当であれば、係る性能予測モデルによって実際のシステムの振る舞いが正しく模式化されていることが期待されるからである。 Here, when the adjusted performance prediction model is valid, between the first statistic for the predicted output calculated by the performance prediction unit 101 and the first statistic for the actual output of the performance prediction target system. It is expected that the difference will be small. At the same time, the difference between the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system is also expected to be small. This is because if the adjusted performance prediction model is appropriate, it is expected that the actual system behavior is correctly modeled by the performance prediction model.
 その一方で、調整後の性能予測モデルが妥当でない場合は、性能予測部101が算出した予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量との間の差分は大きいことが期待される。調整後の性能予測モデルが妥当でない場合、第1の統計量に基づいて調整された性能予測モデルが、実際には、実際のシステムの振る舞いを正しく模倣(模式化)できていない。妥当ではない上記性能予測モデルの出力と、性能予測対象システムの実際の出力との間には、差異が生じると考えられる。このため、係る差異に起因する齟齬が、上記性能予測モデルの調整に際して考慮されていない他の統計量(例えば、第2の統計量)に現れると考えられる。 On the other hand, when the adjusted performance prediction model is not valid, it is between the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system. The difference is expected to be large. If the adjusted performance prediction model is not valid, the performance prediction model adjusted based on the first statistic cannot actually imitate (scheme) the behavior of the actual system correctly. It is considered that there is a difference between the output of the performance prediction model that is not valid and the actual output of the performance prediction target system. For this reason, it is considered that wrinkles due to such differences appear in other statistics (for example, the second statistics) that are not considered in the adjustment of the performance prediction model.
 従って、妥当性評価部103は、上記性能予測部101が算出した予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量との間の差分が小さいほど、調整後の性能予測モデルは妥当であると評価可能である。 Therefore, the validity evaluation unit 103 decreases the difference between the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system. It can be evaluated that the performance prediction model after adjustment is appropriate.
 ここで、当該第2の統計量の差分は、例えば、当該第2の統計量が平均値であれば減算や除算により求められてもよく、度数分布であれば分布間の距離などに基づいて求められてもよい。なお当該第2の統計量の差分を求める方法はこれらに限定されない。妥当性評価部103は、第2の統計量の性質に応じて、適宜適切に当該第2の統計量に関する差分の求め方を選択してよい。 Here, the difference in the second statistic may be obtained, for example, by subtraction or division if the second statistic is an average value, and based on the distance between distributions in the case of a frequency distribution. It may be sought. The method for obtaining the difference between the second statistics is not limited to these. The validity evaluation unit 103 may appropriately select a method for obtaining a difference regarding the second statistic as appropriate according to the property of the second statistic.
 なお、調整後の上記性能予測モデルに対する妥当性の評価基準は、上記に限定されない。本実施形態においては、上記性能予測部101が算出した予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量とを用いた、任意の評価基準を採用してよい。妥当性評価部103は、例えば、上記性能予測部101が算出した予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量との間の相関関係等の統計的基準を、上記評価基準として採用してもよい。 Note that the evaluation criteria for the validity of the adjusted performance prediction model is not limited to the above. In this embodiment, an arbitrary evaluation criterion using the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system is adopted. It's okay. The validity evaluation unit 103, for example, statistics such as a correlation between the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system. A standard criterion may be adopted as the evaluation criterion.
 なお、上記した本実施形態における情報処理装置100は、ハードウェア構成として、演算処理部、記憶部、及び入出力部等を備えてもよい。上述した情報処理装置100が備える機能は、これらのハードウェアと記憶部に記憶された各種プログラムとの協働により実現されてもよい。本実施形態における情報処理装置100の具体的なハードウェア構成の例については後述する。 Note that the information processing apparatus 100 according to this embodiment described above may include an arithmetic processing unit, a storage unit, an input / output unit, and the like as a hardware configuration. The functions provided in the information processing apparatus 100 described above may be realized by cooperation of these hardware and various programs stored in the storage unit. An example of a specific hardware configuration of the information processing apparatus 100 in the present embodiment will be described later.
 次に、図2を参照して、本実施形態における情報処理装置100の動作について説明する。図2は、本実施形態における情報処理装置100による処理の一例を示す、フローチャートである。 Next, the operation of the information processing apparatus 100 in this embodiment will be described with reference to FIG. FIG. 2 is a flowchart illustrating an example of processing performed by the information processing apparatus 100 according to the present embodiment.
 まず、ステップS201において、性能予測部101は、上記性能予測モデルを用いて、性能予測対象システムへの入力に対する予測出力を算出する。ここで、上記入力は、適宜適切な方法により情報処理装置100(特には性能予測部101)に与えられる。例えば、性能予測対象システムへの実際の入力が別途任意の方法により記録され、その記録された入力が情報処理装置100に与えられてもよい。また、例えば、性能予測対象システムへの実際の入力が情報処理装置100に対する入力に分配されるように、当該性能予測対象システムは構成されてもよい。また、係る入力は、情報処理装置100における図示しない入出力装置や、通信装置を介して、情報処理装置100に与えられてもよい。 First, in step S201, the performance prediction unit 101 calculates a predicted output for an input to the performance prediction target system, using the performance prediction model. Here, the input is given to the information processing apparatus 100 (particularly, the performance prediction unit 101) by an appropriate method as appropriate. For example, an actual input to the performance prediction target system may be separately recorded by an arbitrary method, and the recorded input may be given to the information processing apparatus 100. Further, for example, the performance prediction target system may be configured so that an actual input to the performance prediction target system is distributed to an input to the information processing apparatus 100. The input may be given to the information processing apparatus 100 via an input / output device (not shown) in the information processing apparatus 100 or a communication apparatus.
 次に、ステップS202において、モデル調整部102は、上記性能予測モデルの予測出力に対する第1の統計量と、性能予測対象システムの実際の出力に対する第1の統計量とを算出する。そして、モデル調整部102は、当該算出した第1の統計量に基づいて、上記性能予測モデルの調整が終了したか否かを判定する。 Next, in step S202, the model adjustment unit 102 calculates a first statistic for the predicted output of the performance prediction model and a first statistic for the actual output of the performance prediction target system. Then, the model adjustment unit 102 determines whether or not the adjustment of the performance prediction model has been completed based on the calculated first statistic.
 ここで、モデル調整部102は、例えば、性能予測対象システムの実際の出力に対する第1の統計量と、モデルが予測した予測出力に対する第1の統計量とを比較し、それらの差分を特定の基準に基づいて評価してもよい。そして、モデル調整部102は、は、係る評価に基づいて、上記性能予測モデルの調整が終了したか否かを判定してもよい。 Here, the model adjustment unit 102 compares, for example, the first statistic for the actual output of the performance prediction target system with the first statistic for the predicted output predicted by the model, and determines the difference between them. You may evaluate based on a reference | standard. Then, the model adjustment unit 102 may determine whether or not the adjustment of the performance prediction model has been completed based on the evaluation.
 より具体的には、例えば、モデル調整部102は、当該差分が所定の精度以下の値になった場合に、上記性能予測モデルの調整を完了してもよい。この場合、性能予測部101は、調整が完了した上記性能予測モデルによって、所定の精度内で実システムの振る舞いを予測できる。 More specifically, for example, the model adjustment unit 102 may complete the adjustment of the performance prediction model when the difference becomes a value equal to or less than a predetermined accuracy. In this case, the performance prediction unit 101 can predict the behavior of the real system within a predetermined accuracy by the performance prediction model that has been adjusted.
 また、モデル調整部102は、上記性能予測モデルの調整が終了したか否かの判定基準として、例えば、以下のような基準を採用可能である。即ち、モデル調整部102は、性能予測対象システムの実際の出力に対する第1の統計量と、性能予測モデルが予測した予測出力に対する第1の統計量との差が、ある一定回数の調整を経ても変化しない場合(すなわち、調整が平衡状態にあるとみなせる場合)に、調整完了と判定してもよい。あるいは、モデル調整部102は、あらかじめ定められた回数の調整を行った場合に、調整完了と判定してもよい。 In addition, the model adjustment unit 102 can employ the following criteria as a criterion for determining whether or not the adjustment of the performance prediction model is completed, for example. That is, the model adjusting unit 102 adjusts the difference between the first statistic for the actual output of the performance prediction target system and the first statistic for the predicted output predicted by the performance prediction model after a certain number of adjustments. May not be changed (that is, when the adjustment can be regarded as being in an equilibrium state), it may be determined that the adjustment is completed. Alternatively, the model adjustment unit 102 may determine that the adjustment is complete when the adjustment is performed a predetermined number of times.
 上記ステップS202における判定の結果、モデル調整部102が性能予測モデルの調整が終了していないと判断した場合(ステップS203においてNO)、モデル調整部102は、ステップS204の処理を実行する。 As a result of the determination in step S202, when the model adjustment unit 102 determines that the adjustment of the performance prediction model has not been completed (NO in step S203), the model adjustment unit 102 executes the process of step S204.
 ステップS204において、モデル調整部102は、ステップS201において算出された性能予測モデルの予測出力に対する第1の統計量と、性能予測対象システムの実際の出力に対する第1の統計量とを基に、性能予測モデルを調整する。 In step S204, the model adjustment unit 102 performs the performance based on the first statistic for the predicted output of the performance prediction model calculated in step S201 and the first statistic for the actual output of the performance prediction target system. Adjust the prediction model.
 ステップS204においてモデル調整部102が性能予測モデルを調整した後、ステップS201に戻って処理が続行され、性能予測部101は、調整された性能予測モデルが予測する予測出力を再び算出する。 In step S204, after the model adjustment unit 102 adjusts the performance prediction model, the process returns to step S201 to continue the process, and the performance prediction unit 101 recalculates the prediction output predicted by the adjusted performance prediction model.
 次に、上記ステップS202における判定の結果、モデル調整部102が性能予測モデルの調整が終了したと判断した場合(ステップS203においてYES)、妥当性評価部103は、ステップS205の処理を実行する。 Next, as a result of the determination in step S202, if the model adjustment unit 102 determines that the adjustment of the performance prediction model has been completed (YES in step S203), the validity evaluation unit 103 executes the process of step S205.
 ステップS205において、妥当性評価部103は、モデル調整部102によって調整された後の性能予測モデルの妥当性を評価する。この場合、妥当性評価部103は、例えば、上記したように調整後の性能予測モデルからの予測出力に対する第2の統計量と、性能予測対象システムからの実際の出力に対する第2の統計量とに基づいて、上記性能予測モデルの妥当性を評価してもよい。 In step S205, the validity evaluation unit 103 evaluates the validity of the performance prediction model after being adjusted by the model adjustment unit 102. In this case, the validity evaluation unit 103, for example, as described above, the second statistic for the predicted output from the adjusted performance prediction model, and the second statistic for the actual output from the performance prediction target system, Based on the above, the validity of the performance prediction model may be evaluated.
 以上説明した通り、本実施形態による情報処理装置100は、性能予測対象システムの入力に対して、上記性能予測モデルにより予測される予測出力を算出する。そして、本実施形態による情報処理装置100は、当該性能予測対象システムの実際の出力に対する第1の統計量と、予測出力に対する第1の統計量との差分が小さくなるように、当該性能予測モデルを調整する。そして、本実施形態による情報処理装置100は、性能予測対象システムの実際の出力に対する第2の統計量と、上記予測出力に対する第2の統計量とに基づいて、調整後の性能予測モデルの妥当性を評価する。 As described above, the information processing apparatus 100 according to the present embodiment calculates the predicted output predicted by the performance prediction model with respect to the input of the performance prediction target system. Then, the information processing apparatus 100 according to the present embodiment enables the performance prediction model so that the difference between the first statistic for the actual output of the performance prediction target system and the first statistic for the predicted output is small. Adjust. Then, the information processing apparatus 100 according to the present embodiment validates the adjusted performance prediction model based on the second statistic for the actual output of the performance prediction target system and the second statistic for the predicted output. Assess sex.
 このため、本実施形態における情報処理装置100によれば、性能予測対象システムの実際の振る舞いを用いて調整された性能予測モデルの妥当性を、性能予測対象システムの実際の振る舞いを用いることによって評価することができる。 For this reason, according to the information processing apparatus 100 in the present embodiment, the validity of the performance prediction model adjusted using the actual behavior of the performance prediction target system is evaluated by using the actual behavior of the performance prediction target system. can do.
 なぜならば、性能予測対象システムの出力は、当該性能予測対象システムの実際の振る舞いを表し、本実施形態における情報処理装置100は、当該性能予測対象システムの出力に対する第1の統計量を用いて上記性能予測モデルを調整するからである。また、本実施形態における情報処理装置100は、当該性能予測対象システムの出力に対する第2の統計量を用いて上記性能予測モデルの妥当性を評価するからである。 This is because the output of the performance prediction target system represents the actual behavior of the performance prediction target system, and the information processing apparatus 100 in the present embodiment uses the first statistic with respect to the output of the performance prediction target system. This is because the performance prediction model is adjusted. In addition, the information processing apparatus 100 according to the present embodiment evaluates the validity of the performance prediction model using the second statistic with respect to the output of the performance prediction target system.
 <第2の実施形態>
 次に、本発明の第2の実施形態について説明する。以下の説明においては、本実施形態に係る特徴的な部分を中心に説明すると共に、上述した第1の実施形態と同様な構成についての重複する説明は省略する。
<Second Embodiment>
Next, a second embodiment of the present invention will be described. In the following description, characteristic portions according to the present embodiment will be mainly described, and a duplicate description of the same configuration as that of the first embodiment will be omitted.
 本実施形態における性能予測装置300は、複数の上記調整パラメータの候補(以下、「パラメータの調整候補」と称する場合がある)を有する上記性能予測モデルに適用することが可能である。本実施形態における性能予測装置300は、係る複数のパラメータの調整候補に対して上記性能予測モデルの妥当性を評価し、妥当性がより高いと評価された上記パラメータの調整候補をユーザに提示する点において、上記第1の実施形態と相違する。以下、係る相違点を中心に説明する。 The performance prediction apparatus 300 according to the present embodiment can be applied to the performance prediction model having a plurality of adjustment parameter candidates (hereinafter also referred to as “parameter adjustment candidates”). The performance prediction apparatus 300 according to the present embodiment evaluates the validity of the performance prediction model with respect to a plurality of parameter adjustment candidates, and presents the parameter adjustment candidates that are evaluated to have higher validity to the user. This is different from the first embodiment. Hereinafter, the difference will be mainly described.
 図3は、本発明の第2の実施形態に係る情報処理装置300の機能的な構成を例示するブロック図である。なお、情報処理装置300の具体的なハードウェア構成は、第1の実施形態と同様としてよい。 FIG. 3 is a block diagram illustrating a functional configuration of the information processing apparatus 300 according to the second embodiment of the present invention. Note that the specific hardware configuration of the information processing apparatus 300 may be the same as that of the first embodiment.
 図3に示す妥当性評価部303は、複数のパラメータの調整候補に対して、前記性能予測モデルの妥当性を評価する。 The validity evaluation unit 303 shown in FIG. 3 evaluates the validity of the performance prediction model for a plurality of parameter adjustment candidates.
 ここで、上記複数のパラメータの調整候補について、図4に例示した具体例を用いて説明する。図4は、待ち行列を用いて性能予測対象システムをモデル化した、性能予測モデルの具体例である。図4におけるD1、D2は待ち行列の処理時間(Demand)を表すパラメータである。 Here, the plurality of parameter adjustment candidates will be described using the specific example illustrated in FIG. FIG. 4 is a specific example of a performance prediction model in which a performance prediction target system is modeled using a queue. D1 and D2 in FIG. 4 are parameters representing the processing time (Demand) of the queue.
 本実施形態におけるモデル調整部102は、例えば、図4に例示する性能予測モデルからの予測出力に対する第1の統計量と、性能予測対象システムの実際の出力に対する第1の統計量と差分が小さくなるように、パラメータD1、D2を調整する。この場合、(1)D2を変化させずに、D1を調整する方法と、(2)D1を変化させずに、D2を調整する方法と、(3)D1、D2を共に調整する方法とが、調整方法の候補となりえる。 For example, the model adjustment unit 102 in the present embodiment has a small difference between the first statistic for the predicted output from the performance prediction model illustrated in FIG. 4 and the first statistic for the actual output of the performance prediction target system. The parameters D1 and D2 are adjusted so that In this case, there are (1) a method for adjusting D1 without changing D2, (2) a method for adjusting D2 without changing D1, and (3) a method for adjusting both D1 and D2. Can be a candidate for adjustment method.
 妥当性評価部303は、これらの候補に対して、調整後の性能予測モデルの妥当性をそれぞれ評価する。 The validity evaluation unit 303 evaluates the validity of the adjusted performance prediction model for each of these candidates.
 妥当性評価部303は、適宜適切な方法を用いて、上記複数のパラメータの調整候補に対する、上記性能予測モデルの妥当性を評価してよい。例えば、妥当性評価部303は、妥当性評価のための特定の基準を設け、係る基準に基づいて上記性能予測モデルの妥当性を評価してよい。 The validity evaluation unit 303 may evaluate the validity of the performance prediction model with respect to the plurality of parameter adjustment candidates using an appropriate method as appropriate. For example, the validity evaluation unit 303 may set a specific criterion for validity evaluation and evaluate the validity of the performance prediction model based on the criterion.
 より具体的には、妥当性評価部303は、例えば、以下のような基準により、上記性能予測モデルの妥当性を評価してよい。即ち、妥当性評価部303は、特定のパラメータの調整候補(以下、第1のパラメータ候補と称する)を調整した場合の、上記性能予測部101が算出した予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量とを求める。妥当性評価部303は、更に、他のパラメータ調整候補(以下、第2のパラメータ候補と称する)を調整した場合の、上記性能予測部101が算出した予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量とを求める。 More specifically, the validity evaluation unit 303 may evaluate the validity of the performance prediction model based on the following criteria, for example. That is, the validity evaluation unit 303 adjusts a specific parameter adjustment candidate (hereinafter referred to as a first parameter candidate), a second statistic for the predicted output calculated by the performance prediction unit 101, and A second statistic for the actual output of the performance prediction target system is obtained. The validity evaluation unit 303 further adjusts another parameter adjustment candidate (hereinafter referred to as a second parameter candidate), the second statistic for the predicted output calculated by the performance prediction unit 101, and the performance. A second statistic for the actual output of the prediction target system is obtained.
 妥当性評価部303は、上記第1のパラメータ候補について算出した、予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量の差分(以下第1の差分と称する)を算出する。また、妥当性評価部303は、上記第2のパラメータ候補について算出した、予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量の差分(以下第2の差分と称する)を算出する。 The validity evaluation unit 303 calculates the difference between the second statistic for the predicted output calculated for the first parameter candidate and the second statistic for the actual output of the performance prediction target system (hereinafter referred to as the first difference). Calculated). Further, the validity evaluation unit 303 calculates the difference between the second statistic calculated for the second parameter candidate for the predicted output and the second statistic for the actual output of the performance prediction target system (hereinafter referred to as the second statistic). (Referred to as the difference).
 妥当性評価部303は、上記第1の差分と、上記第2の差分とを比較し、係る差分が小さい方を、より妥当なパラメータ調整候補として評価してもよい。なお、妥当性評価部303は、係る差分を、第2の統計量に応じて適切に算出してよい。例えば第2の統計量が出力の平均値であれば、妥当性評価部303は、かかる平均値の差分を算出すればよい。また、第2の統計量が出力に対するなんらかの分布(度数分布等)であれば、妥当性評価部303は、係る分布間の距離を差分として算出してもよい。 The validity evaluation unit 303 may compare the first difference with the second difference, and may evaluate the smaller difference as a more appropriate parameter adjustment candidate. Note that the validity evaluation unit 303 may appropriately calculate the difference according to the second statistic. For example, if the second statistic is an average value of the output, the validity evaluation unit 303 may calculate a difference between the average values. If the second statistic is any distribution (frequency distribution or the like) with respect to the output, the validity evaluation unit 303 may calculate the distance between the distributions as a difference.
 なお、妥当性の評価方法は上記に限定されない。妥当性評価部303は、上記性能予測部101が算出した予測出力に対する第2の統計量と、性能予測対象システムの実際の出力に対する第2の統計量とに基づいて判定可能な、任意の基準を採用してよい。 Note that the validity evaluation method is not limited to the above. The validity evaluation unit 303 is an arbitrary criterion that can be determined based on the second statistic for the predicted output calculated by the performance prediction unit 101 and the second statistic for the actual output of the performance prediction target system. May be adopted.
 また、妥当性評価部303は、上記パラメータ調整候補に対する妥当性の評価結果を、提示部304に通知してもよい。 Further, the validity evaluation unit 303 may notify the presentation unit 304 of the validity evaluation result for the parameter adjustment candidate.
 提示部304は、上記妥当性評価部303によって妥当性がより高いと評価されたパラメータの調整候補を、図示しないユーザ等に提示する。本実施形態において、提示部304は、適宜適切な方法により、係るパラメータの調整候補をユーザに提示してよい。提示部304は、例えば、図示しない画面等の表示装置により、係るパラメータの調整候補を提示してもよい。提示部304は、また、情報処理装置300と通信可能に接続された外部の任意の情報処理装置等に対して係るパラメータの調整候補を送信することにより、当該外部の情報処理装置を介して係るパラメータの調整候補を提示してもよい。 The presenting unit 304 presents the parameter adjustment candidates evaluated by the validity evaluation unit 303 as having higher validity to a user or the like (not shown). In the present embodiment, the presentation unit 304 may present the parameter adjustment candidates to the user by an appropriate method as appropriate. The presentation unit 304 may present the parameter adjustment candidates using a display device such as a screen (not shown). The presenting unit 304 transmits the parameter adjustment candidate to any external information processing apparatus or the like that is communicably connected to the information processing apparatus 300, thereby performing the related via the external information processing apparatus. Parameter adjustment candidates may be presented.
 以下、図5A、及び、図5Bを参照して、上記妥当性評価部303による評価結果の提示について、具体例を用いて説明する。 Hereinafter, with reference to FIG. 5A and FIG. 5B, presentation of the evaluation result by the validity evaluation unit 303 will be described using a specific example.
 図5A、及び、図5Bは、上記性能予測モデルとして図4に例示する待ち行列モデルを採用した場合の、出力と上記第2の統計量との間の関係を例示する図である。図5A及び図5Bに例示する具体例においては、当該性能予測モデルに対する入力が「単位時間内に処理すべきリクエスト数」であり、出力が「各リクエストに対するTAT(Turn Around Time)」である。 5A and 5B are diagrams illustrating the relationship between the output and the second statistic when the queuing model illustrated in FIG. 4 is adopted as the performance prediction model. In the specific examples illustrated in FIGS. 5A and 5B, the input to the performance prediction model is “the number of requests to be processed within a unit time”, and the output is “TAT (Turn Around Time) for each request”.
 また、図5A、及び、図5Bに例示する具体例においては、上記出力に対する上記第1の統計量として、平均値が採用される。また、上記第2の統計量として度数分布が採用される。即ち、性能予測モデルからの出力に対する第1の統計量は、上記TATの平均値であり、第2の統計量は、上記TATの度数分布である。 In the specific examples illustrated in FIGS. 5A and 5B, an average value is employed as the first statistic for the output. Further, a frequency distribution is adopted as the second statistic. That is, the first statistic with respect to the output from the performance prediction model is the average value of the TAT, and the second statistic is the frequency distribution of the TAT.
 図5A、及び、図5Bのグラフにおける横軸は上記出力(各リクエストに対するTAT)である。それぞれのグラフにおける各プロットは、特定のTAT区間(例えば、0秒以上0.002秒未満等)の代表点である。係る代表点をどのように選定するかは任意であり、例えば、上記TAT区間の中央値でもよく、上限値または下限値でもよい。また、上記TAT区間をどのように区切るかも、任意に定めてよい。 5A and 5B, the horizontal axis represents the output (TAT for each request). Each plot in each graph is a representative point of a specific TAT interval (for example, 0 seconds or more and less than 0.002 seconds). How to select such a representative point is arbitrary, and may be, for example, the median value of the TAT interval, or an upper limit value or a lower limit value. Also, how to divide the TAT section may be arbitrarily determined.
 図5A、及び、図5Bのグラフにおける縦軸は、上記出力に対する第2の統計量(TATの度数分布)である。より具体的には、当該グラフ上のプロットは、上記特定のTAT区間に含まれるリクエストの数を、総リクエスト数により正規化した数値である。 5A and 5B, the vertical axis represents the second statistic (TAT frequency distribution) with respect to the output. More specifically, the plot on the graph is a numerical value obtained by normalizing the number of requests included in the specific TAT section by the total number of requests.
 図5A、及び、図5Bにおいては、性能予測対象システムからの実際の出力と、パラメータ調整後の上記性能予測モデル(図4に例示した待ち行列モデル)からの予測出力とについて、第2の統計量であるそれぞれの度数分布が比較可能に図示されている。 5A and 5B, the second statistic is used for the actual output from the performance prediction target system and the predicted output from the performance prediction model (the queue model illustrated in FIG. 4) after parameter adjustment. Each frequency distribution which is a quantity is shown to be comparable.
 図5A、及び、図5Bに例示する具体例において、上記性能予測モデルのパラメータは、係る性能予測モデルの出力に対する第1の統計量と、性能予測対象システムの実際の出力に対する第1の統計量との差分が小さくなるように調整される。性能予測モデルの出力に対する第1の統計量、及び、予測対象システムの実際の出力に対する第1の統計量は、それぞれTATの平均値である。 In the specific examples illustrated in FIGS. 5A and 5B, the parameters of the performance prediction model include the first statistic for the output of the performance prediction model and the first statistic for the actual output of the performance prediction target system. It is adjusted so that the difference between and becomes smaller. The first statistic with respect to the output of the performance prediction model and the first statistic with respect to the actual output of the prediction target system are average values of TAT, respectively.
 より具体的には、本実施形態におけるモデル調整部102は、図5A、及び、図5Bに例示する具体例について、それぞれ、性能予測モデルの出力に対する第1の統計量が、性能予測対象システムの実際の出力に対する第1の統計量に近づくように、上記性能予測モデルのパラメータを調整する。なお、図5A、及び、図5Bに例示した具体例においては、係るTATの平均値は0.005秒である。 More specifically, the model adjustment unit 102 according to the present embodiment, for each of the specific examples illustrated in FIGS. 5A and 5B, the first statistic for the output of the performance prediction model is the performance prediction target system. The parameters of the performance prediction model are adjusted so as to approach the first statistic for the actual output. In the specific examples illustrated in FIGS. 5A and 5B, the average value of the TAT is 0.005 seconds.
 ここで、図5Aは、上記(1)D2を変化させずに、D1を調整する方法を採用した場合の第2の統計量を比較した結果である。また、図5Bは、(2)D1を変化させずに、D2を調整する方法を採用した場合の、第2の統計量を比較した結果である。 Here, FIG. 5A is a result of comparing the second statistics when the method of adjusting D1 without changing (1) D2 is adopted. FIG. 5B shows the result of comparing the second statistics when (2) the method of adjusting D2 without changing D1 is employed.
 これらの図から明らかなように、図5Aに例示するグラフにおいては、性能予測対象システムの実際の出力に対する第2の統計量(上記TATの度数分布)と、性能予測モデルの予測出力に対する第2の統計量とが、極めて類似した分布となっている。しかしながら、図5Bに例示するグラフにおいては、上記した性能予測対象システムの実際の出力に対する第2の統計量と、性能予測モデルの予測出力に対する第2の統計量との間に、比較的大きな誤差がある。 As is clear from these figures, in the graph illustrated in FIG. 5A, the second statistic (the TAT frequency distribution) with respect to the actual output of the performance prediction target system and the second with respect to the predicted output of the performance prediction model. Are very similar distributions. However, in the graph illustrated in FIG. 5B, a relatively large error is present between the second statistic for the actual output of the performance prediction target system and the second statistic for the predicted output of the performance prediction model. There is.
 これより、妥当性評価部303は、上記(1)の方法を採用して調整した上記性能予測モデルの方が、上記(2)の方法を採用して調整した上記性能予測モデルよりも、妥当性が高いと判定可能である。 Accordingly, the validity evaluation unit 303 is more appropriate for the performance prediction model adjusted by adopting the method (1) than for the performance prediction model adjusted by adopting the method (2). It can be determined that the property is high.
 以上より、上記提示部304は、図示しないユーザに対して、図5Aの場合の調整パラメータを、妥当性がより高いものとして提示可能である。なお、上記提示部304は、上記複数のパラメータの調整候補とともに、各パラメータの調整候補を調整した場合の、上記第2の統計量の差分を提示してもよい。また、提示部304は、図5A、及び、図5Bのようなグラフを提示してもよい。 As described above, the presenting unit 304 can present the adjustment parameter in the case of FIG. 5A with higher validity to a user (not shown). The presenting unit 304 may present the difference between the second statistics when the adjustment candidates for each parameter are adjusted together with the adjustment candidates for the plurality of parameters. Moreover, the presentation unit 304 may present a graph as illustrated in FIGS. 5A and 5B.
 次に、上記のように構成された本実施形態における情報処理装置300の動作について、図6に例示するフローチャートを参照して説明する。なお、図6に例示するフローチャートにおいて、第1の実施形態の図2と同様のステップには同じ参照番号が付されており、これらのステップについては、第1の実施形態と同様の処理を行うため、説明は省略する。 Next, the operation of the information processing apparatus 300 in the present embodiment configured as described above will be described with reference to the flowchart illustrated in FIG. In the flowchart illustrated in FIG. 6, steps similar to those in FIG. 2 of the first embodiment are denoted by the same reference numerals, and for these steps, processing similar to that in the first embodiment is performed. Therefore, explanation is omitted.
 まずステップS201乃至S205の処理は、上記第1の実施形態と同様としてよい。なお、ステップS201乃至ステップS205において、調整するパラメータ候補は、1つでもよく、複数でもよい。 First, the processes in steps S201 to S205 may be the same as those in the first embodiment. In step S201 to step S205, one or more parameter candidates may be adjusted.
 次に、ステップS601において、モデル調整部102は、まだ調整が行われていないパラメータの調整候補があるか判定する。未調整のパラメータ調整候補がある場合(ステップS602においてYES)、性能予測部101がステップS201から処理を続行する。そして、この場合、モデル調整部102が必要に応じて当該パラメータ調整候補を調整し、妥当性評価部303が調整後の性能予測モデルの妥当性を評価する(ステップS201乃至ステップS204)。 Next, in step S601, the model adjustment unit 102 determines whether there is a parameter adjustment candidate that has not been adjusted yet. If there is an unadjusted parameter adjustment candidate (YES in step S602), the performance prediction unit 101 continues processing from step S201. In this case, the model adjustment unit 102 adjusts the parameter adjustment candidates as necessary, and the validity evaluation unit 303 evaluates the validity of the adjusted performance prediction model (steps S201 to S204).
 すべてのパラメータの調整候補について調整が行われた場合(ステップS602においてNO)、提示部304は、ステップS603の処理を実行する。 When adjustment is performed for all parameter adjustment candidates (NO in step S602), the presentation unit 304 executes the process of step S603.
 ステップS603において、提示部304は、妥当性評価部303によって、特定の基準に基づいて妥当性がより高いと評価されたパラメータの調整候補をユーザに提示する。 In step S603, the presentation unit 304 presents the parameter adjustment candidates evaluated by the validity evaluation unit 303 as having higher validity based on a specific standard to the user.
 上記説明した本実施形態に係る情報処理装置300は、上記第1の実施形態と同様、性能予測対象システムの実際の出力に対する第1の統計量と、性能予測モデルの予測出力に対する第1の統計量とに基づいて性能予測モデルを調整する。また、上記説明した本実施形態に係る情報処理装置300は、性能予測対象システムの実際の出力に対する第2の統計量と、性能予測モデルの予測出力に対する第2の統計量を用いて、調整後の性能予測モデルの妥当性を評価する。よって、本実施形態における情報処理装置300は、上記第1の実施形態と同様の効果を奏する。 As in the first embodiment, the information processing apparatus 300 according to the present embodiment described above includes the first statistic for the actual output of the performance prediction target system and the first statistic for the predicted output of the performance prediction model. Adjust the performance prediction model based on the quantity. Further, the information processing apparatus 300 according to the present embodiment described above is adjusted using the second statistic for the actual output of the performance prediction target system and the second statistic for the prediction output of the performance prediction model. The validity of the performance prediction model is evaluated. Therefore, the information processing apparatus 300 according to the present embodiment has the same effects as those of the first embodiment.
 また、上述したように、本実施形態における情報処理装置300は、複数のパラメータの調整候補に対して、性能予測モデルの妥当性を評価し、妥当性がより高いと評価されたパラメータの調整候補をユーザに提示することが可能である。 Further, as described above, the information processing apparatus 300 according to the present embodiment evaluates the validity of the performance prediction model with respect to a plurality of parameter adjustment candidates, and the parameter adjustment candidates evaluated as having higher validity. Can be presented to the user.
 性能予測対象システムを模式化した性能予測モデルは、システムの各部分に相当する複数のモジュールによって構成される場合があり、この場合、どのモジュールのパラメータを修正するのが妥当か判定する必要がある。本実施形態によれば、各モジュールのパラメータを調整した場合のそれぞれの妥当性を比較することができ、どのモジュールのパラメータを修正するのが最も妥当かを判定可能である。 The performance prediction model that models the performance prediction target system may be composed of a plurality of modules corresponding to each part of the system, and in this case, it is necessary to determine which module parameter is appropriate to be corrected. . According to the present embodiment, it is possible to compare the validity of each module when the parameters are adjusted, and to determine which module's parameter is most appropriate to be modified.
 なお、上記した本実施形態におけるモデル調整部102は、上記パラメータの調整候補を情報処理装置300が有する記憶部(後述する図8における符号802等)から取得してもよい。また、モデル調整部102は、上記パラメータの調整候補を情報処理装置300の外部装置から取得してもよい。また、本実施形態におけるモデル調整部102あるいは妥当性評価部303が、上記性能予測モデルの有する調整パラメータに基づいて、上記パラメータの調整候補を逐次生成してもよい。 Note that the model adjustment unit 102 in the above-described embodiment may acquire the parameter adjustment candidates from a storage unit (such as reference numeral 802 in FIG. 8 described later) included in the information processing apparatus 300. The model adjustment unit 102 may acquire the parameter adjustment candidates from an external device of the information processing apparatus 300. In addition, the model adjustment unit 102 or the validity evaluation unit 303 in this embodiment may sequentially generate adjustment candidates for the parameters based on the adjustment parameters of the performance prediction model.
 <第3の実施形態>
 次に、上述した各実施形態に共通する構成について、本発明の第3の実施形態として、図7を参照して説明する。図7は、本発明の第3の実施形態における性能予測装置の機能的な構成を例示するブロック図である。
<Third Embodiment>
Next, a configuration common to the above-described embodiments will be described as a third embodiment of the present invention with reference to FIG. FIG. 7 is a block diagram illustrating a functional configuration of a performance prediction apparatus according to the third embodiment of the present invention.
 図7に例示するように、本実施形態における性能予測装置としての情報処理装置700は、性能予測部701と、モデル調整部702と、妥当性評価部703と、を有する。 As illustrated in FIG. 7, the information processing apparatus 700 as a performance prediction apparatus in the present embodiment includes a performance prediction unit 701, a model adjustment unit 702, and a validity evaluation unit 703.
 本実施形態において、上記の性能予測部701と、モデル調整部702と、妥当性評価部703との間はそれぞれ通信可能に接続されていてもよい。 In the present embodiment, the performance prediction unit 701, the model adjustment unit 702, and the validity evaluation unit 703 may be connected so as to be able to communicate with each other.
 性能予測部701は、性能予測の対象であるシステムを模式化した性能予測モデルを用いて、上記システムへの入力に対する予測出力を算出する。 The performance prediction unit 701 calculates a predicted output with respect to an input to the system, using a performance prediction model that schematically illustrates a system that is a target of performance prediction.
 モデル調整部702は、上記性能予測部701により算出された、上記性能予測モデルからの予測出力に対する第1の統計量と、上記システムの実際の出力に対する第1の統計量とに基づいて、上記システムの性能予測モデルのパラメータを調整する。 The model adjustment unit 702 is based on the first statistic for the predicted output from the performance prediction model calculated by the performance prediction unit 701 and the first statistic for the actual output of the system. Adjust the parameters of the system performance prediction model.
 妥当性評価部703は、上記モデル調整部702によるパラメータ調整後の上記性能予測モデルを用いて算出した予測出力に対する第2の統計量と、上記システムの実際の出力に対する第2の統計量とに基づいて、上記性能予測モデルの妥当性を評価する。 The validity evaluation unit 703 includes a second statistic for the predicted output calculated using the performance prediction model after parameter adjustment by the model adjustment unit 702 and a second statistic for the actual output of the system. Based on this, the validity of the performance prediction model is evaluated.
 上記説明した本実施形態による情報処理装置700は、性能予測対象システムの入力に対して、上記性能予測モデルが予測する予測出力を算出する。そして、本実施形態による情報処理装置700は、性能予測対象システムの実際の出力に対する第1の統計量と、予測出力に対する第1の統計量との差が小さくなるように、当該性能予測モデルを調整する。そして、本実施形態による情報処理装置700は、性能予測対象システムの実際の出力に対する第2の統計量と、予測出力に対する第2の統計量とを用いて、調整後の性能予測モデルの妥当性を評価する。 The information processing apparatus 700 according to the present embodiment described above calculates a predicted output predicted by the performance prediction model with respect to an input of the performance prediction target system. Then, the information processing apparatus 700 according to the present embodiment uses the performance prediction model so that the difference between the first statistic for the actual output of the performance prediction target system and the first statistic for the predicted output becomes small. adjust. Then, the information processing apparatus 700 according to the present embodiment uses the second statistic for the actual output of the performance prediction target system and the second statistic for the predicted output to determine the validity of the adjusted performance prediction model. To evaluate.
 すなわち、本実施形態によれば、性能予測対象システムの実際の振る舞いを用いて調整された性能予測モデルの妥当性を、性能予測対象システムの実際の振る舞いを用いることによって評価することができる。 That is, according to the present embodiment, the validity of the performance prediction model adjusted using the actual behavior of the performance prediction target system can be evaluated by using the actual behavior of the performance prediction target system.
 <ハードウェア及びソフトウェア・プログラム(コンピュータ・プログラム)の構成>
 以下、上記説明した各実施形態を実現可能なハードウェア構成について説明する。
<Configuration of hardware and software program (computer program)>
Hereinafter, a hardware configuration capable of realizing each of the above-described embodiments will be described.
 上記各実施形態において説明した性能予測装置である情報処理装置(図1における符号100、図3における符号300、図7における符号700)は、それぞれの機能を実現する専用のハードウェア装置により構成してもよい。その場合、図1、図3、及び図7に示した各部は、一部または全部を統合したハードウェア(処理ロジックを実装した集積回路等)として実現してもよい。以下、図1における符号100、図3における符号300、図7における符号700を総称して単に性能予測装置と称する場合がある。 The information processing apparatus (reference numeral 100 in FIG. 1, reference numeral 300 in FIG. 3, reference numeral 700 in FIG. 7), which is the performance prediction apparatus described in each of the above embodiments, is configured by a dedicated hardware device that realizes each function. May be. In that case, each of the units shown in FIGS. 1, 3, and 7 may be realized as hardware (an integrated circuit or the like on which processing logic is mounted) that is partially or fully integrated. Hereinafter, the reference numeral 100 in FIG. 1, the reference numeral 300 in FIG. 3, and the reference numeral 700 in FIG. 7 may be collectively referred to simply as a performance prediction apparatus.
 また、上述した性能予測装置は、図8に例示するようなハードウェアと、係るハードウェアによって実行される各種ソフトウェア・プログラム(コンピュータ・プログラム)とによって構成してもよい。 Further, the above-described performance prediction apparatus may be configured by hardware as illustrated in FIG. 8 and various software programs (computer programs) executed by the hardware.
 図8における演算装置801は、汎用のCPU(Central Processing Unit)やマイクロプロセッサ等の演算処理装置である。演算装置801は、例えば後述する不揮発性記憶装置803に記憶された各種ソフトウェア・プログラムを記憶装置802に読み出し、係るソフトウェア・プログラムに従って処理を実行してもよい。 The arithmetic device 801 in FIG. 8 is an arithmetic processing device such as a general-purpose CPU (Central Processing Unit) or a microprocessor. The arithmetic device 801 may read various software programs stored in a non-volatile storage device 803, which will be described later, into the storage device 802, and execute processing according to the software programs.
 記憶装置802は、演算装置801から参照可能な、RAM(Random Access Memory)等のメモリ装置であり、ソフトウェア・プログラムや各種データ等を記憶する。なお、記憶装置802は、揮発性のメモリ装置であってもよい。 The storage device 802 is a memory device such as a RAM (Random Access Memory) that can be referred to from the arithmetic device 801, and stores software programs and various data. Note that the storage device 802 may be a volatile memory device.
 不揮発性記憶装置803は、例えば磁気ディスクドライブや、フラッシュメモリによる半導体記憶装置のような、不揮発性の記憶装置であり、各種ソフトウェア・プログラムやデータ等を記録してもよい。 The non-volatile storage device 803 is a non-volatile storage device such as a magnetic disk drive or a semiconductor memory device using a flash memory, and may record various software programs, data, and the like.
 ネットワークインタフェース806は、通信ネットワークに接続するインタフェース装置であり、例えば有線及び無線のLAN(Local Area Network)接続用インタフェース装置等を採用してもよい。 The network interface 806 is an interface device connected to a communication network, and for example, a wired and wireless LAN (Local Area Network) connection interface device or the like may be employed.
 例えば、上記各実施形態における性能予測装置に対して、各種入力データを入力(送信する)独立した入力装置等を設ける場合、係る入力装置と、当該性能予測装置との間を任意の通信ネットワークにより通信可能に接続してもよい。なお、係る入力データは、例えば、性能予測モデルの情報、性能予測対象システムに対する入力、あるいは、性能予測対象システムからの出力に対する第1及び第2の統計量に関する情報等であってもよい。この場合、性能予測装置は、上記ネットワークインタフェース806を介して係る通信ネットワークと接続されてもよい。 For example, when providing an independent input device or the like for inputting (transmitting) various input data to the performance prediction device in each of the above embodiments, an arbitrary communication network is used between the input device and the performance prediction device. You may connect so that communication is possible. The input data may be, for example, information on the performance prediction model, input to the performance prediction target system, or information on the first and second statistics for the output from the performance prediction target system. In this case, the performance prediction apparatus may be connected to the communication network via the network interface 806.
 また、当該性能予測装置が、性能予測対象システムから入出力データを直接取得するように構成する場合、当該性能予測装置と性能予測対象システムとの間が任意の通信ネットワークにより通信可能に接続されてもよい。この場合、当該性能予測装置が、上記ネットワークインタフェース806を介して係る通信ネットワークに接続されてもよい。 In addition, when the performance prediction device is configured to directly acquire input / output data from the performance prediction target system, the performance prediction device and the performance prediction target system are communicatively connected via an arbitrary communication network. Also good. In this case, the performance prediction apparatus may be connected to the communication network via the network interface 806.
 外部記憶装置804は、例えば、後述する記憶媒体805に対するデータの読み込みや書き込みを処理する装置である。 The external storage device 804 is a device that processes reading and writing of data with respect to a storage medium 805 described later, for example.
 記憶媒体805は、例えば光ディスク、光磁気ディスク、半導体フラッシュメモリ等、データを記録可能な任意の記録媒体である。 The storage medium 805 is an arbitrary recording medium capable of recording data, such as an optical disk, a magneto-optical disk, and a semiconductor flash memory.
 入出力インタフェース807は、外部入力装置(例えばキーボードやマウス等)及び外部出力装置(例えばディスプレイ装置やプリンタ等)との間の入出力を制御する装置である。 The input / output interface 807 is a device that controls input / output between an external input device (such as a keyboard and a mouse) and an external output device (such as a display device and a printer).
 なお、上記各実施形態においては、上記各性能予測装置に対する各種入力データが記録された上記記憶媒体805が外部記憶装置804に読み込まれることにより、各種入力データが上記各性能予測装置に入力されてもよい。また、図示しないユーザが、上記入出力インタフェース807に接続された入出力装置を用いて、上記各種入力データを入力してもよい。 In each of the above embodiments, the storage medium 805 on which various input data for the performance prediction devices are recorded is read into the external storage device 804, whereby various input data is input to the performance prediction devices. Also good. A user (not shown) may input the various input data using an input / output device connected to the input / output interface 807.
 上述した各実施形態を例に説明した本発明は、例えば、図8に例示したハードウェアを用いて以下のように実現されてもよい。即ち、図8に例示したハードウェアを用いて構成した性能予測装置に対して、各実施形態の説明において参照したフローチャートの機能を実現可能なソフトウェア・プログラムが供給される。その後、そのソフトウェア・プログラムを、演算装置801が実行する。 The present invention described using the above-described embodiments as an example may be realized as follows using, for example, the hardware illustrated in FIG. That is, a software program capable of realizing the function of the flowchart referred to in the description of each embodiment is supplied to the performance prediction apparatus configured using the hardware illustrated in FIG. Thereafter, the arithmetic device 801 executes the software program.
 上述した各実施形態において、図1、図3、及び、図7に示した各部は、上述したハードウェアにより実行されるソフトウェア・プログラムの機能(処理)単位である、ソフトウェアモジュールとして実現することができる。但し、これらの図面に示した各ソフトウェアモジュールの区分けは、説明の便宜上の構成であり、実装に際しては、様々な構成が想定され得る。 In each of the above-described embodiments, each unit illustrated in FIGS. 1, 3, and 7 can be realized as a software module that is a function (processing) unit of a software program executed by the above-described hardware. it can. However, the division of each software module shown in these drawings is a configuration for convenience of explanation, and various configurations can be assumed for implementation.
 例えば、図1、図3、及び、図7に示した各部をソフトウェアモジュールとして実現する場合、これらのソフトウェアモジュールを不揮発性記憶装置803に記憶しておいてもよい。そして、演算装置801がそれぞれの処理を実行する際に、これらのソフトウェアモジュールを記憶装置802に読み出すよう構成してもよい。 For example, when the units illustrated in FIGS. 1, 3, and 7 are realized as software modules, these software modules may be stored in the nonvolatile storage device 803. And when the arithmetic unit 801 performs each process, you may comprise so that these software modules may be read to the memory | storage device 802. FIG.
 また、これらのソフトウェアモジュール間は、共有メモリやプロセス間通信等の適宜の方法により、相互に各種データを伝達できるように構成されてもよい。このような構成により、これらのソフトウェアモジュール間は、相互に通信可能に接続可能である。 Further, these software modules may be configured to be able to transmit various data to each other by an appropriate method such as shared memory or inter-process communication. With such a configuration, these software modules can be connected so as to communicate with each other.
 更に、上記各ソフトウェア・プログラムは、記憶媒体805に記録されてもよい。そして、上記通信装置等の出荷段階、あるいは運用段階等において、記憶媒体805に記録された当該ソフトウェア・プログラムが適宜外部記憶装置804を通じて読み出され、不揮発性メモリ803に格納されるよう構成されてもよい。 Further, each software program may be recorded in the storage medium 805. The software program recorded in the storage medium 805 is appropriately read out through the external storage device 804 and stored in the non-volatile memory 803 at the shipping stage or operation stage of the communication device or the like. Also good.
 例えば、図1、図3、及び、図7を参照して、性能予測部(符号101、符号301、符号701)をソフトウェア・プログラムにより実現する場合が考えられる。この場合、係る性能予測部の機能を実現したソフトウェア・プログラムが記憶装置802に読み込まれ、演算装置801が、係るソフトウェア・プログラムを実行するよう制御してもよい。 For example, referring to FIG. 1, FIG. 3, and FIG. 7, a case where the performance prediction unit (reference numeral 101, reference numeral 301, reference numeral 701) is realized by a software program can be considered. In this case, a software program that realizes the function of the performance prediction unit may be read into the storage device 802, and the arithmetic device 801 may be controlled to execute the software program.
 また、例えば、係る性能予測部の機能を実現したソフトウェア・プログラムが、任意の外部の装置から上記各種入力データを受信する場合が考えられる。この場合、上記演算装置801は、例えば、外部装置との間で各種入力データの受信等が発生するたびに、ネットワークインタフェース806を制御して、係る各種入力データを受信してもよい。 Also, for example, a case where a software program that realizes the function of the performance prediction unit receives the above-described various input data from an arbitrary external device is conceivable. In this case, the arithmetic device 801 may receive the various input data by controlling the network interface 806 each time reception of various input data occurs with the external device, for example.
 上記性能予測部と同様に、モデル調整部(符号102、符号702)、妥当性評価部(符号103、符号303、符号703)、提示部(符号304)についてもソフトウェア・プログラムにより実現可能である。 Similar to the performance prediction unit, the model adjustment unit (reference numeral 102, reference numeral 702), validity evaluation part (reference numeral 103, reference numeral 303, reference numeral 703), and presentation part (reference numeral 304) can also be realized by a software program. .
 また、例えば、提示部304の機能を実現したソフトウェア・プログラムがパラメータの調整候補を提示する場合が考えられる。この場合、上記演算装置801は、例えば、上記入出力インタフェース807を制御して、係るパラメータの調整候補を上記入出力インタフェース807に接続された外部装置(画面装置等)に出力してもよい。 Also, for example, a case where a software program that implements the function of the presentation unit 304 presents parameter adjustment candidates is conceivable. In this case, for example, the arithmetic device 801 may control the input / output interface 807 and output the parameter adjustment candidates to an external device (screen device or the like) connected to the input / output interface 807.
 また、上記性能予測装置の構成要素をソフトウェア・プログラムとして実現する場合、上記各実施形態において説明した、性能予測モデル、入出力データ、第1及び第2の統計量等は、適宜適切なデータ構造等を用いて、記憶装置802、あるいは、不揮発性記憶装置803に記憶されてもよい。 Further, when the constituent elements of the performance prediction apparatus are realized as a software program, the performance prediction model, input / output data, first and second statistics, etc. described in each of the above embodiments have an appropriate data structure as appropriate. Or the like, may be stored in the storage device 802 or the nonvolatile storage device 803.
 なお、上記の場合において、上記性能予測装置への各種ソフトウェア・プログラムの供給方法は、出荷前の製造段階、あるいは出荷後のメンテナンス段階等において、適当な治具を利用して当該装置内にインストールする方法を採用可能である。また、係る供給方法は、インターネット等の通信回線を介して外部よりダウンロードする方法等のように、現在では一般的な手順を採用可能である。そして、このような場合において、本発明は、係るソフトウェア・プログラムを構成するコード、あるいは係るコードが記録されたところの、コンピュータ読み取り可能な記憶媒体によって構成されると捉えることができる。 In the above case, the supply method of various software programs to the performance prediction apparatus is installed in the apparatus using an appropriate jig in the manufacturing stage before shipment or the maintenance stage after shipment. Can be adopted. In addition, as the supply method, a general procedure can be adopted at present, such as a method of downloading from the outside via a communication line such as the Internet. In such a case, the present invention can be understood to be constituted by a code constituting the software program or a computer-readable storage medium in which the code is recorded.
 以上、本発明を、上述した模範的な実施形態に適用した例として説明した。しかしながら、本発明の技術的範囲は、上述した各実施形態に記載した範囲には限定されない。当業者には、係る実施形態に対して多様な変更または改良を加えることが可能であることは明らかである。そのような場合、係る変更または改良を加えた新たな実施形態も、本発明の技術的範囲に含まれ得る。そしてこのことは、請求の範囲に記載した事項から明らかである。 The present invention has been described above as an example applied to the exemplary embodiment described above. However, the technical scope of the present invention is not limited to the scope described in the above embodiments. It will be apparent to those skilled in the art that various modifications and improvements can be made to such embodiments. In such a case, new embodiments to which such changes or improvements are added can also be included in the technical scope of the present invention. This is clear from the matters described in the claims.
 なお、上述した実施形態及びその変形例の一部または全部は、以下の付記のようにも記載され得る。しかしながら、上述した実施形態及びその変形例により例示的に説明した本発明は、以下には限られない。 Note that a part or all of the above-described embodiment and its modifications can be described as the following supplementary notes. However, the present invention described by way of example with the above-described embodiment and its modifications is not limited to the following.
  (付記1)
 性能予測の対象であるシステムを模式化した性能予測モデルを用いて、前記システムへの入力に対する予測出力を算出する性能予測手段と、
 前記算出した予測出力に対する第1の統計量と、前記システムの実際の出力に対する第1の統計量とに基づいて、前記性能予測モデルのパラメータを調整するモデル調整手段と、
 パラメータの調整後の前記性能予測モデルを用いて算出した予測出力に対する第2の統計量と、前記システムの実際の出力に対する第2の統計量とに基づいて、前記性能予測モデルの妥当性を評価する妥当性評価手段と、を備えることを特徴とする、性能予測装置。
(Appendix 1)
A performance prediction means for calculating a predicted output for an input to the system, using a performance prediction model schematically representing a system that is a target of performance prediction;
Model adjustment means for adjusting parameters of the performance prediction model based on a first statistic for the calculated predicted output and a first statistic for the actual output of the system;
The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated using the performance prediction model after adjusting the parameters and the second statistic for the actual output of the system. And a validity evaluation means for performing the performance prediction.
  (付記2)
 前記性能予測モデルのパラメータの調整候補をユーザに提示する提示手段を更に備え、
 前記妥当性評価手段は、複数の前記パラメータの調整候補に対して、特定の基準に基づいて前記性能予測モデルの妥当性を評価し、
 前記提示手段は、前記妥当性評価手段によって、前記特定の基準に基づいて妥当性が高いと評価されたパラメータの調整候補を、ユーザに提示することを特徴とする、付記1記載の性能予測装置。
(Appendix 2)
Further comprising a presentation means for presenting the parameter adjustment candidates of the performance prediction model to the user,
The validity evaluation means evaluates the validity of the performance prediction model based on a specific criterion for a plurality of parameter adjustment candidates,
The performance predicting apparatus according to appendix 1, wherein the presenting means presents to the user a parameter adjustment candidate that has been evaluated by the validity evaluating means to be highly valid based on the specific criterion. .
  (付記3)
 前記第1の統計量は、平均値、または、分散、または、度数分布であることを特徴とする、付記1または付記2に記載の性能予測装置。
(Appendix 3)
The performance prediction apparatus according to appendix 1 or appendix 2, wherein the first statistic is an average value, a variance, or a frequency distribution.
  (付記4)
 前記第2の統計量は、平均値、または、分散、または、度数分布であることを特徴とする、付記1乃至付記3のいずれかに記載の性能予測装置。
(Appendix 4)
The performance prediction apparatus according to any one of appendix 1 to appendix 3, wherein the second statistic is an average value, a variance, or a frequency distribution.
  (付記5)
 前記第1の統計量及び前記第2の統計量の少なくともいずれかは、複数の種類の統計量を含むことを特徴とする、付記1乃至付記4のいずれかに記載の性能予測装置。
(Appendix 5)
The performance prediction apparatus according to any one of appendix 1 to appendix 4, wherein at least one of the first statistic and the second statistic includes a plurality of types of statistic.
  (付記6)
 前記第2の統計量は、前記第1の統計量とは異なる種類の統計量であることを特徴とする、付記1乃至付記5のいずれかに記載の性能予測装置。
(Appendix 6)
The performance prediction device according to any one of appendix 1 to appendix 5, wherein the second statistic is a statistic of a different type from the first statistic.
  (付記7)
 前記モデル調整手段は、
  前記性能予測手段により算出された前記予測出力に対する第1の統計量と、前記システムの実際の出力に対する第1の統計量との差分が小さくなるように前記性能予測モデルのパラメータを調整することを特徴とする、付記1乃至付記6のいずれかに記載の性能予測装置。
(Appendix 7)
The model adjusting means includes
Adjusting the parameter of the performance prediction model so that the difference between the first statistic for the predicted output calculated by the performance prediction means and the first statistic for the actual output of the system is small. The performance prediction apparatus according to any one of appendix 1 to appendix 6, which is characterized.
  (付記8)
 前記妥当性評価手段は、
  前記予測出力に対する第2の統計量と前記システムの実際の出力に対する第2の統計量との差分の大きさを前記特定の基準に基づいて判定することにより、前記性能予測モデルの妥当性を評価することを特徴とする、付記2に記載の性能予測装置。
(Appendix 8)
The validity evaluation means includes:
Assessing the validity of the performance prediction model by determining the magnitude of the difference between the second statistic for the predicted output and the second statistic for the actual output of the system based on the specific criteria The performance predicting apparatus according to appendix 2, wherein:
  (付記9)
 情報処理装置が、
 性能予測の対象であるシステムを模式化した性能予測モデルを用いて、前記システムへの入力に対する予測出力を算出し、
 前記算出した予測出力に対する第1の統計量と、前記システムの実際の出力に対する第1の統計量とに基づいて、前記性能予測モデルのパラメータを調整し、
 パラメータの調整後の前記性能予測モデルを用いて算出した予測出力に対する第2の統計量と、前記システムの実際の出力に対する第2の統計量とに基づいて、前記性能予測モデルの妥当性を評価する、ことを特徴とする、性能予測方法。
(Appendix 9)
Information processing device
Using a performance prediction model that models the system that is the target of performance prediction, calculate the predicted output for the input to the system,
Adjusting the parameters of the performance prediction model based on the first statistic for the calculated predicted output and the first statistic for the actual output of the system;
The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated using the performance prediction model after adjusting the parameters and the second statistic for the actual output of the system. A performance prediction method characterized by:
  (付記10)
 性能予測の対象であるシステムを模式化した性能予測モデルを用いて、前記システムへの入力に対する予測出力を算出する処理と、
 前記算出した予測出力に対する第1の統計量と、前記システムの実際の出力に対する第1の統計量とに基づいて、前記性能予測モデルのパラメータを調整する処理と、
 パラメータの調整後の前記性能予測モデルを用いて算出した予測出力に対する第2の統計量と、前記システムの実際の出力に対する第2の統計量とに基づいて、前記性能予測モデルの妥当性を評価する処理と、をコンピュータに実行させることを特徴とする、コンピュータ・プログラム。
(Appendix 10)
A process for calculating a predicted output with respect to an input to the system using a performance prediction model that models a system that is a target of performance prediction;
Adjusting the parameters of the performance prediction model based on a first statistic for the calculated predicted output and a first statistic for the actual output of the system;
The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated using the performance prediction model after adjusting the parameters and the second statistic for the actual output of the system. A computer program that causes a computer to execute the processing.
  (付記11)
 前記妥当性評価手段は、
  複数の前記パラメータの調整候補のうち、第1のパラメータの調整候補を調整した前記性能評価モデルの出力に対する第2の統計量と、前記システムの実際の出力に対する第2の統計量との差分である、第1の差分と、
  前記第1のパラメータ調整候補とは異なる、第2のパラメータの調整候補を調整した前記性能評価モデルの出力に対する第2の統計量と、前記システムの実際の出力に対する第2の統計量との差分である、第2の差分と、を比較し、
 前記第1の差分と、前記第2の差分のうち、当該差分が小さくなる方のパラメータの調整候補について妥当性が高いと評価することを特徴とする、付記2記載の性能予測装置。
(Appendix 11)
The validity evaluation means includes:
Of the plurality of parameter adjustment candidates, the difference between the second statistic for the output of the performance evaluation model adjusted for the first parameter adjustment candidate and the second statistic for the actual output of the system A first difference,
The difference between the second statistic for the output of the performance evaluation model adjusted for the second parameter adjustment candidate and the second statistic for the actual output of the system, which is different from the first parameter adjustment candidate Is compared with the second difference,
3. The performance prediction apparatus according to appendix 2, wherein the parameter adjustment candidate with the smaller difference between the first difference and the second difference is evaluated as being highly valid.
 (付記12)
  前記モデル調整手段は、
  前記性能予測手段により算出された前記予測出力に対する第1の統計量と、前記システムの実際の出力に対する第1の統計量との差分が、所定の精度を表す判断基準に基づいて小さくなるように前記性能予測モデルのパラメータを調整することを特徴とする、付記1乃至付記6のいずれかに記載の性能予測装置。
(Appendix 12)
The model adjusting means includes
The difference between the first statistic for the predicted output calculated by the performance predicting means and the first statistic for the actual output of the system is reduced based on a determination criterion representing a predetermined accuracy. The performance prediction apparatus according to any one of appendix 1 to appendix 6, wherein a parameter of the performance prediction model is adjusted.
 以上、上述した実施形態を模範的な例として本発明を説明した。しかしながら、本発明は、上述した実施形態には限定されない。即ち、本発明は、本発明のスコープ内において、当業者が理解し得る様々な態様を適用することができる。 The present invention has been described above using the above-described embodiment as an exemplary example. However, the present invention is not limited to the above-described embodiment. That is, the present invention can apply various modes that can be understood by those skilled in the art within the scope of the present invention.
 この出願は、2013年12月4日に出願された日本出願特願2013-251406を基礎とする優先権を主張し、その開示の全てをここに取り込む。 This application claims priority based on Japanese Patent Application No. 2013-251406 filed on Dec. 4, 2013, the entire disclosure of which is incorporated herein.
 100 情報処理装置
 101 性能予測部
 102 モデル調整部
 103 妥当性評価部
 300 情報処理装置
 303 妥当性評価部
 304 提示部
 700 情報処理装置
 701 性能予測部
 702 モデル調整部
 703 妥当性評価部
 801 演算装置
 802 記憶装置
 803 不揮発性記憶装置
 804 外部記憶装置
 805 記憶媒体
 806 ネットワークインタフェース
 807 入出力インタフェース
DESCRIPTION OF SYMBOLS 100 Information processing apparatus 101 Performance prediction part 102 Model adjustment part 103 Validity evaluation part 300 Information processing apparatus 303 Validity evaluation part 304 Presentation part 700 Information processing apparatus 701 Performance prediction part 702 Model adjustment part 703 Validity evaluation part 801 Arithmetic apparatus 802 Storage device 803 Non-volatile storage device 804 External storage device 805 Storage medium 806 Network interface 807 Input / output interface

Claims (10)

  1.  性能予測の対象であるシステムを模式化した性能予測モデルを用いて、前記システムへの入力に対する予測出力を算出する性能予測手段と、
     前記算出した予測出力に対する第1の統計量と、前記システムの実際の出力に対する第1の統計量とに基づいて、前記性能予測モデルのパラメータを調整するモデル調整手段と、
     パラメータの調整後の前記性能予測モデルを用いて算出した予測出力に対する第2の統計量と、前記システムの実際の出力に対する第2の統計量とに基づいて、前記性能予測モデルの妥当性を評価する妥当性評価手段と、を備えることを特徴とする、性能予測装置。
    A performance prediction means for calculating a predicted output for an input to the system, using a performance prediction model schematically representing a system that is a target of performance prediction;
    Model adjustment means for adjusting parameters of the performance prediction model based on a first statistic for the calculated predicted output and a first statistic for the actual output of the system;
    The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated using the performance prediction model after adjusting the parameters and the second statistic for the actual output of the system. And a validity evaluation means for performing the performance prediction.
  2.  前記性能予測モデルのパラメータの調整候補をユーザに提示する提示手段を更に備え、
     前記妥当性評価手段は、複数の前記パラメータの調整候補に対して、特定の基準に基づいて前記性能予測モデルの妥当性を評価し、
     前記提示手段は、前記妥当性評価手段によって、前記特定の基準に基づいて妥当性が高いと評価されたパラメータの調整候補を、ユーザに提示することを特徴とする、請求項1記載の性能予測装置。
    Further comprising a presentation means for presenting the parameter adjustment candidates of the performance prediction model to the user,
    The validity evaluation means evaluates the validity of the performance prediction model based on a specific criterion for a plurality of parameter adjustment candidates,
    2. The performance prediction according to claim 1, wherein the presenting means presents to the user an adjustment candidate of a parameter evaluated by the validity evaluating means as being highly valid based on the specific criterion. apparatus.
  3.  前記第1の統計量は、平均値、または、分散、または、度数分布であることを特徴とする、請求項1または請求項2に記載の性能予測装置。 3. The performance prediction apparatus according to claim 1, wherein the first statistic is an average value, a variance, or a frequency distribution.
  4.  前記第2の統計量は、平均値、または、分散、または、度数分布であることを特徴とする、請求項1乃至請求項3のいずれかに記載の性能予測装置。 4. The performance prediction apparatus according to claim 1, wherein the second statistic is an average value, a variance, or a frequency distribution.
  5.  前記第1の統計量及び前記第2の統計量の少なくともいずれかは、複数の種類の統計量を含むことを特徴とする、請求項1乃至請求項4のいずれかに記載の性能予測装置。 5. The performance prediction apparatus according to claim 1, wherein at least one of the first statistic and the second statistic includes a plurality of types of statistic.
  6.  前記第2の統計量は、前記第1の統計量とは異なる種類の統計量であることを特徴とする、請求項1乃至請求項5のいずれかに記載の性能予測装置。 6. The performance prediction apparatus according to claim 1, wherein the second statistic is a statistic of a different type from the first statistic.
  7.  前記モデル調整手段は、
      前記性能予測手段により算出された前記予測出力に対する第1の統計量と、前記システムの実際の出力に対する第1の統計量との差分が小さくなるように前記性能予測モデルのパラメータを調整することを特徴とする、請求項1乃至請求項6のいずれかに記載の性能予測装置。
    The model adjusting means includes
    Adjusting the parameter of the performance prediction model so that the difference between the first statistic for the predicted output calculated by the performance prediction means and the first statistic for the actual output of the system is small. The performance prediction apparatus according to claim 1, wherein the performance prediction apparatus is characterized.
  8.  前記妥当性評価手段は、
      前記予測出力に対する第2の統計量と前記システムの実際の出力に対する第2の統計量との差分の大きさを前記特定の基準に基づいて判定することにより、前記性能予測モデルの妥当性を評価することを特徴とする、請求項2に記載の性能予測装置。
    The validity evaluation means includes:
    Assessing the validity of the performance prediction model by determining the magnitude of the difference between the second statistic for the predicted output and the second statistic for the actual output of the system based on the specific criteria The performance prediction apparatus according to claim 2, wherein:
  9.  情報処理装置が、
     性能予測の対象であるシステムを模式化した性能予測モデルを用いて、前記システムへの入力に対する予測出力を算出し、
     前記算出した予測出力に対する第1の統計量と、前記システムの実際の出力に対する第1の統計量とに基づいて、前記性能予測モデルのパラメータを調整し、
     パラメータの調整後の前記性能予測モデルを用いて算出した予測出力に対する第2の統計量と、前記システムの実際の出力に対する第2の統計量とに基づいて、前記性能予測モデルの妥当性を評価する、ことを特徴とする、性能予測方法。
    Information processing device
    Using a performance prediction model that models the system that is the target of performance prediction, calculate the predicted output for the input to the system,
    Adjusting the parameters of the performance prediction model based on the first statistic for the calculated predicted output and the first statistic for the actual output of the system;
    The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated using the performance prediction model after adjusting the parameters and the second statistic for the actual output of the system. A performance prediction method characterized by:
  10.  性能予測の対象であるシステムを模式化した性能予測モデルを用いて、前記システムへの入力に対する予測出力を算出する処理と、
     前記算出した予測出力に対する第1の統計量と、前記システムの実際の出力に対する第1の統計量とに基づいて、前記性能予測モデルのパラメータを調整する処理と、
     パラメータの調整後の前記性能予測モデルを用いて算出した予測出力に対する第2の統計量と、前記システムの実際の出力に対する第2の統計量とに基づいて、前記性能予測モデルの妥当性を評価する処理と、をコンピュータに実行させることを特徴とする、コンピュータ・プログラムが格納された記憶媒体。
    A process for calculating a predicted output with respect to an input to the system using a performance prediction model that models a system that is a target of performance prediction;
    Adjusting the parameters of the performance prediction model based on a first statistic for the calculated predicted output and a first statistic for the actual output of the system;
    The validity of the performance prediction model is evaluated based on the second statistic for the predicted output calculated using the performance prediction model after adjusting the parameters and the second statistic for the actual output of the system. A storage medium storing a computer program, characterized by causing a computer to execute
PCT/JP2014/005786 2013-12-04 2014-11-18 Performance estimation device, performance estimation method, and storage medium on which computer program is stored WO2015083333A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015551377A JPWO2015083333A1 (en) 2013-12-04 2014-11-18 Performance prediction apparatus, performance prediction method, and computer program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2013-251406 2013-12-04
JP2013251406 2013-12-04

Publications (1)

Publication Number Publication Date
WO2015083333A1 true WO2015083333A1 (en) 2015-06-11

Family

ID=53273118

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/005786 WO2015083333A1 (en) 2013-12-04 2014-11-18 Performance estimation device, performance estimation method, and storage medium on which computer program is stored

Country Status (2)

Country Link
JP (1) JPWO2015083333A1 (en)
WO (1) WO2015083333A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108241891A (en) * 2016-12-27 2018-07-03 株式会社捷太格特 Resolver and resolution system
WO2018181293A1 (en) * 2017-03-30 2018-10-04 日本電気株式会社 Information processing device, information processing method, and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07270200A (en) * 1994-04-01 1995-10-20 Meidensha Corp Short-term time-series estimating apparatus for chaos
JP2008059080A (en) * 2006-08-29 2008-03-13 Matsushita Electric Works Ltd Method for selecting learning data of signal identification device
WO2012173283A1 (en) * 2011-06-16 2012-12-20 日本電気株式会社 System performance prediction method, information processing device, and control program thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07270200A (en) * 1994-04-01 1995-10-20 Meidensha Corp Short-term time-series estimating apparatus for chaos
JP2008059080A (en) * 2006-08-29 2008-03-13 Matsushita Electric Works Ltd Method for selecting learning data of signal identification device
WO2012173283A1 (en) * 2011-06-16 2012-12-20 日本電気株式会社 System performance prediction method, information processing device, and control program thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KAZUKI MIURA ET AL.: "Stabilization of stock price prediction by cross entropy optimization", IPSJ SIG NOTES, INFORMATION PROCESSING SOCIETY OF JAPAN , BIOINFORMATICS (BIO, vol. 23, 15 February 2011 (2011-02-15), pages 1 - 6 *
SHIN'ICHIRO KAYANO: "Shorai no Data o Yosoku shiyo!", NET PC, vol. 1, no. 5, 1 September 1996 (1996-09-01), pages 104 - 109 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108241891A (en) * 2016-12-27 2018-07-03 株式会社捷太格特 Resolver and resolution system
CN108241891B (en) * 2016-12-27 2023-09-01 株式会社捷太格特 Analysis device and analysis system
WO2018181293A1 (en) * 2017-03-30 2018-10-04 日本電気株式会社 Information processing device, information processing method, and program
JPWO2018181293A1 (en) * 2017-03-30 2020-02-13 日本電気株式会社 Information processing apparatus, information processing method, and program
JP7136085B2 (en) 2017-03-30 2022-09-13 日本電気株式会社 Information processing device, information processing method, and program

Also Published As

Publication number Publication date
JPWO2015083333A1 (en) 2017-03-16

Similar Documents

Publication Publication Date Title
Herbst et al. Sequential Monte Carlo sampling for DSGE models
Algan et al. Solving heterogeneous-agent models with parameterized cross-sectional distributions
US10853554B2 (en) Systems and methods for determining a configuration for a microarchitecture
JP2018173813A (en) Comparison program, comparison method and comparison device
US20170300605A1 (en) Creating predictive damage models by transductive transfer learning
KR20120114254A (en) Automated corrective and predictive maintenance system
US10948312B2 (en) Environmental monitoring systems, methods and media
JP2014206870A (en) Plant model management device and method
JP6718500B2 (en) Optimization of output efficiency in production system
Ouyang et al. A new loss function for multi-response optimization with model parameter uncertainty and implementation errors
MX2013006155A (en) Systems and methods for reducing reservoir simulator model run time.
US20140188778A1 (en) Computer-Implemented System for Detecting Anomaly Conditions in a Fleet of Assets and Method of Using the Same
US20130080129A1 (en) Multi-component model engineering
Zhan et al. Calibrating building simulation models using multi-source datasets and meta-learned Bayesian optimization
Lee et al. Durability reliability demonstration test methods
Chang et al. A comparison of classifiers for intelligent machine usage prediction
WO2015083333A1 (en) Performance estimation device, performance estimation method, and storage medium on which computer program is stored
JP6213552B2 (en) Non-functional evaluation project management system, non-functional evaluation project management method, and non-functional evaluation project management program
CA3080582A1 (en) Scalable predictive analytic system
JP2016045536A (en) Design support device
JP2021022051A (en) Machine learning program, machine learning method, and machine learning apparatus
US20150058274A1 (en) Field development plan selection system, method and program product
US20230060325A1 (en) Deep causal learning for advanced model predictive control
Vanli et al. An adaptive Bayesian approach for robust parameter design with observable time series noise factors
Evans et al. Olg life cycle model transition paths: Alternate model forecast method

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2015551377

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

Country of ref document: EP

Kind code of ref document: A1