WO2024029189A1 - Development support system - Google Patents

Development support system Download PDF

Info

Publication number
WO2024029189A1
WO2024029189A1 PCT/JP2023/020992 JP2023020992W WO2024029189A1 WO 2024029189 A1 WO2024029189 A1 WO 2024029189A1 JP 2023020992 W JP2023020992 W JP 2023020992W WO 2024029189 A1 WO2024029189 A1 WO 2024029189A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
component
support system
development
unit
Prior art date
Application number
PCT/JP2023/020992
Other languages
French (fr)
Japanese (ja)
Inventor
光博 木谷
マンイウー チャウ
智圓 羅
壮希 櫻井
尊文 鈴木
Original Assignee
日立Astemo株式会社
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 日立Astemo株式会社 filed Critical 日立Astemo株式会社
Publication of WO2024029189A1 publication Critical patent/WO2024029189A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis

Definitions

  • the present invention relates to a development support system that predicts how much a certain input variable will contribute to the outcome of a project, such as software development.
  • KPI Key Performance Index
  • the software architecture design data metrics define standards for quantitatively evaluating the software architecture (software structure, functional/non-functional requirements, etc.) that is a development target in a certain project. Specific examples include the number of modules per core, number of dependencies/amount of data, direction of dependencies, degree of cyclomatic complexity, etc. Other examples include measuring system scale, understanding the sensitivity of the system to changes, Various criteria are adopted from the viewpoints of understanding the degree of connection between elements, the degree of coupling between elements, and the degree of circulation of elements. Note that hereinafter, software architecture design may be simply referred to as software architecture design, and software architecture design data metrics may simply be referred to as software architecture design data metrics.
  • Patent Document 1 discloses a technique for randomly changing inputs within a value range and specifying inputs (features) for achieving an objective regarding a target.
  • Patent Document 2 discloses that a (second) project success probability is calculated using a prediction model from a project parameter set and a scheduled end date, and a new parameter set and a scheduled end date are calculated when there is a change in the project. discloses a technique for similarly calculating the (first) project success probability and estimating the risk due to project change from the difference between the first and second success probabilities.
  • Patent Document 1 does not take into consideration the handling of data that is version-controlled and continuous over time, such as software design data, and does not take into account the predicted value of KPI impact on architectural design changes. (absolute amount) cannot be calculated. The same applies to Patent Document 2.
  • the present invention has been made in view of the above points, and when the software architecture design is changed during project execution, the degree of influence of other input variables on KPI is predicted using a prediction model, and the software architecture can be changed at an early stage.
  • the purpose is to provide a development support system that can verify the validity of a design.
  • An example of the development support system includes a storage unit that stores at least update history data of a first component of a development product and current data of a second component, and an evaluation value for the degree of development achievement for each component.
  • an evaluation prediction unit that predicts a difference between the current data of the first component and pre-update data that is one of the update history data; , a data change unit that generates changed data obtained by changing the current data of the second component, and the evaluation prediction unit changes the first evaluation value based on the current data of the first component and the pre-update data.
  • a fluctuation value is calculated, and a second fluctuation value of the evaluation value is calculated based on the current data and the changed data of the second component.
  • the soft architecture design when the soft architecture design is changed during the execution of a project, it is possible to predict the degree of influence of other input variables on KPI using a prediction model, and to verify the validity of the soft architecture design at an early stage. become. Further features related to the invention will become apparent from the description herein and the accompanying drawings. Further, problems, configurations, and effects other than those described above will be made clear by the description of the following examples.
  • FIG. 1 is a block diagram showing the functional configuration of a development support system according to an embodiment of the present invention.
  • FIG. 3 is a diagram showing relationships between functional units in processing executed by the development support system.
  • FIG. 3 is a diagram for explaining a method of calculating a comparison of variation ratios between variables with respect to KPI when a development support system is applied.
  • a flowchart showing processing executed by the development support system.
  • FIG. 1 is a diagram showing an overview of a method for predicting KPIs by inputting softarchitecture design data and KPI-related data other than the softarchitecture design data into a KPI prediction model.
  • the software architecture design data is data indicating the structural requirements of the software to be developed, and includes the number of modules by core, number of dependencies/data amount, direction of dependencies, degree of cyclomatic complexity, etc. as described above.
  • KPI-related data does not refer to data related to the software being developed itself, but refers to other data related to the development project, including project management data related to the project itself such as similarities with past projects and customer requests, and information about microcontrollers.
  • KPIs include Software productivity [LoC/hour] (number of source code lines generated per unit time: indicates productivity), CPU workload [%] (CPU load rate), and Software bugs [ Number/LoC] (number of bugs per line of source code).
  • FIG. 2 shows a functional configuration block diagram of a development support system 1 according to an embodiment of the present invention.
  • the development support system 1 may be a computer equipped with a memory and a processor, for example, as a hardware configuration, or may be a cloud installed on a server.
  • the development support system 1 includes a normalization processing section 11, a difference extraction section 12, a scale adjustment section 13, a data modification section 14, an evaluation prediction section 15, a fluctuation ratio calculation section 16, a fluctuation ratio comparison section 17, and an evaluation result output section 18. Equipped with Details of these functions will be described later.
  • the development support system 1 also includes a storage unit 100.
  • the storage unit 100 stores software architecture design data 101 and KPI-related data 102, and the KPI-related data 102 further includes hardware design data 1021 and project management data 1022. These software architecture design data 101 and KPI related data 102 are stored in association with each software version.
  • the development support system 1 is also connected to an external server 3 via a communication path 2 connected to a communication interface (not shown) of the development support system 1.
  • the communication path 2 may physically include a plurality of communication buses, and the standards of each communication bus may be the same or different.
  • the external server 3 sends and receives messages to and from the development support system 1 via the communication path 2.
  • the functional block diagram shown in FIG. 2 is an example, and the functional units and names are not limited to this.
  • the functions realized by the scale adjustment section 13 in this embodiment may be realized by other functional sections shown in FIG. 1, or may be realized by a functional section not shown in FIG.
  • FIG. 3 is a diagram showing the relationship between each functional unit in the processing executed by the development support system.
  • the normalization processing unit 11 extracts the current data (data of software version v3.0) and the data before update (data of software version v2.0) of the software architecture design data 101 from the storage unit 100, and normalizes them. processing.
  • the normalization mentioned here can be in any format. For example, linear transformation or affine transformation may be used to set the maximum value of each data to 1 and the minimum value to 0.
  • the difference extraction unit 12 extracts the difference between the current data processed by the normalization processing unit 11 and the pre-update data.
  • This difference is a difference normalized to 0 to 1, so it takes a value of -1 to 1.
  • the pre-data change metrics value calculation unit 141 of the data change unit 14 refers to the KPI-related data 102 in the storage unit 100, extracts current data (data of software version v3.0), Measure from a preset viewpoint and calculate a metric value. At this time, a plurality of pieces of data may be extracted from the KPI-related data and collectively calculated as a metrics value. The calculated metrics value is passed to the scale adjustment section 13.
  • the scale adjustment unit 13 associates the difference received from the difference extraction unit 12 with the metrics value regarding the current data of the KPI-related data 102 received from the pre-data change metric value calculation unit 141 and passes it to the post-data change metric value calculation unit 142. .
  • the post-data change metrics value calculation unit 142 calculates the metrics value of the current KPI-related data with the normalized difference between the software architecture design data metrics values before and after the update, extracted by the difference extraction unit 12. Change to a value with the same amount of difference. Specifically, for example, if the normalized difference in the soft arch design data metrics value is 0.5, that is, from the soft arch design data metrics value before the update to the soft arch design data metrics value after the update, Assuming that the value has increased by 50% of the maximum value, the post-data change metrics value calculation unit 142 subtracts 0.5 from the normalized value of the current KPI-related data metrics value, and further What is quantified using the standard before normalization is calculated as the changed KPI-related data metrics value. These values are passed to the evaluation prediction unit 15.
  • the pre-data change predicted evaluation value calculation unit 151 of the evaluation prediction unit 15 predicts the evaluation of the current (before data change) KPI-related data metrics value received from the pre-data change metrics value calculation unit 141 with respect to the KPI.
  • the post-data change evaluation predicted value calculation unit 152 predicts the evaluation of the post-data change KPI-related data metrics received from the post-data change metrics value calculation unit 142 with respect to the KPI.
  • the variation ratio calculation unit 16 compares the two predicted values received from the evaluation prediction unit 15 and calculates the variation ratio. In other words, the change from the KPI-related data metric value that was changed based on the difference between the normalized software architecture design data metric values before and after the update to the current KPI-related data metric value is different from the current KPI-related data metric value. Calculate the percentage of The calculated ratio is passed to the fluctuation ratio comparison section 17.
  • the fluctuation ratio comparison unit 17 compares the fluctuation ratios among all variables, including the fluctuation ratios of software architecture design data metrics values. Compare.
  • the calculated result is output as the input variable influence degree evaluation result 19 from the evaluation result output unit 18 to an external administrator or the like.
  • FIG. 4 is a diagram visually showing the process described in FIG. 3, and is a diagram for explaining a method of calculating a comparison of variation ratios between variables with respect to KPI when the development support system is applied.
  • KPI is the number of bugs
  • the predicted number of bugs for the software architecture design data metrics value in the current version (after update) is 20
  • the number of bugs predicted for the software architecture design data metrics value in the old version (before update) is 20.
  • the expected number of bugs for the value is 10.
  • the variation ratio calculation unit 16 calculates 50% as the variation ratio of the software architecture design data metrics value represented by the variable name X1 with respect to the KPI.
  • the KPI is also predicted for the KPI-related data metric (past project similarity metric in FIG. 4) represented by the variable name X2, and the rate of change is calculated.
  • the KPI-related data metrics values are changed to match the normalized difference between the softarchitecture design data metrics values before and after the update.
  • the normalized value of the current past project similarity metric is 0.7
  • the above-mentioned difference between the normalized software architecture design data metric values before and after the update is -0.02.
  • the normalized value of the changed past project similarity metric is set to 0.72.
  • the variation rate calculation unit 16 calculates 10% as the variation rate of the past project similarity metric value with respect to the KPI.
  • the variation ratio calculation unit 16 calculates 15%, 8%, and 30% as the variation ratios of the KPI-related data metrics represented by the variable names X3 to X5 with respect to the KPI, respectively.
  • the variation rate comparison unit 17 compares the variation rates between variables based on the calculation result of the variation rate calculation unit 16 described above. This can be obtained, for example, by leveling out each variation ratio so that the total becomes 100%. From this result, when updating the software version, the influence that the software architecture design data metrics value has on the fluctuation of KPI is 44% of the total, and for example, the complexity metric value of the request represented by variable name It can be seen that the influence on fluctuations is 13% of the total.
  • step S501 arbitrary data is extracted from the software architecture design data and KPI-related data for each version, and is digitized (metric value calculation) by being evaluated based on a predetermined standard.
  • This process may be executed, for example, by the data change unit 14 or by a CPU (not shown) included in the development support system.
  • step S502 the software architecture design data metrics change rate between versions is calculated. Specifically, this is executed by the normalization process (step S5021) by the normalization processing unit 11 and the difference extraction process (step S5022) by the difference extraction unit 12, which have already been described.
  • step S503 the scale adjustment unit 13 performs scale adjustment based on the current (before change) KPI-related data metrics value and the software architecture design data metrics value difference between versions, and in step S504, the post-data change metrics value The data is changed by the calculation unit 142.
  • step S505 the changed KPI-related data metrics value is input to the evaluation prediction unit 15, and a KPI predicted value is calculated.
  • step S507 it is determined whether the above processing has been executed for all input variables, and the processing of steps S504 to S505 is repeated until it has been executed for all input variables.
  • step S506 KPI predicted values of the current software architecture design data metrics values and KPI related data metrics values are calculated.
  • step S508 the fluctuation ratio calculation unit 16 calculates the fluctuation ratio from the KPI predicted value of the KPI-related data metrics values before and after the change.
  • step S509 the variation rate comparison unit 17 compares the variation rate of the KPI predicted value between the input variables, and calculates the result as the input variable influence degree evaluation result 19.
  • the KPI-related data metrics values are adjusted to have the same fluctuation range before and after updating the known software architecture design data metrics values, and the KPI prediction model is used to Predicting KPIs. This makes it possible to evaluate the degree of influence of each variable on the KPI, including the softarchitecture design data metrics values. Therefore, using the evaluation results, it becomes possible to quickly evaluate the validity of the software architecture design.
  • An example of the development support system includes a storage unit that stores at least update history data of a first component of a development product and current data of a second component; , an evaluation prediction unit that predicts an evaluation value for the degree of development performance; a difference extraction unit that extracts a difference between the current data of the first component and pre-update data that is one of the update history data; a data modification unit that generates changed data obtained by changing the current data of the second component based on the output of the extraction unit; A first variation value of the evaluation value is calculated based on the current data and the changed data of the second component, and a second variation value of the evaluation value is calculated based on the current data and the changed data of the second component.
  • the difference extraction unit is configured to normalize the current data of the first component and the pre-update data.
  • the data modification section modifies the current data of the second component so as to correspond to the normalized difference extracted by the difference extraction section to generate modified data.
  • the apparatus further includes a variation ratio calculation unit that calculates a variation ratio of each of the first variation value and the second variation value to the degree of development performance. This makes it possible to compare the degree of influence on the development results between the variable values, and it becomes possible to easily determine which component has a greater influence on the development results.
  • the evaluation prediction unit further includes a fluctuation ratio comparison unit that predicts evaluation values of the plurality of second components and compares the ratio of each fluctuation value between the first component and the plurality of second components. Be prepared. As a result, in addition to the effect (3), when there are multiple constituent elements, it becomes possible to rank and understand the magnitude of their influence.
  • the device further includes an output section that outputs the first variation value and the second variation value. This makes it possible to output the evaluation results to a display device or the like that can be viewed by an external administrator or the like, improving the convenience of information management for the administrator or the like.
  • the development product is software
  • the first component is a component included in the software itself
  • the second component is a component related to the software development environment or a component related to the hardware for executing the software. Contains at least one of the following.
  • the present invention can be suitably applied in such a software development environment.
  • the present invention is not limited to the above embodiments, and various modifications are possible.
  • the above-mentioned embodiments have been described in detail to explain the present invention in an easy-to-understand manner, and the present invention is not necessarily limited to embodiments having all the configurations described.

Abstract

An example of a development support system according to the present invention comprises: a storage unit that stores at least update history data of a first component and current data of a second component of a developed product; an evaluation prediction unit that predicts an evaluation value for the development achievement level of each component; a difference extraction unit that extracts the difference between current data of the first component and pre-update data, which is one set of data in the update history data; and a data modification unit that generates modified data by modifying the current data of the second component on the basis of the output of the difference extraction unit. The evaluation prediction unit calculates a first variation value for the evaluation value on the basis of the current data and the pre-update data of the first component and a second variation value for the evaluation value on the basis of the current data and the modified data of the second component.

Description

開発支援システムDevelopment support system
 本発明は、ソフトウェア開発等のプロジェクトにおいて、ある入力変数がプロジェクトの成果にどの程度寄与するかを予測する開発支援システムに関する。 The present invention relates to a development support system that predicts how much a certain input variable will contribute to the outcome of a project, such as software development.
 一般的にソフトウェア開発現場においては、そのプロジェクトが終了するまで、すなわちソフトウェアの最終バージョンがリリースされるまでには複数回のバージョンアップを経る。そして、それぞれのバージョンがどれだけ最終目標に近づいているかを判断するための基準として、近年KPI(Key Performance Index)と呼ばれる概念が導入されている。KPIとは、「重要業績評価指標」とも呼ばれ、一般的にはプロジェクトの最終目標を達成するための過程を管理するために設ける、定量的な計測基準である。KPIの具体例としては、例えばCPU負荷、ROM消費量、RAM消費量、バグ数、開発工数、ソフトウェア再利用率等が挙げられる。 In general, in software development sites, the project goes through multiple upgrades until it is completed, that is, before the final version of the software is released. In recent years, a concept called KPI (Key Performance Index) has been introduced as a standard for determining how close each version is to the final goal. KPI is also called "Key Performance Indicator" and is generally a quantitative measurement standard set to manage the process of achieving the final goal of a project. Specific examples of KPI include CPU load, ROM consumption, RAM consumption, number of bugs, development man-hours, software reuse rate, and the like.
 このKPIを、ソフトウェアアーキテクチャ設計データメトリクスを用いて予測する技術も近年提案されつつある。ここで、ソフトウェアアーキテクチャ設計データメトリクスとは、あるプロジェクトにおける開発対象であるソフトウェアアーキテクチャ(ソフトウェアの構造や機能/非機能要件等)を定量的に評価するための基準を定義するものである。その具体例としては、コア別モジュール数、依存関係数/データ量、依存関係方向、循環的複雑度などが挙げられ、他にも、システム規模の計測、変更に対するシステムの影響の感度の把握、要素間連結の度合いの把握、要素間結合の度合いの把握、要素の循環度合いの把握、といった観点から種々の基準が採用される。なお、以下ではソフトウェアアーキテクチャ設計を単にソフトアーキ設計と呼称し、ソフトウェアアーキテクチャ設計データメトリクスを単にソフトアーキ設計データメトリクスと呼称することがある。 Techniques for predicting this KPI using software architecture design data metrics have also been proposed in recent years. Here, the software architecture design data metrics define standards for quantitatively evaluating the software architecture (software structure, functional/non-functional requirements, etc.) that is a development target in a certain project. Specific examples include the number of modules per core, number of dependencies/amount of data, direction of dependencies, degree of cyclomatic complexity, etc. Other examples include measuring system scale, understanding the sensitivity of the system to changes, Various criteria are adopted from the viewpoints of understanding the degree of connection between elements, the degree of coupling between elements, and the degree of circulation of elements. Note that hereinafter, software architecture design may be simply referred to as software architecture design, and software architecture design data metrics may simply be referred to as software architecture design data metrics.
 ソフトウェアのバージョン変更の場合には、ソフトアーキ設計データ以外に、ハードウェアやプロジェクトに関する情報も変更する場合がある。しかも、近年のソフトウェア開発プロジェクトにおける規模の巨大化や複雑さの増大に伴い、KPI予測のために必要な変数の数も増え続けている。従って、KPIの予測結果に対して各入力変数がどの程度影響を与えたかの絶対量を算出する方法と、ソフトアーキ設計変更の影響を算出する方法の確立が必要とされる。 In the case of a software version change, in addition to the software architecture design data, information regarding the hardware and project may also be changed. Furthermore, as software development projects have become larger and more complex in recent years, the number of variables required for KPI prediction continues to increase. Therefore, it is necessary to establish a method for calculating the absolute amount of influence of each input variable on the predicted results of KPI, and a method for calculating the influence of software architecture design changes.
 特許文献1には、入力を値域の範囲内でランダムに変更し、対象に関する目的を達成するための入力(特徴量)を特定する技術が開示されている。 Patent Document 1 discloses a technique for randomly changing inputs within a value range and specifying inputs (features) for achieving an objective regarding a target.
 また、特許文献2には、プロジェクトのパラメータ集合と終了予定日から、予測モデルを用いて(第二)プロジェクト成功確率を算出し、プロジェクトに変更があった場合の新たなパラメータ集合と終了予定日から、同様に(第一)プロジェクト成功確率を算出し、第一と第二の成功確率の差分から、プロジェクト変更によるリスクを推定する技術が開示されている。 In addition, Patent Document 2 discloses that a (second) project success probability is calculated using a prediction model from a project parameter set and a scheduled end date, and a new parameter set and a scheduled end date are calculated when there is a change in the project. discloses a technique for similarly calculating the (first) project success probability and estimating the risk due to project change from the difference between the first and second success probabilities.
特開2020-119085号公報Japanese Patent Application Publication No. 2020-119085 特開2020-091843号公報JP2020-091843A
 しかしながら、特許文献1で開示されている技術では、ソフトウェア設計データのようにバージョン管理され、時系列で連続性のあるデータの取り扱いは考慮しておらず、アーキテクチャの設計変更に対するKPI影響の予測値(絶対量)は算出できない。特許文献2においても同様である。 However, the technology disclosed in Patent Document 1 does not take into consideration the handling of data that is version-controlled and continuous over time, such as software design data, and does not take into account the predicted value of KPI impact on architectural design changes. (absolute amount) cannot be calculated. The same applies to Patent Document 2.
 本発明は、上記の点を鑑みてなされたものであり、プロジェクト遂行中にソフトアーキ設計を変更した場合、他の入力変数のKPIに対する影響度を予測モデルを用いて予測し、早期にソフトアーキ設計の妥当性を検証することが可能な開発支援システムを提供することを目的とする。 The present invention has been made in view of the above points, and when the software architecture design is changed during project execution, the degree of influence of other input variables on KPI is predicted using a prediction model, and the software architecture can be changed at an early stage. The purpose is to provide a development support system that can verify the validity of a design.
 本発明に係る開発支援システムの一例は、開発成果物の第1構成要素の更新履歴データ及び第2構成要素の現データを少なくとも記憶する記憶部と、構成要素毎の、開発成果度に対する評価値を予測する評価予測部と、第1構成要素の現データと、更新履歴データのうちの1つのデータである更新前データとの差分を抽出する差分抽出部と、差分抽出部の出力に基づいて、第2構成要素の現データを変更した変更後データを生成するデータ変更部と、を備え、評価予測部は、第1構成要素の現データと更新前データとに基づいて評価値の第1変動値を算出し、第2構成要素の現データと変更後データとに基づいて評価値の第2変動値を算出する。 An example of the development support system according to the present invention includes a storage unit that stores at least update history data of a first component of a development product and current data of a second component, and an evaluation value for the degree of development achievement for each component. an evaluation prediction unit that predicts a difference between the current data of the first component and pre-update data that is one of the update history data; , a data change unit that generates changed data obtained by changing the current data of the second component, and the evaluation prediction unit changes the first evaluation value based on the current data of the first component and the pre-update data. A fluctuation value is calculated, and a second fluctuation value of the evaluation value is calculated based on the current data and the changed data of the second component.
 本発明によれば、プロジェクト遂行中にソフトアーキ設計を変更した場合、他の入力変数のKPIに対する影響度を予測モデルを用いて予測し、早期にソフトアーキ設計の妥当性を検証することが可能になる。
 本発明に関連する更なる特徴は、本明細書の記述、添付図面から明らかになるものである。また、上記した以外の課題、構成及び効果は、以下の実施例の説明により明らかにされる。
According to the present invention, when the soft architecture design is changed during the execution of a project, it is possible to predict the degree of influence of other input variables on KPI using a prediction model, and to verify the validity of the soft architecture design at an early stage. become.
Further features related to the invention will become apparent from the description herein and the accompanying drawings. Further, problems, configurations, and effects other than those described above will be made clear by the description of the following examples.
予測モデルを用いてKPIを予測する手法の概要を示す図。The figure which shows the outline of the method of predicting KPI using a prediction model. 本発明の一実施例に係る開発支援システムの機能構成を示すブロック図。FIG. 1 is a block diagram showing the functional configuration of a development support system according to an embodiment of the present invention. 開発支援システムが実行する処理において各機能部間の関係を示す図。FIG. 3 is a diagram showing relationships between functional units in processing executed by the development support system. 開発支援システムを適用した場合の、KPIに対する変数間の変動割合比較の算出方法を説明するための図。FIG. 3 is a diagram for explaining a method of calculating a comparison of variation ratios between variables with respect to KPI when a development support system is applied. 開発支援システムが実行する処理を示すフローチャート。A flowchart showing processing executed by the development support system.
 以下、本発明の実施例について、図面を参照しながら詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
 図1は、ソフトアーキ設計データ及び、ソフトアーキ設計データ以外のKPI関連データをKPI予測モデルに入力してKPIを予測する手法の概要を示す図である。ソフトアーキ設計データとは、開発対象のソフトウェアの構成要件を示すデータであり、上述の通りコア別モジュール数、依存関係数/データ量、依存関係方向、循環的複雑度等が挙げられる。KPI関連データとは、開発対象のソフトウェア自体に関するデータではないが、開発プロジェクトに関するその他のデータのことであり、過去案件との類似性や顧客からの要求等のプロジェクトそのものに関するプロジェクト管理データと、マイコンスペック等のハードウェア設計データとを含む。具体的には例えば図1の変数名X2~X8で示されるようなデータ種である。 FIG. 1 is a diagram showing an overview of a method for predicting KPIs by inputting softarchitecture design data and KPI-related data other than the softarchitecture design data into a KPI prediction model. The software architecture design data is data indicating the structural requirements of the software to be developed, and includes the number of modules by core, number of dependencies/data amount, direction of dependencies, degree of cyclomatic complexity, etc. as described above. KPI-related data does not refer to data related to the software being developed itself, but refers to other data related to the development project, including project management data related to the project itself such as similarities with past projects and customer requests, and information about microcontrollers. This includes hardware design data such as specifications. Specifically, the data types are as shown by variable names X2 to X8 in FIG. 1, for example.
 そして、これらのデータを、過去の入力変数と、実際に算出されたKPIとの関係を示すデータを学習させたAIによるKPI予測モデルに入力し、KPIを予測する。図1においては、KPIの例としてSoftware productivity[LoC/hour](単位時間当たりに生成されるソースコード行数:生産性を示す)、CPU workload[%](CPU負荷率)、及びSoftware bugs[Number/LoC](ソースコード1行当たりのバグ数)が示されている。 Then, these data are input to a KPI prediction model using AI that has been trained on data showing the relationship between past input variables and actually calculated KPIs, and KPIs are predicted. In FIG. 1, examples of KPIs include Software productivity [LoC/hour] (number of source code lines generated per unit time: indicates productivity), CPU workload [%] (CPU load rate), and Software bugs [ Number/LoC] (number of bugs per line of source code).
 図1に示すように、開発対象のソフトウェアのバージョンが修正されるたびに、各KPIも変動していることがわかる。これらの結果は再びKPI予測モデルのAIへとフィードバックされ、その予測精度も向上していく。 As shown in Figure 1, it can be seen that each KPI changes each time the version of the software to be developed is revised. These results are fed back to the AI of the KPI prediction model, improving its prediction accuracy.
 しかしながら、当然のことながらソフトウェアのバージョン修正に伴って各ソフトアーキ設計データ及びKPI関連データも変更されていく。すると、既述の通り、近年のソフトウェア開発プロジェクトの複雑化に伴う、扱うべき変数の増加とも相俟って、KPIに対する変数全体の変化の影響はある程度予測できるが、変数毎の変化がKPIの変化にどれだけ影響を与えているかを把握することが非常に困難である。 However, as a matter of course, each software architecture design data and KPI-related data will also be changed as the software version is revised. As mentioned above, the number of variables that need to be handled has increased due to the increasing complexity of software development projects in recent years, and while it is possible to predict the impact of changes in all variables on KPIs to some extent, changes in each variable are It is very difficult to grasp the extent to which changes are being influenced.
 本発明は上記背景を基になされたものであり、図2に本発明の一実施例に係る開発支援システム1の機能構成ブロック図を示す。なお、開発支援システム1は、ハードウェア構成としては例えばメモリ及びプロセッサを備えたコンピュータであってもよく、サーバ上に実装されたクラウドであってもよい。 The present invention has been made based on the above background, and FIG. 2 shows a functional configuration block diagram of a development support system 1 according to an embodiment of the present invention. In addition, the development support system 1 may be a computer equipped with a memory and a processor, for example, as a hardware configuration, or may be a cloud installed on a server.
 開発支援システム1は、正規化処理部11、差分抽出部12、スケール調整部13、データ変更部14、評価予測部15、変動割合算出部16、変動割合比較部17、及び評価結果出力部18を備える。これらの機能の詳細については後述する。開発支援システム1はまた記憶部100を備える。 The development support system 1 includes a normalization processing section 11, a difference extraction section 12, a scale adjustment section 13, a data modification section 14, an evaluation prediction section 15, a fluctuation ratio calculation section 16, a fluctuation ratio comparison section 17, and an evaluation result output section 18. Equipped with Details of these functions will be described later. The development support system 1 also includes a storage unit 100.
 記憶部100には、ソフトアーキ設計データ101及びKPI関連データ102が格納されており、KPI関連データ102はさらにハードウェア設計データ1021及びプロジェクト管理データ1022を含む。これらソフトアーキ設計データ101及びKPI関連データ102は、ソフトウェアバージョン毎に紐づけられて格納されている。 The storage unit 100 stores software architecture design data 101 and KPI-related data 102, and the KPI-related data 102 further includes hardware design data 1021 and project management data 1022. These software architecture design data 101 and KPI related data 102 are stored in association with each software version.
 開発支援システム1はまた、開発支援システム1の不図示の通信インターフェースに接続された通信路2を介して外部サーバ3へと接続されている。通信路2は、物理的には複数の通信バスを含んでもよく、各通信バスの規格はすべて同一でもよいし異なっていてもよい。外部サーバ3は通信路2を介して開発支援システム1との間でメッセージの送受信を行う。 The development support system 1 is also connected to an external server 3 via a communication path 2 connected to a communication interface (not shown) of the development support system 1. The communication path 2 may physically include a plurality of communication buses, and the standards of each communication bus may be the same or different. The external server 3 sends and receives messages to and from the development support system 1 via the communication path 2.
 図2に示す機能ブロック図は例示であり、機能の単位及び名称はこれに限らない。例えば、本実施例においてスケール調整部13が実現する機能は、図1に示す他の機能部によって実現されてもよく、図1に示さない機能部によって実現されてもよい。 The functional block diagram shown in FIG. 2 is an example, and the functional units and names are not limited to this. For example, the functions realized by the scale adjustment section 13 in this embodiment may be realized by other functional sections shown in FIG. 1, or may be realized by a functional section not shown in FIG.
 図3は、開発支援システムが実行する処理において各機能部間の関係を示す図である。ここでは一例として、図1を参照してソフトウェアバージョンがv2.0からv3.0へと更新された場合の処理を説明する。まず、正規化処理部11は、記憶部100から、ソフトアーキ設計データ101の現データ(ソフトウェアバージョンv3.0のデータ)と更新前のデータ(ソフトウェアバージョンv2.0のデータ)を抽出し、正規化処理を行う。ここでいう正規化とは任意の形式を利用できる。例えば線形変換やアフィン変換を用いて、それぞれのデータにおける最大値を1、最小値を0とする変換等が採用できる。 FIG. 3 is a diagram showing the relationship between each functional unit in the processing executed by the development support system. Here, as an example, processing when the software version is updated from v2.0 to v3.0 will be described with reference to FIG. First, the normalization processing unit 11 extracts the current data (data of software version v3.0) and the data before update (data of software version v2.0) of the software architecture design data 101 from the storage unit 100, and normalizes them. processing. The normalization mentioned here can be in any format. For example, linear transformation or affine transformation may be used to set the maximum value of each data to 1 and the minimum value to 0.
 続いて、差分抽出部12は、正規化処理部11で処理された現データと更新前データとの差分を抽出する。この差分は、0~1に正規化されているものの差分であるため、-1~1の値をとることになる。 Subsequently, the difference extraction unit 12 extracts the difference between the current data processed by the normalization processing unit 11 and the pre-update data. This difference is a difference normalized to 0 to 1, so it takes a value of -1 to 1.
 抽出された差分はスケール調整部13に渡される。同時に、またはこれに先立って、データ変更部14のデータ変更前メトリクス値算出部141は、記憶部100のKPI関連データ102を参照し、現データ(ソフトウェアバージョンv3.0のデータ)を抽出し、予め設定された観点から測定し、メトリクス値を算出する。この際、KPI関連データの中から複数のデータを抽出し、まとめてメトリクス値として算出してもよい。算出したメトリクス値はスケール調整部13へと渡される。 The extracted difference is passed to the scale adjustment section 13. At the same time, or prior to this, the pre-data change metrics value calculation unit 141 of the data change unit 14 refers to the KPI-related data 102 in the storage unit 100, extracts current data (data of software version v3.0), Measure from a preset viewpoint and calculate a metric value. At this time, a plurality of pieces of data may be extracted from the KPI-related data and collectively calculated as a metrics value. The calculated metrics value is passed to the scale adjustment section 13.
 スケール調整部13は、差分抽出部12から受け取った差分及びデータ変更前メトリクス値算出部141から受け取ったKPI関連データ102の現データに関するメトリクス値を関連付けて、データ変更後メトリクス値算出部142に渡す。 The scale adjustment unit 13 associates the difference received from the difference extraction unit 12 with the metrics value regarding the current data of the KPI-related data 102 received from the pre-data change metric value calculation unit 141 and passes it to the post-data change metric value calculation unit 142. .
 データ変更後メトリクス値算出部142は、受け取ったデータに基づいて、現KPI関連データのメトリクス値を、差分抽出部12が抽出した、更新前後のソフトアーキ設計データメトリクス値の正規化された差分と同じだけ差分を有する値へと変更する。具体的には例えば、ソフトアーキ設計データメトリクス値の正規化された差分が0.5であった場合、すなわち更新前のソフトアーキ設計データメトリクス値から更新後のソフトアーキ設計データメトリクス値へと、最大値の50%分の値だけ増加したと仮定した場合に、データ変更後メトリクス値算出部142は、現在のKPI関連データメトリクス値を正規化した値から0.5を減じ、その値をさらに正規化前の基準で数値化したものを、変更後KPI関連データメトリクス値として算出する。これらの値は評価予測部15へと渡される。 Based on the received data, the post-data change metrics value calculation unit 142 calculates the metrics value of the current KPI-related data with the normalized difference between the software architecture design data metrics values before and after the update, extracted by the difference extraction unit 12. Change to a value with the same amount of difference. Specifically, for example, if the normalized difference in the soft arch design data metrics value is 0.5, that is, from the soft arch design data metrics value before the update to the soft arch design data metrics value after the update, Assuming that the value has increased by 50% of the maximum value, the post-data change metrics value calculation unit 142 subtracts 0.5 from the normalized value of the current KPI-related data metrics value, and further What is quantified using the standard before normalization is calculated as the changed KPI-related data metrics value. These values are passed to the evaluation prediction unit 15.
 評価予測部15のデータ変更前評価予測値算出部151は、データ変更前メトリクス値算出部141から受信した、現在(データ変更前)のKPI関連データメトリクス値の、KPIに対する評価を予測する。また、データ変更後評価予測値算出部152も同様に、データ変更後メトリクス値算出部142から受信した、データ変更後のKPI関連データメトリクス値の、KPIに対する評価を予測する。算出したこれらの値は変動割合算出部16へと渡される。 The pre-data change predicted evaluation value calculation unit 151 of the evaluation prediction unit 15 predicts the evaluation of the current (before data change) KPI-related data metrics value received from the pre-data change metrics value calculation unit 141 with respect to the KPI. Similarly, the post-data change evaluation predicted value calculation unit 152 predicts the evaluation of the post-data change KPI-related data metrics received from the post-data change metrics value calculation unit 142 with respect to the KPI. These calculated values are passed to the fluctuation ratio calculation section 16.
 変動割合算出部16は、評価予測部15から受け取った2つの予測値を比較し、その変動割合を算出する。すなわち、正規化された更新前後のソフトアーキ設計データメトリクス値の差分に基づいて変更されたKPI関連データメトリクス値から現在のKPI関連データメトリクス値への変動が、現在のKPI関連データメトリクス値に対してどれほどの割合を占めているか、を算出する。算出した割合は変動割合比較部17へと渡される。 The variation ratio calculation unit 16 compares the two predicted values received from the evaluation prediction unit 15 and calculates the variation ratio. In other words, the change from the KPI-related data metric value that was changed based on the difference between the normalized software architecture design data metric values before and after the update to the current KPI-related data metric value is different from the current KPI-related data metric value. Calculate the percentage of The calculated ratio is passed to the fluctuation ratio comparison section 17.
 変動割合比較部17は、変動割合算出部16から、全てのKPI関連データメトリクス値についての変動割合を受け取った後、ソフトアーキ設計データメトリクス値の変動割合も含めて、全ての変数間の変動割合を比較する。算出された結果は入力変数影響度評価結果19として、評価結果出力部18から外部の管理者等へと出力される。 After receiving the fluctuation ratios for all KPI-related data metrics values from the fluctuation ratio calculation unit 16, the fluctuation ratio comparison unit 17 compares the fluctuation ratios among all variables, including the fluctuation ratios of software architecture design data metrics values. Compare. The calculated result is output as the input variable influence degree evaluation result 19 from the evaluation result output unit 18 to an external administrator or the like.
 図4は、図3で説明した処理を視覚的に示した、開発支援システムを適用した場合の、KPIに対する変数間の変動割合比較の算出方法を説明するための図である。 FIG. 4 is a diagram visually showing the process described in FIG. 3, and is a diagram for explaining a method of calculating a comparison of variation ratios between variables with respect to KPI when the development support system is applied.
 まず、変数名X1で表される任意のソフトアーキ設計データメトリクスの更新前後の値がKPI予測モデルを構成するAIに入力され、それぞれに対するKPIの評価予測が算出される。一例として図4においてKPIはバグ数であり、現Ver(更新後)におけるソフトアーキ設計データメトリクス値に対して予測されるバグ数は20であり、旧Ver(更新前)におけるソフトアーキ設計データメトリクス値に対して予測されるバグ数は10である。 First, the values before and after updating of any software architecture design data metrics represented by the variable name X1 are input to the AI that constitutes the KPI prediction model, and the KPI evaluation prediction for each is calculated. As an example, in Figure 4, KPI is the number of bugs, and the predicted number of bugs for the software architecture design data metrics value in the current version (after update) is 20, and the number of bugs predicted for the software architecture design data metrics value in the old version (before update) is 20. The expected number of bugs for the value is 10.
 このことから、現Verにおけるソフトアーキ設計データメトリクス値に対して予測されるバグ数(20)に対して更新前後のKPIの変動値(10)が占める割合は50%であることから、図4において変動割合算出部16は、変数名X1で表されるソフトアーキ設計データメトリクス値のKPIに対する変動割合として50%を算出する。 From this, the ratio of the KPI fluctuation value (10) before and after the update to the number of bugs (20) predicted for the software architecture design data metrics value in the current version is 50%, so it can be seen that In this step, the variation ratio calculation unit 16 calculates 50% as the variation ratio of the software architecture design data metrics value represented by the variable name X1 with respect to the KPI.
 これと並行して、変数名X2で表されるKPI関連データメトリクス(図4においては過去プロジェクト類似度メトリクス)についてもKPIが予測され、変動割合が算出される。上述したように、正規化された更新前後のソフトアーキ設計データメトリクス値の差分と一致するようにKPI関連データメトリクス値を変更する。図4においては、現在の過去プロジェクト類似度メトリクスの正規化された値が0.7であり、上述の正規化された更新前後のソフトアーキ設計データメトリクス値の差分が-0.02であったとして、変更後の過去プロジェクト類似度メトリクスの正規化された値を0.72と設定する。 In parallel with this, the KPI is also predicted for the KPI-related data metric (past project similarity metric in FIG. 4) represented by the variable name X2, and the rate of change is calculated. As described above, the KPI-related data metrics values are changed to match the normalized difference between the softarchitecture design data metrics values before and after the update. In Figure 4, the normalized value of the current past project similarity metric is 0.7, and the above-mentioned difference between the normalized software architecture design data metric values before and after the update is -0.02. , the normalized value of the changed past project similarity metric is set to 0.72.
 そして、これらの値をKPI予測モデルへと入力し、それぞれに対するKPIの評価予測が算出される。図4の例においては、現在の過去プロジェクト類似度メトリクス値に対して予測されるバグ数は20であり、データ変更後の過去プロジェクト類似度メトリクス値に対して予測されるバグ数は18である。 Then, these values are input into the KPI prediction model, and a predicted KPI evaluation for each is calculated. In the example of Figure 4, the number of bugs predicted for the current past project similarity metric value is 20, and the number of bugs predicted for the past project similarity metric value after data change is 18. .
 このことから、変更前後において過去プロジェクト類似度メトリクス値の変動値は2であり、現在の過去プロジェクト類似度メトリクス値に対して予測されるバグ数20に占める割合は10%であることから、図4において変動割合算出部16は、過去プロジェクト類似度メトリクス値のKPIに対する変動割合として10%を算出する。 From this, the variation value of the past project similarity metric value before and after the change is 2, and the proportion of the predicted number of bugs 20 for the current past project similarity metric value is 10%, so the figure In step 4, the variation rate calculation unit 16 calculates 10% as the variation rate of the past project similarity metric value with respect to the KPI.
 上記の処理を、残りの変数名X3~X5で表されるKPI関連データメトリクスに対しても同様に行う。その結果として、変動割合算出部16は、変数名X3~X5で表されるKPI関連データメトリクスの、KPIに対する変動割合としてそれぞれ15%、8%、及び30%を算出する。 The above process is similarly performed for the remaining KPI-related data metrics represented by variable names X3 to X5. As a result, the variation ratio calculation unit 16 calculates 15%, 8%, and 30% as the variation ratios of the KPI-related data metrics represented by the variable names X3 to X5 with respect to the KPI, respectively.
 そして、変動割合比較部17は、上記の変動割合算出部16の算出結果に基づいて、変数間の変動割合を比較する。これは、例えば全体が100%となるようにそれぞれの変動割合を平準化することによって得られる。この結果から、ソフトウェアバージョンを更新した際に、ソフトアーキ設計データメトリクス値がKPIの変動に与える影響は全体の44%であり、例えば変数名X3で表される要求の複雑度メトリクス値がKPIの変動に与える影響は全体の13%であることがわかる。 Then, the variation rate comparison unit 17 compares the variation rates between variables based on the calculation result of the variation rate calculation unit 16 described above. This can be obtained, for example, by leveling out each variation ratio so that the total becomes 100%. From this result, when updating the software version, the influence that the software architecture design data metrics value has on the fluctuation of KPI is 44% of the total, and for example, the complexity metric value of the request represented by variable name It can be seen that the influence on fluctuations is 13% of the total.
 最後に、開発支援システム1が実行する処理のフローを、図5のフローチャートを用いて説明する。 Finally, the flow of processing executed by the development support system 1 will be explained using the flowchart of FIG. 5.
 まずステップS501において、Ver毎のソフトアーキ設計データ及びKPI関連データから任意のデータを抽出し、所定の基準で評価することによって数値化(メトリクス値計算)する。この処理は、例えばデータ変更部14によって実行されてもよいし、開発支援システムの備える不図示のCPUによって実行されてもよい。 First, in step S501, arbitrary data is extracted from the software architecture design data and KPI-related data for each version, and is digitized (metric value calculation) by being evaluated based on a predetermined standard. This process may be executed, for example, by the data change unit 14 or by a CPU (not shown) included in the development support system.
 次に、ステップS502において、Ver間ソフトアーキ設計データメトリクス変更割合を算出する。これは、具体的にはすでに説明した正規化処理部11による正規化処理(ステップS5021)及び差分抽出部12による差分抽出処理(ステップS5022)によって実行される。 Next, in step S502, the software architecture design data metrics change rate between versions is calculated. Specifically, this is executed by the normalization process (step S5021) by the normalization processing unit 11 and the difference extraction process (step S5022) by the difference extraction unit 12, which have already been described.
 続いて、ステップS503において、現在(変更前)のKPI関連データメトリクス値及びVer間ソフトアーキ設計データメトリクス値差分から、スケール調整部13によるスケール調整が行われ、ステップS504において、データ変更後メトリクス値算出部142によるデータ変更が行われる。 Subsequently, in step S503, the scale adjustment unit 13 performs scale adjustment based on the current (before change) KPI-related data metrics value and the software architecture design data metrics value difference between versions, and in step S504, the post-data change metrics value The data is changed by the calculation unit 142.
 ステップS505において、変更後のKPI関連データメトリクス値が評価予測部15に入力され、KPI予測値が算出される。 In step S505, the changed KPI-related data metrics value is input to the evaluation prediction unit 15, and a KPI predicted value is calculated.
 ステップS507において、以上の処理を入力変数全てに対して実行したかを判定し、入力変数全てに対して実行するまでステップS504~S505の処理を繰り返す。 In step S507, it is determined whether the above processing has been executed for all input variables, and the processing of steps S504 to S505 is repeated until it has been executed for all input variables.
 また上記の処理と並行してまたは先立って、ステップS506において、現在のソフトアーキ設計データメトリクス値及びKPI関連データメトリクス値の、KPI予測値が算出される。 Also, in parallel with or in advance of the above processing, in step S506, KPI predicted values of the current software architecture design data metrics values and KPI related data metrics values are calculated.
 ステップS508において、変動割合算出部16が、変更前後のKPI関連データメトリクス値のKPI予測値から、変動割合を算出する。 In step S508, the fluctuation ratio calculation unit 16 calculates the fluctuation ratio from the KPI predicted value of the KPI-related data metrics values before and after the change.
 最後に、ステップS509において、変動割合比較部17が、入力変数間におけるKPI予測値の変動割合を比較し、入力変数影響度評価結果19として算出する。 Finally, in step S509, the variation rate comparison unit 17 compares the variation rate of the KPI predicted value between the input variables, and calculates the result as the input variable influence degree evaluation result 19.
 以上説明したように、本実施例によれば、KPI関連データメトリクス値を、既知であるソフトアーキ設計データメトリクス値の更新前後と同一の変動幅になるように調整し、KPI予測モデルを用いてKPIを予測している。これにより、ソフトアーキ設計データメトリクス値を含めた、変数毎のKPIへの影響度を評価することが可能になる。従って、当該評価結果を用いて、ソフトアーキ設計の妥当性を迅速に評価することが可能になる。 As explained above, according to this embodiment, the KPI-related data metrics values are adjusted to have the same fluctuation range before and after updating the known software architecture design data metrics values, and the KPI prediction model is used to Predicting KPIs. This makes it possible to evaluate the degree of influence of each variable on the KPI, including the softarchitecture design data metrics values. Therefore, using the evaluation results, it becomes possible to quickly evaluate the validity of the software architecture design.
 以上で説明した本発明の実施例によれば、以下の作用効果を奏する。
(1)本発明に係る開発支援システムの一例は、開発成果物の第1構成要素の更新履歴データ及び第2構成要素の現データを少なくとも記憶する記憶部と、開発成果物の構成要素毎の、開発成果度に対する評価値を予測する評価予測部と、第1構成要素の現データと、更新履歴データのうちの1つのデータである更新前データとの差分を抽出する差分抽出部と、差分抽出部の出力に基づいて、第2構成要素の現データを変更した変更後データを生成するデータ変更部と、を備え、評価予測部は、第1構成要素の現データと更新前データとに基づいて評価値の第1変動値を算出し、第2構成要素の現データと変更後データとに基づいて評価値の第2変動値を算出する。
According to the embodiments of the present invention described above, the following effects are achieved.
(1) An example of the development support system according to the present invention includes a storage unit that stores at least update history data of a first component of a development product and current data of a second component; , an evaluation prediction unit that predicts an evaluation value for the degree of development performance; a difference extraction unit that extracts a difference between the current data of the first component and pre-update data that is one of the update history data; a data modification unit that generates changed data obtained by changing the current data of the second component based on the output of the extraction unit; A first variation value of the evaluation value is calculated based on the current data and the changed data of the second component, and a second variation value of the evaluation value is calculated based on the current data and the changed data of the second component.
 上記構成により、プロジェクト遂行中にソフトアーキ設計を変更した場合、他の入力変数のKPIに対する影響度を予測モデルを用いて予測し、早期にソフトアーキ設計の妥当性を検証することが可能になる。 With the above configuration, if the soft architecture design is changed during project implementation, it is possible to predict the influence of other input variables on KPI using a prediction model and verify the validity of the soft architecture design at an early stage. .
(2)第1構成要素の現データと更新前データとを正規化処理する正規化処理部をさらに備え、差分抽出部は、正規化された第1構成要素の現データと更新前データとの差分を抽出し、データ変更部は、第2構成要素の現データを、差分抽出部が抽出した、正規化された差分に対応するように変更して変更後データを生成する。これにより、構成要素間でデータの粒度や単位が異なっていたとしても、正規化して無次元化することにより容易にデータ間の比較をすることが可能になる。 (2) Further comprising a normalization processing unit that normalizes the current data of the first component and the pre-update data, and the difference extraction unit is configured to normalize the current data of the first component and the pre-update data. After extracting the difference, the data modification section modifies the current data of the second component so as to correspond to the normalized difference extracted by the difference extraction section to generate modified data. As a result, even if the granularity or unit of data differs between constituent elements, it becomes possible to easily compare data by normalizing and making it dimensionless.
(3)第1変動値及び第2変動値のそれぞれの、開発成果度に対する変動割合を算出する変動割合算出部をさらに備える。これにより、変動値間で開発成果に対する影響度の大小を比較することが可能になり、どの構成要素が開発成果により影響を与えるのかを容易に判断することが可能になる。 (3) The apparatus further includes a variation ratio calculation unit that calculates a variation ratio of each of the first variation value and the second variation value to the degree of development performance. This makes it possible to compare the degree of influence on the development results between the variable values, and it becomes possible to easily determine which component has a greater influence on the development results.
(4)評価予測部は、複数の第2構成要素の評価値を予測し、第1構成要素と複数の第2構成要素と間のそれぞれの変動値の割合を比較する変動割合比較部をさらに備える。これにより、(3)の効果に加えて、構成要素が複数ある場合に、それらの影響の大きさを順位付けして把握することが可能になる。 (4) The evaluation prediction unit further includes a fluctuation ratio comparison unit that predicts evaluation values of the plurality of second components and compares the ratio of each fluctuation value between the first component and the plurality of second components. Be prepared. As a result, in addition to the effect (3), when there are multiple constituent elements, it becomes possible to rank and understand the magnitude of their influence.
(5)第1変動値及び第2変動値を出力する出力部をさらに備える。これにより、評価結果を外部の管理者等が閲覧可能な表示装置等に対して出力することが可能になり、管理者等にとって情報管理の利便性が向上する。 (5) The device further includes an output section that outputs the first variation value and the second variation value. This makes it possible to output the evaluation results to a display device or the like that can be viewed by an external administrator or the like, improving the convenience of information management for the administrator or the like.
(6)開発成果物はソフトウェアであり、第1構成要素はソフトウェア自身が含む構成要素であり、第2構成要素は、ソフトウェアの開発環境に関する構成要素またはソフトウェアを実行するためのハードウェアに関する構成要素のいずれかを少なくとも含む。本発明は、このようなソフトウェア開発環境において好適に適用可能である。 (6) The development product is software, the first component is a component included in the software itself, and the second component is a component related to the software development environment or a component related to the hardware for executing the software. Contains at least one of the following. The present invention can be suitably applied in such a software development environment.
 なお、本発明は、上記の実施例に限定されるものではなく、様々な変形が可能である。例えば、上記の実施例は、本発明を分かりやすく説明するために詳細に説明したものであり、本発明は、必ずしも説明した全ての構成を備える態様に限定されるものではない。また、ある実施例の構成の一部を他の実施例の構成に置き換えることが可能である。また、ある実施例の構成に他の実施例の構成を加えることも可能である。また、各実施例の構成の一部について、削除したり、他の構成を追加・置換したりすることが可能である。 Note that the present invention is not limited to the above embodiments, and various modifications are possible. For example, the above-mentioned embodiments have been described in detail to explain the present invention in an easy-to-understand manner, and the present invention is not necessarily limited to embodiments having all the configurations described. Furthermore, it is possible to replace a part of the configuration of one embodiment with the configuration of another embodiment. Further, it is also possible to add the configuration of another embodiment to the configuration of one embodiment. Further, it is possible to delete a part of the configuration of each embodiment, or to add or replace other configurations.
1 開発支援システム、11 正規化処理部、12 差分抽出部、13 スケール調整部、14 データ変更部、15 評価予測部、16 変動割合算出部、17 変動割合比較部、18 評価結果出力部(出力部)、100 記憶部、101 ソフトアーキ設計データ、102 KPI関連データ 1 Development support system, 11 Normalization processing unit, 12 Difference extraction unit, 13 Scale adjustment unit, 14 Data modification unit, 15 Evaluation prediction unit, 16 Change rate calculation unit, 17 Change rate comparison unit, 18 Evaluation result output unit (output section), 100 storage section, 101 software architecture design data, 102 KPI related data

Claims (6)

  1.  開発成果物の評価を支援する開発支援システムであって、
     前記開発成果物の第1構成要素の更新履歴データ及び第2構成要素の現データを少なくとも記憶する記憶部と、
     前記開発成果物の構成要素毎の、開発成果度に対する評価値を予測する評価予測部と、 前記第1構成要素の現データと、前記更新履歴データのうちの1つのデータである更新前データとの差分を抽出する差分抽出部と、
     前記差分抽出部の出力に基づいて、前記第2構成要素の現データを変更した変更後データを生成するデータ変更部と、を備え、
     前記評価予測部は、前記第1構成要素の現データと前記更新前データとに基づいて前記評価値の第1変動値を算出し、前記第2構成要素の現データと前記変更後データとに基づいて前記評価値の第2変動値を算出する、
    ことを特徴とする開発支援システム。
    A development support system that supports evaluation of development products,
    a storage unit that stores at least update history data of a first component and current data of a second component of the development product;
    an evaluation prediction unit that predicts an evaluation value for the degree of development achievement for each component of the development product; current data of the first component; and pre-update data that is one of the update history data; a difference extraction unit that extracts the difference between
    a data changing unit that generates changed data obtained by changing the current data of the second component based on the output of the difference extracting unit;
    The evaluation prediction unit calculates a first variation value of the evaluation value based on the current data of the first component and the pre-update data, and calculates a first variation value of the evaluation value based on the current data of the second component and the post-change data. calculating a second variation value of the evaluation value based on
    A development support system characterized by:
  2.  請求項1に記載の開発支援システムであって、
     前記第1構成要素の現データと前記更新前データとを正規化処理する正規化処理部をさらに備え、
     前記差分抽出部は、正規化された前記第1構成要素の現データと前記更新前データとの差分を抽出し、
     前記データ変更部は、前記第2構成要素の現データを、前記差分抽出部が抽出した、正規化された前記差分に対応するように変更して前記変更後データを生成する、
    ことを特徴とする開発支援システム。
    The development support system according to claim 1,
    further comprising a normalization processing unit that normalizes the current data of the first component and the pre-update data,
    The difference extraction unit extracts a difference between the normalized current data of the first component and the pre-update data,
    The data changing unit changes the current data of the second component to correspond to the normalized difference extracted by the difference extracting unit to generate the changed data.
    A development support system characterized by:
  3.  請求項1に記載の開発支援システムであって、
     前記第1変動値及び前記第2変動値のそれぞれの、前記開発成果度に対する変動割合を算出する変動割合算出部をさらに備える、
    ことを特徴とする開発支援システム。
    The development support system according to claim 1,
    further comprising a variation ratio calculation unit that calculates a variation ratio of each of the first variation value and the second variation value with respect to the development achievement level;
    A development support system characterized by:
  4.  請求項3に記載の開発支援システムであって、
     前記評価予測部は、複数の前記第2構成要素の評価値を予測し、
     前記第1構成要素と前記複数の第2構成要素と間のそれぞれの前記変動値の割合を比較する変動割合比較部をさらに備える、
    ことを特徴とする開発支援システム。
    The development support system according to claim 3,
    The evaluation prediction unit predicts evaluation values of the plurality of second components,
    further comprising a variation ratio comparison unit that compares the ratio of the variation values between the first component and the plurality of second components,
    A development support system characterized by:
  5.  請求項1に記載の開発支援システムであって、
     前記第1変動値及び前記第2変動値を出力する出力部をさらに備える、
    ことを特徴とする開発支援システム。
    The development support system according to claim 1,
    further comprising an output unit that outputs the first variation value and the second variation value,
    A development support system characterized by:
  6.  請求項1に記載の開発支援システムであって、
     前記開発成果物はソフトウェアであり、
     前記第1構成要素は前記ソフトウェア自身が含む構成要素であり、
     前記第2構成要素は、前記ソフトウェアの開発環境に関する構成要素または前記ソフトウェアを実行するためのハードウェアに関する構成要素のいずれかを少なくとも含む、
    ことを特徴とする開発支援システム。
    The development support system according to claim 1,
    The development product is software;
    The first component is a component included in the software itself,
    The second component includes at least either a component related to a development environment for the software or a component related to hardware for executing the software.
    A development support system characterized by:
PCT/JP2023/020992 2022-08-03 2023-06-06 Development support system WO2024029189A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022-123907 2022-08-03
JP2022123907A JP2024021216A (en) 2022-08-03 2022-08-03 Development support system

Publications (1)

Publication Number Publication Date
WO2024029189A1 true WO2024029189A1 (en) 2024-02-08

Family

ID=89849255

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/020992 WO2024029189A1 (en) 2022-08-03 2023-06-06 Development support system

Country Status (2)

Country Link
JP (1) JP2024021216A (en)
WO (1) WO2024029189A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008033545A (en) * 2006-07-27 2008-02-14 Fujitsu Business Systems Ltd Risk computing program
WO2020110201A1 (en) * 2018-11-27 2020-06-04 日本電気株式会社 Information processing device
JP2021071831A (en) * 2019-10-30 2021-05-06 三菱電機株式会社 Machine learning device for software evaluation, software evaluation support device, and machine learning method for software evaluation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008033545A (en) * 2006-07-27 2008-02-14 Fujitsu Business Systems Ltd Risk computing program
WO2020110201A1 (en) * 2018-11-27 2020-06-04 日本電気株式会社 Information processing device
JP2021071831A (en) * 2019-10-30 2021-05-06 三菱電機株式会社 Machine learning device for software evaluation, software evaluation support device, and machine learning method for software evaluation

Also Published As

Publication number Publication date
JP2024021216A (en) 2024-02-16

Similar Documents

Publication Publication Date Title
AU2021273576B2 (en) Model integration tool
US7191435B2 (en) Method and system for optimizing software upgrades
JP2008040760A (en) Apparatus and method of analyzing influence degree of design change in product development process
US20110041120A1 (en) Predicting defects in code
JP5791121B2 (en) Cost calculation apparatus, cost calculation method, and program
CN104573127B (en) Assess the method and system of data variance
EP3367241B1 (en) Method, computer program and system for providing a control signal for a software development environment
WO2024029189A1 (en) Development support system
US7996763B2 (en) Generating metrics on data representations
JP6488891B2 (en) Maintenance work interval determination device
CN115904938A (en) Change risk prevention and control system, method, electronic device and storage medium
Kirschenmann et al. Decision dependent stochastic processes
CN113239064A (en) Database updating method and device, electronic equipment and storage medium
CN110008098B (en) Method and device for evaluating operation condition of nodes in business process
CN114722025A (en) Data prediction method, device and equipment based on prediction model and storage medium
CN113129127A (en) Early warning method and device
JP5532052B2 (en) Evaluation model analysis system, evaluation model analysis method and program
EP3657411A1 (en) Method for risk-based testing
CN111124918A (en) Test data prediction method and device and processing equipment
CN113010418B (en) Progressive gray level publishing method and device
US20240028982A1 (en) Plan making device and plan making method
US20230169367A1 (en) Systems and methods for predicting a target event associated with a machine
CN116244179A (en) System firmware measuring method capable of self-improving
CN115237431A (en) Application delivery method and device
US11003822B2 (en) Analyzing the state of a technical system with respect to requirements compliance

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

Country of ref document: EP

Kind code of ref document: A1