JP6535173B2 - Method and apparatus for optimizing configuration of distributed energy system - Google Patents

Method and apparatus for optimizing configuration of distributed energy system Download PDF

Info

Publication number
JP6535173B2
JP6535173B2 JP2015020542A JP2015020542A JP6535173B2 JP 6535173 B2 JP6535173 B2 JP 6535173B2 JP 2015020542 A JP2015020542 A JP 2015020542A JP 2015020542 A JP2015020542 A JP 2015020542A JP 6535173 B2 JP6535173 B2 JP 6535173B2
Authority
JP
Japan
Prior art keywords
configuration
solution
evaluation function
configuration optimization
maximum number
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2015020542A
Other languages
Japanese (ja)
Other versions
JP2016143336A (en
Inventor
孝一 正岡
孝一 正岡
慎司 平岩
慎司 平岩
文博 本多
文博 本多
村田 亘
亘 村田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kawasaki Motors Ltd
Original Assignee
Kawasaki Jukogyo KK
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 Kawasaki Jukogyo KK filed Critical Kawasaki Jukogyo KK
Priority to JP2015020542A priority Critical patent/JP6535173B2/en
Publication of JP2016143336A publication Critical patent/JP2016143336A/en
Application granted granted Critical
Publication of JP6535173B2 publication Critical patent/JP6535173B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は、分散型エネルギーシステムの構成最適化方法及び装置に関する。   The present invention relates to a method and apparatus for configuration optimization of distributed energy systems.

近年、工業団地、工場および業務用ビルなどの大型施設には、電力や熱などのエネルギーを消費する多くの設備が設けられている。このエネルギーをまかなう供給源として、複数のエネルギー供給機器を組み合わせた分散型エネルギーシステムが提案されている。このような分散型エネルギーシステムの設備計画においては機器の構成を最適化することが求められる。   In recent years, large-scale facilities such as industrial estates, factories and business buildings are provided with many facilities that consume energy such as power and heat. A distributed energy system combining a plurality of energy supply devices has been proposed as a source of energy to be supplied. In the equipment planning of such a distributed energy system, it is required to optimize the equipment configuration.

一般的に、構成最適化の評価関数には運用コストが含まれるため、構成最適化では構成だけでなくその運用も最適化する必要がある。運用最適化の計算モデルを詳細にすると、解の精度は上がるが決定変数が多くなり、計算に非常に時間がかかってしまう。   Generally, since the evaluation function of the configuration optimization includes the operation cost, it is necessary to optimize not only the configuration but also the operation in the configuration optimization. If the calculation model of operation optimization is detailed, the accuracy of the solution increases but the number of decision variables increases, and the calculation takes a very long time.

これに対し、従来は、運用最適化の計算モデルを簡略化し決定変数を減らすことで、混合整数線形計画法を用いて構成と運用を一括最適化する方法(例えば特許文献1を参照)や、遺伝的アルゴリズムを用いて構成の決定と運用最適化の計算を分離する方法(例えば特許文献2を参照)がある。   On the other hand, conventionally, a method of collectively optimizing the configuration and operation using mixed integer linear programming by simplifying the calculation model of operation optimization and reducing the determination variables (see, for example, Patent Document 1), There is a method (see, for example, Patent Document 2) of separating configuration determination and operation optimization calculation using a genetic algorithm.

特開2009−26092号公報JP, 2009-26092, A 特開平11−39004号公報JP-A-11-39004

しかし、特許文献1の方法では、現実的な運用が考慮できず実用的な解が得られない、特許文献2の方法では、ランダム探索手法であるため解の最適性が保証されないといった問題点がある。   However, the method of Patent Document 1 can not consider practical operation and can not obtain a practical solution. The method of Patent Document 2 has a problem that the optimal search of the solution is not guaranteed because it is a random search method. is there.

そこで、本発明は以上のような課題を解決するためになされたものであり、分散型エネルギーシステムの機器の構成を実用的且つ高精度に最適化することを目的とする。   Therefore, the present invention has been made to solve the problems as described above, and it is an object of the present invention to optimize the configuration of devices of a distributed energy system in a practical and highly accurate manner.

<構成最適化方法>
上記の課題を解決するために、本発明のある態様に係る分散型エネルギーシステムの構成最適化方法は、エネルギーを複数のエネルギー供給機器によって供給する分散型エネルギーシステムの設備計画において機器の構成を最適化する方法であって、運用コストを含む任意の評価関数を、任意の制約条件のもとで最小化する機器の構成を求める構成最適化問題について、選択可能な構成機器の最大数が一台少ない構成最適化問題を複数の部分問題として作成し、前記部分問題を再帰的に解くことにより元の問題の解を求める。
<Configuration optimization method>
In order to solve the above problems, the configuration optimization method of a distributed energy system according to an aspect of the present invention optimizes the configuration of equipment in facility planning of a distributed energy system in which energy is supplied by a plurality of energy supply devices. Method to minimize the arbitrary evaluation function including the operation cost under any constraint conditions. For the configuration optimization problem, the maximum number of selectable constituent devices is one. A few configuration optimization problems are created as a plurality of subproblems, and the solution of the original problem is found by solving the subproblems recursively.

ここで、ある構成最適化問題の解は、最大数構成(その問題で選択可能な構成機器の最大設置数を使った構成)か、部分問題の解の中のどれかである。さらに、最大数構成が解となる可能性があるのは、部分問題で制約条件を満たす解がない場合、あるいは部分問題の解がその問題の最大数構成になっているものがある場合のみと考え、最大数構成が解となる可能性がある場合のみ評価関数を計算することで、計算負荷を削減する。これは、通常、エネルギー機器の台数を増やせば設備コストやメンテナンスコストが増え、運用においても1台を定格負荷で運転する方が2台を部分負荷で運転するより効率がよいため、基本的にある機器の台数を1台増やして評価関数が悪くなった場合、同じ機器の台数をそれ以上増やしても評価関数が良くなることはないという発明者らの知見に基づいている。   Here, the solution to a configuration optimization problem is either the maximum number of configurations (configuration using the maximum number of components selectable in the problem) or the solution of subproblems. Furthermore, the maximum number of configurations may be solved only if there is no solution that satisfies the constraint condition for a partial problem, or if there is a solution for the partial problem that has the maximum number configuration of problems. Consider and reduce the computational load by calculating the evaluation function only when the maximum number configuration is likely to be a solution. This is because, generally, increasing the number of energy devices increases equipment costs and maintenance costs, and it is basically more efficient to operate one at rated load than to operate two at partial load in operation as well. When the number of certain devices increases by one and the evaluation function becomes worse, it is based on the inventors' knowledge that the evaluation function does not improve even if the number of the same devices is further increased.

上記構成によれば、機器の構成の決定と運用最適化の計算を分離することができるので、構成と運用を一括最適化する従来の手法に比べて、運用最適化の計算モデルを簡略化する必要がなく、精度の高い解を得ることができる。また、再帰的手法であるため、部分問題をボトムアップ的に解いていくことになり、その中で解となる可能性のある最小の構成のみ運用最適化計算を行うので、計算負荷も少なく実用的な計算時間内で最適構成を求めることができる。また、ランダム探索手法ではなく全探索手法であり、特異なケースを除けば大域的最適解が得られると考えられる。   According to the above configuration, since the determination of the configuration of the device and the calculation of the operation optimization can be separated, the calculation model of the operation optimization is simplified as compared with the conventional method of collectively optimizing the configuration and the operation. It is not necessary to obtain an accurate solution. In addition, since it is a recursive method, partial problems will be solved bottom-up, and only the minimum configuration that can be a solution among them is used for operation optimization calculation, so the calculation load is small and practical The optimal configuration can be determined within typical computing time. Moreover, it is not a random search method but a full search method, and it is considered that a global optimum solution can be obtained except in a specific case.

また、構成最適化問題やその部分問題において制約条件を満たす解がない場合は、制約条件を満たさない度合いに応じて評価関数の値にペナルティを加えた上で、評価関数の値が最小の構成を解としてもよい。上記構成によれば、構成最適化問題の最大数構成が解となる可能性があるのは、部分問題の解が制約条件を満たしていなくても最大数構成である場合のみと考えることができるため、計算負荷を更に削減できる。   In addition, when there is no solution that satisfies the constraint condition in the configuration optimization problem or its subproblem, a configuration in which the evaluation function value is the smallest after adding a penalty to the evaluation function value according to the degree of not satisfying the constraint condition Solution. According to the above configuration, it can be considered that the maximum number configuration of the configuration optimization problem may be solved only when the solution of the partial problem is the maximum number configuration even if the constraints are not satisfied. Therefore, the computational load can be further reduced.

<構成最適化装置>
本発明のその他の態様に係る分散型エネルギーシステムの構成最適化装置は、エネルギーを複数のエネルギー供給機器によって供給する分散型エネルギーシステムの設備計画において機器の構成を最適化する装置であって、運用コストを含む任意の評価関数を、任意の制約条件のもとで最小化する機器の構成を求める構成最適化問題について、選択可能な構成機器の最大数が一台少ない構成最適化問題を複数の部分問題として作成し、前記部分問題を再帰的に解くことにより元の問題の解を求める演算部を備える。
<Configuration Optimization Device>
The configuration optimization device for a distributed energy system according to another aspect of the present invention is a device for optimizing the configuration of a device in facility planning of a distributed energy system in which energy is supplied by a plurality of energy supply devices, For a configuration optimization problem that seeks the configuration of a device that minimizes any evaluation function including cost under any constraint conditions, multiple configuration optimization problems with one less maximum number of selectable components can be selected. The computation unit is provided as a subproblem and generating a solution of the original problem by recursively solving the subproblem.

前記演算部は、前記複数の部分問題のうち少なくとも一つの部分問題について前記制約条件を満たす解がない場合、又は、前記複数の部分問題のうち少なくとも一つの部分問題の解がその部分問題の最大数構成になっている場合は、前記構成最適化問題の解は、前記構成最適化問題の最大数構成又は前記複数の部分問題の解の中で、前記制約条件を満たし、かつ、前記評価関数の値が最小の構成とし、前記複数の部分問題のいずれの部分問題の解も前記制約条件を満たし、かつ前記部分問題のいずれの部分問題の解もその部分問題の最大数構成になっていない場合は、前記構成最適化問題の解は、前記複数の部分問題の解の中で前記評価関数の値が最小の構成とする、ように構成されていてもよい。   If the computing unit does not have a solution satisfying the constraint condition for at least one subproblem among the plurality of subproblems, or a solution of at least one subproblem among the plurality of subproblems is the maximum In the case of several configurations, the solution of the configuration optimization problem satisfies the constraints among the maximum number configurations of the configuration optimization problem or the solutions of the plurality of subproblems, and the evaluation function The solution of any subproblem of the plurality of subproblems satisfies the constraint, and the solution of any subproblem of the subproblem is not the maximum number composition of the subproblems. In the case, the solution of the configuration optimization problem may be configured such that the value of the evaluation function is the smallest among the solutions of the plurality of subproblems.

前記演算部は、前記部分問題において前記制約条件を満たす解がない場合は、前記制約条件を満たさない度合いに応じて前記評価関数の値にペナルティを加え、ペナルティを加えた前記評価関数の値が最小の構成を解とするものとし、前記複数の部分問題のうち少なくとも一つの部分問題の解がその部分問題の最大数構成になっている場合は、前記構成最適化問題の解は、前記構成最適化問題の最大数構成又は前記複数の部分問題の解の中で、前記ペナルティを加えた前記評価関数の値が最小の構成とし、前記複数の部分問題のいずれの部分問題の解もその部分問題の最大数構成になっていない場合は、前記構成最適化問題の解は、前記複数の部分問題の解の中で前記ペナルティを加えた前記評価関数の値が最小の構成とする、ように構成されていてもよい。   The calculation unit adds a penalty to the value of the evaluation function according to the degree of failure to satisfy the restriction condition when there is no solution satisfying the restriction condition in the partial problem, and the value of the evaluation function to which the penalty is added is If the solution of at least one of the plurality of partial problems is the maximum number configuration of the partial problems, the solution of the configuration optimization problem is the solution. Among the maximum number configuration of the optimization problem or the solution of the plurality of subproblems, the value of the evaluation function to which the penalty is added is the smallest, and the solution of any subproblem of the plurality of subproblems The solution of the configuration optimization problem is configured such that the value of the evaluation function to which the penalty is added is the smallest among the solutions of the plurality of subproblems, if the problem is not in the maximum number configuration. Composed It may be.

本発明によれば、分散型エネルギーシステムの機器の構成を実用的且つ高精度に最適化することができる。   According to the present invention, the device configuration of the distributed energy system can be optimized practically and with high accuracy.

本発明の一実施形態に係る構成最適化装置の処理対象である分散型エネルギーシステム、および、需要家の構成の一例を示すブロック図である。It is a block diagram which shows an example of a distributed energy system which is a process target of the structure optimization apparatus which concerns on one Embodiment of this invention, and a consumer's. 図1の分散型エネルギーシステムの構成最適化装置の構成の一例を示すブロック図及びデータフロー図である。It is a block diagram and a data flow figure showing an example of composition of a configuration optimization device of a distributed energy system of FIG. 図2の演算部において構成最適化方法を実行する機能ブロック及びデータフロー図である。It is a functional block and data flow figure which perform the structure optimization method in the calculating part of FIG. 図3の構成最適化部の再帰プロセスによって展開される部分問題の一例を示す図である。It is a figure which shows an example of the partial problem expand | deployed by the recursive process of the structure optimization part of FIG. 図2の構成最適化装置による構成最適化方法の一例を示すフローチャートである。It is a flowchart which shows an example of the structure optimization method by the structure optimization apparatus of FIG. 図5の構成最適化演算の詳細を示すフローチャートである。It is a flowchart which shows the detail of the structure optimization calculation of FIG.

本発明の実施の形態について、図面を参照しつつ説明する。以下では、全ての図面を通じて同一又は相当する要素には同じ符号を付して、重複する説明は省略する。   Embodiments of the present invention will be described with reference to the drawings. In the following, the same or corresponding elements are denoted by the same reference numerals throughout all the drawings, and redundant description will be omitted.

図1は、本発明の一実施形態に係る構成最適化装置の処理対象である分散型エネルギーシステム、および、需要家の構成の一例を示すブロック図である。図1に示すように、分散型エネルギーシステム20は、需要家30にエネルギーを供給する供給源である。需要家30は、エネルギーを消費する設備31により構成されている。需要家30としては、たとえば、工業団地、工場および業務用ビルなどの施設、ならびに、都市などの消費地などが挙げられる。   FIG. 1 is a block diagram showing an example of the configuration of a distributed energy system to be processed by a configuration optimization apparatus according to an embodiment of the present invention, and a customer. As shown in FIG. 1, the distributed energy system 20 is a supply source for supplying energy to the customer 30. The customer 30 is constituted by a facility 31 that consumes energy. The customers 30 include, for example, facilities such as industrial estates, factories and business buildings, and consumption places such as cities.

分散型エネルギーシステム20は、複数のエネルギー供給機器21により構成されている。エネルギーは、一次エネルギー源から変換して生成される二次エネルギーであって、たとえば、電力および蒸気(熱)が例として挙げられる。   The distributed energy system 20 is configured by a plurality of energy supply devices 21. Energy is secondary energy produced by conversion from a primary energy source, such as, for example, power and steam (heat).

エネルギー供給機器(以下、単に機器ともいう)21は、一次エネルギー源から二次エネルギーに変換する装置である。エネルギー供給機器21として、たとえば、石炭火力発電装置(石炭火力)、ガスタービン、ガスエンジン、燃料電池、太陽光発電、吸収式冷凍機、ボイラ等の種類がある。本実施形態ではエネルギー供給機器21は、選択可能なm種類(mは1以上の整数)の機器1〜機器mにより構成される。   An energy supply device (hereinafter, also simply referred to as a device) 21 is a device that converts a primary energy source into secondary energy. Examples of the energy supply device 21 include types such as a coal thermal power generation apparatus (coal power plant), a gas turbine, a gas engine, a fuel cell, solar power generation, an absorption refrigerator, and a boiler. In the present embodiment, the energy supply device 21 is configured by m types (m is an integer of 1 or more) of selectable devices 1 to m.

図2は、図1の分散型エネルギーシステム20の構成を最適化する装置(以下、単に構成最適化装置という)の構成の一例を示すブロック図及びデータフロー図である。図2に示すように、構成最適化装置10には、入力装置(図示せず)によってパラメータが入力される。ここでパラメータは、分散型エネルギーシステム20の構成最適化問題10A、デマンド入力条件10B、及び機器のデータベース10Cに関する情報を含む。   FIG. 2 is a block diagram and a data flow diagram showing an example of the configuration of an apparatus for optimizing the configuration of the distributed energy system 20 of FIG. 1 (hereinafter simply referred to as the configuration optimization apparatus). As shown in FIG. 2, parameters are input to the configuration optimization apparatus 10 by an input device (not shown). Here, the parameters include information on the configuration optimization problem 10A of the distributed energy system 20, the demand input condition 10B, and the database 10C of the device.

構成最適化問題10Aに関する情報とは、分散型エネルギーシステム20の選択可能な構成機器の種類、各機器毎の最小設置数及び最大設置数の情報である。デマンド入力条件に関する情報とは、電力や蒸気などのデマンドパターン、燃料単価、買電単価、評価年数等の情報である。機器データベースに関する情報とは、機器特性、設備費、メンテナンス費等の情報である。   The information related to the configuration optimization problem 10A is information on the types of selectable constituent devices of the distributed energy system 20, the minimum number of installation for each device, and the maximum number of installation. The information related to the demand input condition is information such as a demand pattern such as electric power and steam, a fuel unit price, a purchase unit price, and a number of evaluation years. The information related to the device database is information such as device characteristics, equipment costs, maintenance costs, and the like.

構成最適化装置10は、演算部11および記憶部12を備え、例えば、コンピュータによって構成される。演算部11および記憶部12は、たとえば、それぞれ、コンピュータのCPU及び内部メモリによって構成される。   The configuration optimization device 10 includes an arithmetic unit 11 and a storage unit 12, and is configured by, for example, a computer. Arithmetic unit 11 and storage unit 12 are each configured of, for example, a CPU of a computer and an internal memory.

演算部11は、入力されたパラメータに基づいて、分散型エネルギーシステム20の構成最適化方法を実行するための演算処理を行い、最適構成10Dを出力する。ここで最適構成10Dとは、選択可能なm種類の機器(機器1〜機器m)の各機器の最適な設置数(n〜n)である。 The calculation unit 11 performs calculation processing for executing the configuration optimization method of the distributed energy system 20 based on the input parameters, and outputs the optimum configuration 10D. The here optimal configuration 10D, a selectable m types of equipment optimum installation number of each device (device 1 Equipment m) (n 1 ~n m) .

記憶部12には、パラメータ、評価関数、構成最適化プログラムその他情報が記憶される。構成最適化プログラムは、分散型エネルギーシステム20の構成最適化方法をコンピュータ(演算部11)に実行させるためのプログラムである。なお、構成最適化プログラムは、コンピュータに内蔵された記憶部12に記憶されたものに限定されず、記憶媒体や他の記憶部に記憶されたものであってもよいし、入力装置によって入力されたものであってもよいし、ネットワークを介して受信されたものであってもよい。   The storage unit 12 stores parameters, an evaluation function, a configuration optimization program and other information. The configuration optimization program is a program for causing a computer (calculation unit 11) to execute the configuration optimization method of the distributed energy system 20. The configuration optimization program is not limited to one stored in the storage unit 12 incorporated in the computer, but may be one stored in a storage medium or another storage unit, or may be input by an input device. Or may be received via a network.

図3は、図2の演算部11において構成最適化方法を実行する機能ブロック及びデータフロー図である。図3に示すように、演算部11は、構成最適化部15と、ランニング評価部16と、イニシャル評価部17と、トータル評価部18を含む各機能ブロックを実現する(各機能ブロックとして動作する)ように構成されている。ここで15A〜15Eは各ブロック間の演算に用いられるデータを示している。   FIG. 3 is a functional block and data flow diagram for executing the configuration optimization method in the operation unit 11 of FIG. As shown in FIG. 3, the calculation unit 11 realizes each function block including the configuration optimization unit 15, the running evaluation unit 16, the initial evaluation unit 17, and the total evaluation unit 18 (operates as each function block) ) Is configured. Here, 15A to 15E indicate data used for operations between blocks.

構成最適化部15は、入力された構成最適化問題10Aを解くため、構成最適化問題10Aの選択可能な構成機器の最大数が一台少ない構成最適化問題を複数の部分問題15Aとして作成する。構成最適化問題10Aは、運用コストを含む任意の評価関数を、任意の制約条件のもとで最小化する機器の構成を求める問題である。
ここで与えられた構成最適化問題Pを、選択可能な構成機器の最大数n max〜n maxを使って(n max,n max,…,n max)と表現すると、その部分問題15Aはm個あり、以下のP〜Pのようになる。
In order to solve the input configuration optimization problem 10A, the configuration optimization unit 15 creates, as a plurality of partial problems 15A, a configuration optimization problem in which the maximum number of selectable components of the configuration optimization problem 10A is smaller by one. . The configuration optimization problem 10A is a problem of finding a configuration of an apparatus that minimizes any evaluation function including the operation cost under any constraint.
Expressing the configuration optimization problem P 0 given here as (n 1 max , n 2 max ,..., N m max ) using the maximum number n 1 max to n m max of selectable components: There are m subproblems 15A, and they become P 1 to P m below.

(P)(n max−1,n max,…,n max
(P)(n max,n max−1,…,n max

(P)(n max,n max,…,n max−1)・・・(1)
(P 1 ) (n 1 max −1, n 2 max ,..., N m max )
(P 2 ) (n 1 max , n 2 max −1,..., N m max )
:
(P m ) (n 1 max , n 2 max ,..., N m max −1) (1)

さらに構成最適化部15は、作成した部分問題15Aを解くため、部分問題15Aを新たに構成最適化問題10Aと見做して呼び出すことができる再帰プロセスになっている。   Furthermore, in order to solve the created partial problem 15A, the configuration optimization unit 15 is a recursive process that can be called by newly considering the partial problem 15A as the configuration optimization problem 10A.

図4は構成最適化部15の再帰プロセスによって展開される部分問題15Aの一例を示す図であり、選択可能な構成機器が3種類(m=1,2,3例えば機器m=1はガスタービン、機器m=2はガスエンジン,機器m=3はボイラ)、各機器の最小設置数がn min=n min=n min=0、最大設置数がn max=n max=n max=2の構成最適化問題(2,2,2)に対する部分問題の展開図である。図4の上位側の要素と下位側の要素が元の構成最適化問題と部分問題の関係にあり、元の構成最適化問題に対応する部分問題が線で結ばれている。例えば、同図では、最上位に位置する構成最適化問題(2,2,2)に対し、選択可能な構成機器の最大数が一台少ない構成最適化問題(1,2,2)、(2,1,2)、(2,2,1)が複数の部分問題15Aとして作成される。そして、部分問題(1,2,2)、(2,1,2)、(2,2,1)は、再帰プロセスによって、新たに構成最適化問題10Aと見做され、選択可能な構成機器の最大数が一台少ない構成最適化問題(0,2,2)、(1,1,2)、(1,2,1)、(2,0,2)、(2,1,1)、(2,2,0)が複数の部分問題15Aとして作成される。 FIG. 4 is a view showing an example of the partial problem 15A developed by the recursive process of the configuration optimization unit 15. Three types of selectable constituent devices (m = 1, 2, 3, for example, device m = 1 is a gas turbine) , Equipment m = 2 gas engine, equipment m = 3 boilers), minimum installation number of each equipment is n 1 min = n 2 min = n 3 min = 0, maximum installation number is n 1 max = n 2 max = n 3 is an exploded view of a portion problems for max = 2 configuration optimization problem (2,2,2). The upper element and the lower element in FIG. 4 are in the relation between the original configuration optimization problem and the partial problem, and the partial problems corresponding to the original configuration optimization problem are connected by a line. For example, in the figure, the configuration optimization problem (1, 2, 2) in which the maximum number of selectable constituent devices is one less than the configuration optimization problem (2, 2, 2) positioned at the top is 2, 1, 2) and (2, 2, 1) are created as a plurality of subproblems 15A. Then, the partial problems (1, 2, 2), (2, 1, 2), (2, 2, 1) are newly regarded as the configuration optimization problem 10A by the recursive process, and the selectable component devices Configuration optimization problems with one less maximum number (0, 2, 2), (1, 1, 2), (1, 2, 1), (2, 0, 2), (2, 1, 1) , (2, 2, 0) are created as a plurality of subproblems 15A.

図4からわかるように部分問題15Aは複数の上位問題に対して共通になることが多いが、一度求めた部分問題15Aの解は記憶部12に記録しておき、計算結果を再利用することで計算時間を短縮できる。尚、本実施形態では、展開図を図示できるように構成の組み合わせ数が少ない例を示しているが、構成最適化問題10Aは、実際、数万〜数十万通りの組み合わせ数でもよい。   As can be seen from FIG. 4, the subproblem 15A is often common to a plurality of upper problems, but the solution of the subproblem 15A obtained once is recorded in the storage unit 12 and the calculation result is reused. Calculation time can be shortened. In the present embodiment, an example is shown in which the number of combinations of configurations is small so that a developed view can be illustrated, but the configuration optimization problem 10A may actually be tens of thousands to hundreds of thousands of combinations.

構成最適化部15は、構成最適化問題10Aについて、その部分問題15Aの解以外に解となる可能性がある構成(機器1〜機器mの各設置数n〜n)15Bを探索する。具体的には、構成最適化問題10Aの最大数構成(その問題で選択可能な構成機器の最大設置数を使った構成、すなわち、n=n max,n=n max,…,n=n maxの構成)が解となる可能性があるか判断する。本実施形態では、例えば、構成最適化問題10Aの最大数構成が解となる可能性があるのは、部分問題15Aの解がその問題の最大数構成になっているものがある場合のみと考える。これは、通常、エネルギー設備では、ある機器の台数を1台増やして評価関数が悪くなった場合、同じ機器の台数をそれ以上増やしても評価関数が良くなることはないという知見に基づいている。 The configuration optimization unit 15 searches the configuration optimization problems 10A for configurations (numbers of installation n 1 to n m of devices 1 to m ) 15B that can be solutions other than the solution of the partial problem 15A. . Specifically, the maximum number of configurations of the configuration optimization problem 10A (a configuration using the maximum number of components selectable in the problem, that is, n 1 = n 1 max , n 2 = n 2 max , ..., Determine whether there is a possibility that n m = n m max ) is a solution. In the present embodiment, for example, it is considered that the maximum number configuration of the configuration optimization problem 10A may be a solution only when there is a solution of the subproblem 15A having the maximum number configuration of the problems. . This is based on the knowledge that, in general, in the case of an energy facility, if the number of certain devices is increased by one and the evaluation function becomes worse, the evaluation function will not be improved even if the number of same devices is further increased. .

構成最適化部15は、構成最適化問題10Aについて、その部分問題15Aの解以外に解となる可能性があると判断した構成15Bをランニング評価部16及びイニシャル評価部17に出力し、構成15Bのトータルコスト(評価関数)15Eをトータル評価部18から取得する。そして部分問題15Aの解と比較して評価関数の最も小さい構成を構成最適化問題10Aの解とし、その評価関数の値とともに記憶部12に保存する。   The configuration optimization unit 15 outputs, to the running evaluation unit 16 and the initial evaluation unit 17, the configuration 15B determined that the configuration optimization problem 10A may be a solution other than the solution of the subproblem 15A, and the configuration 15B. The total cost (evaluation function) 15E of is obtained from the total evaluation unit 18. Then, the smallest configuration of the evaluation function as compared with the solution of the partial problem 15A is used as the solution of the configuration optimization problem 10A, and is stored in the storage unit 12 together with the value of the evaluation function.

構成最適化部15は、再帰プロセスの最初の呼び出しにおける構成最適化問題10Aの解を最適構成(機器1〜機器mの最適な各設置数n〜n)10Dとして出力する。本実施形態では、構成最適化部15は、後述するように、最大設置数が最小設置数と等しい部分問題15Aからボトムアップ的に解いていき、最終的に、再帰プロセスの最初の呼び出しにおける構成最適化問題10Aの解を求める。 The configuration optimization unit 15 outputs the solution of the configuration optimization problem 10A in the first call of the recursive process as the optimal configuration (the optimum installation numbers n 1 to n m of the device 1 to the device m ) 10D. In the present embodiment, as described later, the configuration optimization unit 15 solves from the subproblem 15A where the maximum installation number is equal to the minimum installation number in a bottom-up manner, and finally the configuration in the first call of the recursive process Find a solution for the optimization problem 10A.

ランニング評価部16は、デマンドパターン、燃料単価、買電単価、機器特性(効率、運転制約)、メンテナンス費、及び構成最適化部15から入力された構成15Bに関する情報に基づいて、式(2)のランニングコスト15Cを算出し、これをトータル評価部18に出力する。   The running evaluation unit 16 calculates the equation (2) based on the demand pattern, the fuel unit price, the unit price of electricity purchase, the device characteristics (efficiency, operation restriction), the maintenance cost, and the information on the configuration 15 B input from the configuration optimization unit 15. The running cost 15 C of is calculated and output to the total evaluation unit 18.

Figure 0006535173
Figure 0006535173

ここで、Dは季節kの日数、Fk,tは機器1〜機器mがそれぞれn〜n台設置されているとき、季節kの時刻tにおける最小運用コストである。運用コストは各機器の燃料単価と買電単価、メンテナンス費などを含む。また、その季節・時刻のエネルギー需要を満たせない場合は、エネルギーの不足量に応じて運用コストにペナルティを加える。なお、エネルギー需要は電力や蒸気、温水、冷水など同時に複数あってもよい。Fk,tを求めるには、設置された機器(n+n+…+n台分)の起動停止状態や運転負荷、買電量などを運用コストが最小となるように決める必要があるが、これは既存の運用最適化手法を用いて求めることができる(例えば特開2004−317049号公報を参照)。 Here, D k is the number of days of season k, and F k, t is the minimum operation cost at time t of season k when devices 1 to m are respectively installed in n 1 to nm units. The operation costs include the unit price of fuel for each device, the unit price of electricity purchase, maintenance costs, etc. In addition, if it can not meet the energy demand for the season / time, it penalizes the operation cost according to the energy shortage. In addition, the energy demand may include a plurality of electric power, steam, hot water, cold water and the like at the same time. In order to obtain F k, t , it is necessary to decide the start / stop status of the installed equipment (for n 1 + n 2 + ... + nm units), the operation load, the amount of purchased electricity, etc. so as to minimize the operation cost. This can be determined using the existing operation optimization method (see, for example, Japanese Patent Application Laid-Open No. 2004-317049).

イニシャル評価部17は、機器データベースの設備費、及び構成最適化部15から入力された構成15Bに関する情報に基づいて、式(3)のイニシャルコスト15Dを算出し、これをトータル評価部18に出力する。   The initial evaluation unit 17 calculates the initial cost 15D of equation (3) based on the equipment cost of the device database and the information on the configuration 15B input from the configuration optimization unit 15, and outputs this to the total evaluation unit 18. Do.

Figure 0006535173
Figure 0006535173

ここで、Cmは機器mの設備コストである。   Here, Cm is the equipment cost of the device m.

トータル評価部18は、ランニング評価部16から入力されたランニングコスト15C、及びイニシャル評価部17から入力されたイニシャルコスト15D、及び評価年数Yに関する情報に基づいて、式(4)のトータルコスト(評価関数J)15Eを算出し、これを構成最適化部15に出力する。   The total evaluation unit 18 calculates the total cost of the equation (4) based on the running cost 15C input from the running evaluation unit 16, the initial cost 15D input from the initial evaluation unit 17, and information on the evaluation year Y (evaluation A function J) 15E is calculated, and this is output to the configuration optimization unit 15.

Figure 0006535173
Figure 0006535173

次に、図5〜図6を用いて構成最適化演算の手順について説明する。まず、構成最適化装置10は、パラメータを取得する(図5のステップS1)。分散型エネルギーシステム20の構成最適化問題10A、デマンド入力条件10B、及び機器のデータベース10Cに関する情報である。本実施形態では構成最適化問題10Aに関するパラメータとして、選択可能な構成機器の種類m(m=1,2,3)、各機器の最小設置数(n min=n min=n min=0)、最大設置数(n max=n max=n max=2)が入力される。 Next, the procedure of the configuration optimization calculation will be described with reference to FIGS. First, the configuration optimization apparatus 10 acquires parameters (step S1 in FIG. 5). It is information related to the configuration optimization problem 10A of the distributed energy system 20, the demand input condition 10B, and the database 10C of the device. In this embodiment, as parameters related to the configuration optimization problem 10A, types of selectable component devices m (m = 1, 2, 3), and the minimum number of installed devices of each device (n 1 min = n 2 min = n 3 min = 0) The maximum installation number (n 1 max = n 2 max = n 3 max = 2) is input.

次に、構成最適化装置10は、エネルギー機器の最適構成(機器1〜機器mの最適な各設置数n〜n)を求める(図5のステップS2)。ステップS2において、まず、構成最適化部15は、図6に示すように、与えられた構成最適化問題における最小設置数が最大設置数と等しいか否かを判定する(ステップS21)。本実施形態では最初に与えられた構成最適化問題10Aについて各機器の最小設置数は0、最大設置数は2であるので、最小設置数と最大設置数は異なる。 最小設置数と最大設置数が異なる場合は(ステップS21でNO)、構成最適化部15は、与えられた構成最適化問題10Aについて、選択可能な構成機器の最大数が一台少ない構成最適化問題を複数の部分問題15Aとして作成する(ステップS24)。例えば、与えられた構成最適化問題(2,2,2)に対し、選択可能な構成機器の最大数が一台少ない構成最適化問題(1,2,2)、(2,1,2)、(2,2,1)を部分問題15Aとして作成する(図4の最上位参照)。 Next, the configuration optimization device 10 obtains the optimal configuration of the energy device (the optimum number of installation n 1 to n m of the device 1 to the device m ) (step S2 in FIG. 5). In step S2, first, as shown in FIG. 6, the configuration optimization unit 15 determines whether the minimum number of installation in the given configuration optimization problem is equal to the maximum number of installation (step S21). In the present embodiment, the minimum installation number of each device is 0 and the maximum installation number is 2 for the configuration optimization problem 10A given first, so the minimum installation number and the maximum installation number are different. If the minimum number of installations and the maximum number of installations are different (NO in step S21), configuration optimization unit 15 optimizes the configuration for which the maximum number of selectable components is less for one given configuration optimization problem 10A. The problem is created as a plurality of partial problems 15A (step S24). For example, for a given configuration optimization problem (2, 2, 2), the configuration optimization problem (1, 2, 2), (2, 1, 2) in which the maximum number of selectable components is one less , (2, 2, 1) as a subproblem 15A (see the top of FIG. 4).

次に、構成最適化部15は、記憶部12を参照して、部分問題15Aについて計算が完了しているか否かを確認し(ステップS25)、計算済みでない場合には部分問題15Aを新たに構成最適化問題10Aと見做してステップS2を再帰的に呼び出し、構成最適化演算を実行する(ステップS26)。ここでは、構成最適化問題(1,2,2)、(2,1,2)、(2,2,1)をそれぞれ解くための3つのプロセスを呼び出す。さらに、例えば、3つのプロセスの中の構成最適化問題(1,2,2)が与えられたプロセスでは、部分問題(0,2,2)、(1,1,2)、(1,2,1)を作成し、これを解くための3つのプロセスを呼び出す。このように、構成最適化部15は、そのプロセスに与えられた構成最適化問題10Aの最大設置数が最小設置数と等しくなるまで、部分問題15Aを作成し、それを解くためのプロセスを呼び出す。例えば、構成最適化問題(0,0,1)が与えられたプロセスでは、最大設置数が最小設置数と等しい部分問題(0,0,0)が作成され、構成最適化問題(0,0,0)を解くためのプロセスが呼び出される(図4の最下位参照)。最小設置数と最大設置数が等しい場合には(ステップS21でYES)、構成最適化部15は、最小設置数と最大設置数が等しい構成を解とする。したがって、構成最適化問題(0,0,0)が与えられたプロセスでは、この構成n=n=n=0をランニング評価部16とイニシャル評価部17に出力し、トータル評価部18から評価関数Jを取得する(ステップS22)。当然のことながら、構成n=n=n=0は制約条件を満たさないが、本実施形態では、制約条件を満たさない度合いに応じて評価関数Jの値にペナルティを加える。その評価関数を記憶部12に保存し(ステップS23)、構成n=n=n=0を構成最適化問題(0,0,0)の最適解10Dとして出力する。そして、構成最適化問題(0,0,1)が与えられたプロセスでは、部分問題(0,0,0)の解が計算されたことになり(ステップS26が完了)、次のステップに進む。 Next, the configuration optimization unit 15 refers to the storage unit 12 to check whether or not the calculation for the subproblem 15A is completed (step S25), and if not already calculated, the subproblem 15A is newly added. Step S2 is called recursively on the assumption that the configuration optimization problem 10A, and the configuration optimization operation is executed (step S26). Here, three processes for respectively solving configuration optimization problems (1, 2, 2), (2, 1, 2), and (2, 2, 1) are called. Furthermore, for example, in a process given a configuration optimization problem (1, 2, 2) among three processes, subproblems (0, 2, 2), (1, 1, 2), (1, 2) , 1) create and call three processes to solve this. Thus, the configuration optimization unit 15 creates a subproblem 15A and calls a process for solving it until the maximum number of installed configuration optimization problems 10A given to the process becomes equal to the minimum number of installations. . For example, in a process given a configuration optimization problem (0, 0, 1), a subproblem (0, 0, 0) with the maximum number of installations equal to the minimum number of installations is created, and the configuration optimization problem (0, 0) , 0) is called (see the bottom of FIG. 4). If the minimum installation number and the maximum installation number are equal (YES in step S21), the configuration optimization unit 15 solves the configuration in which the minimum installation number and the maximum installation number are equal. Therefore, in the process in which the configuration optimization problem (0, 0, 0) is given, the configuration n 1 = n 2 = n 3 = 0 is output to the running evaluation unit 16 and the initial evaluation unit 17, and the total evaluation unit 18 The evaluation function J is acquired from (step S22). As a matter of course, the configuration n 1 = n 2 = n 3 = 0 does not satisfy the constraint, but in the present embodiment, a penalty is added to the value of the evaluation function J according to the degree of not satisfying the constraint. The evaluation function is stored in the storage unit 12 (step S23), and the configuration n 1 = n 2 = n 3 = 0 is output as the optimal solution 10D of the configuration optimization problem (0, 0, 0). Then, in the process given the configuration optimization problem (0, 0, 1), the solution of the subproblem (0, 0, 0) is calculated (step S 26 is completed), and the process proceeds to the next step .

次に、構成最適化部15は、部分問題15Aの解について、最大数構成(その問題で選択可能な構成機器の最大設置数を使った構成)の解が存在するか否かを確認する(ステップS27)。具体的には、例えば、構成最適化問題(0,0,1)が与えられたプロセスでは、部分問題(0,0,0)の解について最大数構成(その問題で選択可能な構成機器の最大設置数を使った構成)の解が存在するか否かを確認する。   Next, the configuration optimization unit 15 checks whether or not there is a solution of the maximum number of configurations (a configuration using the maximum number of installable component devices that can be selected in the problem) for the solution of the subproblem 15A ( Step S27). Specifically, for example, in the process in which the configuration optimization problem (0, 0, 1) is given, the solution of the subproblem (0, 0, 0) has the maximum number of configurations (the components selectable in the problem Check if there is a solution (configuration using the maximum number of installations).

次に、構成最適化部15は、最大数構成の解が存在する場合には(ステップS27でYES)、与えられた構成最適化問題の最大数構成の評価関数を計算する(ステップS28)。そして、構成最適化部15は、与えられた構成最適化問題の最大数構成の解と部分問題の解の中で最良の解を選択する(ステップS29)。ここで構成最適化問題(0,0,1)の部分問題(0,0,0)の解n=n=n=0はその最大数構成となっているので(ステップS26)、ステップS28において、構成最適化問題(0,0,1)の最大数構成n=n=0、n=1の評価関数を計算し、ステップS29において、構成最適化問題(0,0,1)の最大数構成n=n=0、n=1又は部分問題(0,0,0)の解n=n=n=0のうち、ペナルティを加えた評価関数の値が最小の構成を解とする。 Next, when there is a solution with the maximum number of configurations (YES in step S27), the configuration optimization unit 15 calculates an evaluation function of the maximum number configuration of the given configuration optimization problem (step S28). Then, the configuration optimization unit 15 selects the best solution among the solution of the maximum number configuration of the given configuration optimization problem and the solution of the partial problem (step S29). Here, the solution n 1 = n 2 = n 3 = 0 of the partial problem (0,0,0) of the configuration optimization problem (0,0,1) has the maximum number configuration (step S 26), In step S28, the evaluation function of the maximum number configuration n 1 = n 2 = 0 and n 3 = 1 of the configuration optimization problem (0,0,1) is calculated, and in step S29, the configuration optimization problem (0,0 , 1) The evaluation function to which a penalty is added among the maximum number configuration n 1 = n 2 = 0, n 3 = 1 or the solution n 1 = n 2 = n 3 = 0 of the subproblem (0,0,0) Solve the configuration with the smallest value of.

一方、最大数構成の解が存在しない場合には(ステップS27でNO)、部分問題の解の中で最良の解を選択する(ステップS30)。つまり、構成最適化部15は、部分問題15Aのいずれの部分問題の解もその問題の最大数構成になっていない場合には、部分問題15Aの解の中でペナルティを加えた評価関数の値が最小の構成を、与えられた構成最適化問題10Aの解とする。   On the other hand, when there is no solution with the maximum number configuration (NO in step S27), the best solution among solutions of the partial problem is selected (step S30). That is, the configuration optimization unit 15 calculates the value of the evaluation function to which the penalty is added in the solution of the subproblem 15A when none of the solutions of the subproblems of the subproblem 15A is the maximum number configuration of the problem. Let the smallest configuration be the solution of the given configuration optimization problem 10A.

最後に、選択した解とその評価関数を記憶部12に保存し(ステップS23)、選択した解を出力する。このように再帰プロセスでは、下位側の(組み合わせ数が少ない)構成最適化問題(0,0,1)(0,1,0)(1,0,0)の解を計算した後、上位側の(組み合わせ数が多い)構成最適化問題(0,0,2)、(0,1,1)、(0,2,0)、(1,0,1)、(1,1,0)、(2,0,0)の解を計算することになり、構成最適化問題10Aをボトムアップ的に解いていく。そして、最終的に、ステップS2の最初の呼び出しにおける構成最適化問題(2,2,2)の解を最適解として出力する(図5のステップS3)。   Finally, the selected solution and its evaluation function are stored in the storage unit 12 (step S23), and the selected solution is output. Thus, in the recursive process, after the solution of the lower-order (small number of combinations) configuration optimization problem (0, 0, 1) (0, 1, 0) (1, 0, 0) is calculated, Configuration optimization problems (0, 0, 2), (0, 1, 1), (0, 2, 0), (1, 0, 1), (1, 1, 0) , (2, 0, 0) are to be calculated, and the configuration optimization problem 10A is solved in a bottom-up manner. Finally, the solution of the configuration optimization problem (2, 2, 2) in the first call of step S2 is output as the optimal solution (step S3 in FIG. 5).

[作用効果]
本実施形態では、ある構成最適化問題10Aの解は、最大数構成(その問題で選択可能な構成機器の最大設置数を使った構成)か、部分問題15Aの解の中のどれかである。さらに、最大数構成が解となる可能性があるのは、部分問題15Aの解がその問題の最大数構成になっているものがある場合のみと考え、構成最適化部15により、最大数構成が解となる可能性がある場合のみ評価関数を計算することで、計算負荷を削減する。
[Function effect]
In the present embodiment, the solution to a configuration optimization problem 10A is either the maximum number of configurations (configuration using the maximum number of components selectable in the problem) or the solution to the subproblem 15A. . Furthermore, the configuration optimization unit 15 considers that the maximum number configuration may be a solution only if there is a solution with subproblem 15A that is the maximum number configuration of the problem. Reduce the computational load by computing the evaluation function only when there is a possibility of solution.

本実施形態によれば、機器の構成の決定と運用最適化の計算を分離することができるので、構成と運用を一括最適化する従来の手法に比べて、運用最適化の計算モデルを簡略化する必要がなく、精度の高い解を得ることができる。また、再帰的手法であるため、部分問題15Aをボトムアップ的に解いていくことになり、その中で解となる可能性のある最小の構成のみ運用最適化計算を行うので、計算負荷も少なく実用的な計算時間内で最適構成を求めることができる。また、ランダム探索手法ではなく全探索手法であり、特異なケースを除けば大域的最適解が得られると考えられる。   According to the present embodiment, since the determination of the configuration of the device and the calculation of the operation optimization can be separated, the calculation model of the operation optimization is simplified as compared with the conventional method of collectively optimizing the configuration and the operation. It is not necessary to do this, and a highly accurate solution can be obtained. In addition, since it is a recursive method, subproblem 15A will be solved in a bottom-up manner, and only the minimum configuration that can be a solution among them is used for operation optimization calculation, so the calculation load is also small. The optimum configuration can be determined within a practical calculation time. Moreover, it is not a random search method but a full search method, and it is considered that a global optimum solution can be obtained except in a specific case.

更に、本実施形態では、構成最適化部15は、部分問題15Aにおいて制約条件を満たす解がない場合は、制約条件を満たさない度合いに応じて評価関数の値にペナルティを加えた上で、評価関数の値が最小の構成を解とするように構成されているので、構成最適化問題10Aの最大数構成が解となる可能性があるのは、部分問題15Aの解が制約条件を満たしていなくても最大数構成である場合のみと考えることができるため、計算負荷を更に削減できる。   Furthermore, in the present embodiment, when there is no solution that satisfies the constraint condition in the subproblem 15A, the configuration optimization unit 15 adds a penalty to the value of the evaluation function according to the degree of not satisfying the constraint condition and then evaluates. The solution of the subproblem 15A satisfies the constraint that the solution of the subproblem 15A has the possibility that the maximum number configuration of the configuration optimization problem 10A may become a solution because the function value is configured to solve the configuration with the minimum value. The calculation load can be further reduced because it can be considered only if the maximum number configuration is used.

[変形例]
次に、本実施形態の変形例について相違点を中心に説明する。本実施形態では、部分問題15Aにおいて制約条件を満たす解がない場合は、制約条件を満たさない度合いに応じて評価関数の値にペナルティを加え、ペナルティを加えた評価関数の値が最小の構成を解とするものとしたが、本変形例では、構成最適化部15は、部分問題15Aにおいて制約条件を満たす解がない場合は、解無しとする。
[Modification]
Next, modifications of the present embodiment will be described focusing on differences. In this embodiment, when there is no solution that satisfies the constraint condition in the subproblem 15A, a penalty is added to the value of the evaluation function according to the degree of not satisfying the constraint condition, and the configuration in which the value of the evaluation function with the penalty is the smallest Although a solution is assumed, in this modification, the configuration optimization unit 15 does not have a solution when there is no solution that satisfies the constraint condition in the partial problem 15A.

更に、本変形例では、構成最適化問題10Aの最大数構成が解となる可能性があるのは、部分問題15Aの解がその部分問題の最大数構成になっている場合だけでなく、部分問題15Aのうち少なくとも一つの部分問題について制約条件を満たす解がない場合も含めて考える(図6のステップS27参照)。   Furthermore, in this modification, the maximum number configuration of the configuration optimization problem 10A may be a solution not only when the solution of the subproblem 15A is the maximum number configuration of the subproblem, but also the partial It is considered including the case where there is no solution that satisfies the constraint condition for at least one partial problem in the problem 15A (see step S27 in FIG. 6).

そして、構成最適化部15は、部分問題15Aにおいて制約条件を満たす解がない場合、又は、最大数構成の解が存在する場合には(図6のステップS27でYES)、与えられた構成最適化問題の最大数構成の評価関数を計算する(図6のステップS28)。そして、構成最適化部15は、与えられた構成最適化問題の最大数構成の解と部分問題の解の中で最良の解を選択する(図6のステップS29)。つまり、構成最適化問題10Aの解は、構成最適化問題10Aの最大数構成又は部分問題15Aの解の中で、制約条件を満たし、かつ、評価関数の値が最小の構成とする。   Then, when there is no solution satisfying the constraint condition in the partial problem 15A, or when there is a solution with the maximum number of configurations (YES in step S27 of FIG. 6), the configuration optimization unit 15 gives the optimal configuration. The evaluation function of the maximum number configuration of the optimization problem is calculated (step S28 in FIG. 6). Then, the configuration optimization unit 15 selects the best solution among the solution of the maximum number configuration of the given configuration optimization problem and the solution of the partial problem (step S29 in FIG. 6). That is, the solution of the configuration optimization problem 10A satisfies the constraints among the maximum number configuration of the configuration optimization problem 10A or the solution of the partial problem 15A, and the value of the evaluation function is the smallest.

一方、部分問題15Aの解がすべて制約条件を満たし、かつ、最大数構成の解が存在しない場合には(図6のステップS27でNO)、部分問題の解の中で最良の解を選択する(図6のステップS30)。つまり、構成最適化部15は、部分問題15Aのいずれの部分問題の解もその問題の最大数構成になっていない場合には、部分問題15Aの解の中で評価関数の値が最小の構成を、構成最適化問題10Aの解とする。本変形例においても本実施形態と同様の効果を奏することができる。   On the other hand, if all the solutions of subproblem 15A satisfy the constraints and there is no solution of the maximum number configuration (NO in step S27 of FIG. 6), the best solution among the solutions of the subproblems is selected. (Step S30 in FIG. 6). That is, the configuration optimization unit 15 is configured such that the value of the evaluation function is the smallest among the solutions of the subproblem 15A when none of the solutions of the subproblems of the subproblem 15A is the maximum number configuration of the problem. Is the solution of the configuration optimization problem 10A. Also in the present modification, the same effects as those of the present embodiment can be obtained.

上記説明から、当業者にとっては、本発明の多くの改良や他の実施形態が明らかである。従って、上記説明は、例示としてのみ解釈されるべきであり、本発明を実行する最良の態様を当業者に教示する目的で提供されたものである。本発明の精神を逸脱することなく、その構造及び/又は機能の詳細を実質的に変更できる。   From the above description, many modifications and other embodiments of the present invention will be apparent to those skilled in the art. Accordingly, the above description should be taken as exemplary only, and is provided for the purpose of teaching those skilled in the art the best mode of carrying out the present invention. The structural and / or functional details may be substantially altered without departing from the spirit of the present invention.

本発明は、ガスタービン、ガスエンジン等、多種複数のエネルギー機器で構成された分散型エネルギーシステムの設備計画に用いることができる。   INDUSTRIAL APPLICABILITY The present invention can be used for facility planning of a distributed energy system configured with a plurality of energy devices such as gas turbines and gas engines.

10 構成最適化装置
11 演算部
12 記憶部
15 構成最適化部
16 ランニング評価部
17 イニシャル評価部
18 トータル評価部
20 分散型エネルギーシステム
21 エネルギー供給機器
30 需要家
31 設備
DESCRIPTION OF SYMBOLS 10 Configuration optimization apparatus 11 Arithmetic unit 12 Storage unit 15 Configuration optimization unit 16 Running evaluation unit 17 Initial evaluation unit 18 Total evaluation unit 20 Distributed energy system 21 Energy supply equipment 30 Consumer 31 Equipment

Claims (2)

入力部と、記憶部と、演算部とを備える構成最適化装置において実行される方法であり、且つ、エネルギーを複数のエネルギー供給機器によって供給する分散型エネルギーシステムの設備計画において機器の構成を最適化する構成最適化方法であって、
運用コストを含む任意の評価関数及び制約条件に関する情報を予め前記記憶部に記憶しておくステップと、
前記入力部によって、前記分散型エネルギーシステムの構成最適化問題、デマンド入力条件、及び、機器のデータベースに関する情報を含むパラメータの入力を受け付けるステップと、
前記演算部によって、前記評価関数及び制約条件に関する情報、並びに、前記パラメータを取得し、取得した前記評価関数及び制約条件に関する情報、並びに、前記パラメータに基づいて、前記評価関数を、前記制約条件のもとで最小化する機器の構成を求める構成最適化問題について、選択可能な構成機器の最大数が一台少ない構成最適化問題を複数の部分問題として作成し、前記部分問題を再帰的に解くことにより元の問題の解を求めるステップと、を含み、
前記演算部によって解を求める前記ステップは、前記部分問題において前記制約条件を満たす解がない場合は、前記制約条件を満たさない度合いに応じて前記評価関数の値にペナルティを加え、ペナルティを加えた前記評価関数の値が最小の構成を解とするものとするステップと、
前記複数の部分問題のうち少なくとも一つの部分問題の解がその部分問題の最大数構成になっている場合は、前記構成最適化問題の解は、前記構成最適化問題の最大数構成又は前記複数の部分問題の解の中で、前記ペナルティを加えた前記評価関数の値が最小の構成とするステップと、
前記複数の部分問題のいずれの部分問題の解もその部分問題の最大数構成になっていない場合は、前記構成最適化問題の解は、前記複数の部分問題の解の中で前記ペナルティを加えた前記評価関数の値が最小の構成とするステップと、
を含む、分散型エネルギーシステムの構成最適化方法。
A method implemented in a configuration optimization apparatus including an input unit, a storage unit, and a calculation unit, and the configuration of equipment is optimized in the facility planning of a distributed energy system in which energy is supplied by a plurality of energy supply equipment Configuration optimization method, and
Storing in advance in the storage unit information regarding an arbitrary evaluation function and constraint conditions including an operation cost;
Accepting, by the input unit, input of a parameter including information on a configuration optimization problem of the distributed energy system, a demand input condition, and a device database;
By the arithmetic unit, the information on the evaluation function and constraints, as well as to obtain the parameters, obtained the evaluation function and the constraint condition information about the, and, on the basis of the parameter, the evaluation function, the constraint For the configuration optimization problem for which the configuration of the device to be minimized is sought, a configuration optimization problem with a smaller maximum number of selectable components is created as a plurality of partial problems, and the partial problems are solved recursively anda step of solving the original problem by,
In the step of obtaining a solution by the operation unit, when there is no solution satisfying the constraint condition in the subproblem, a penalty is added to the value of the evaluation function according to the degree of not satisfying the constraint condition and a penalty is added. Solving the solution with the smallest value of the evaluation function;
When the solution of at least one of the plurality of partial problems is the maximum number configuration of the partial problems, the solution of the configuration optimization problem is the maximum number configuration of the configuration optimization problems or the plurality Setting the value of the evaluation function to which the penalty is added to a minimum among solutions of the subproblems of
The solution of the configuration optimization problem adds the penalty among the solutions of the plurality of subproblems if the solution of any of the plurality of subproblems is not the maximum number configuration of the subproblems. Setting the value of the evaluation function to a minimum;
How to optimize the configuration of distributed energy systems , including:
エネルギーを複数のエネルギー供給機器によって供給する分散型エネルギーシステムの設備計画において機器の構成を最適化する構成最適化方法を実行する最適化装置であって、
運用コストを含む任意の評価関数及び制約条件に関する情報を予め記憶しておく記憶部と、
前記分散型エネルギーシステムの構成最適化問題、デマンド入力条件、及び、機器のデータベースに関する情報を含むパラメータの入力を受け付ける入力部と、
前記評価関数及び制約条件に関する情報、並びに、前記パラメータを取得し、取得した前記評価関数及び制約条件に関する情報、並びに、前記パラメータに基づいて、前記評価関数を、前記制約条件のもとで最小化する機器の構成を求める構成最適化問題について、選択可能な構成機器の最大数が一台少ない構成最適化問題を複数の部分問題として作成し、前記部分問題を再帰的に解くことにより元の問題の解を求める演算部と、を備え、
前記演算部は、前記部分問題において前記制約条件を満たす解がない場合は、前記制約条件を満たさない度合いに応じて前記評価関数の値にペナルティを加え、ペナルティを加えた前記評価関数の値が最小の構成を解とするものとし、
前記複数の部分問題のうち少なくとも一つの部分問題の解がその部分問題の最大数構成になっている場合は、前記構成最適化問題の解は、前記構成最適化問題の最大数構成又は前記複数の部分問題の解の中で、前記ペナルティを加えた前記評価関数の値が最小の構成とし、
前記複数の部分問題のいずれの部分問題の解もその部分問題の最大数構成になっていない場合は、前記構成最適化問題の解は、前記複数の部分問題の解の中で前記ペナルティを加えた前記評価関数の値が最小の構成とする、分散型エネルギーシステムの構成最適化装置。
An optimization apparatus that executes a configuration optimization method for optimizing the configuration of equipment in facility planning of a distributed energy system in which energy is supplied by a plurality of energy supply equipment,
A storage unit for storing in advance information on an arbitrary evaluation function and constraints including an operation cost;
An input unit that receives input of parameters including information related to a configuration optimization problem of the distributed energy system, a demand input condition, and a database of devices;
Information about the evaluation function and constraints, as well as to obtain the parameters, obtained the evaluation function and the constraint condition information about the, and, on the basis of the parameter, the evaluation function, minimization under the constraint For the configuration optimization problem for which the configuration of the target device is to be determined, a configuration optimization problem in which the maximum number of selectable components is one less is created as a plurality of partial problems, and the original problem is solved by solving the partial problem recursively. e Bei a calculation unit, a seeking solutions of,
The calculation unit adds a penalty to the value of the evaluation function according to the degree of failure to satisfy the restriction condition when there is no solution satisfying the restriction condition in the partial problem, and the value of the evaluation function to which the penalty is added is Let us solve the minimum configuration,
When the solution of at least one of the plurality of partial problems is the maximum number configuration of the partial problems, the solution of the configuration optimization problem is the maximum number configuration of the configuration optimization problems or the plurality In the solution of the subproblem of, the value of the evaluation function to which the penalty is added is the smallest configuration,
The solution of the configuration optimization problem adds the penalty among the solutions of the plurality of subproblems if the solution of any of the plurality of subproblems is not the maximum number configuration of the subproblems. An apparatus for optimizing the configuration of a distributed energy system , wherein the value of the evaluation function is minimized .
JP2015020542A 2015-02-04 2015-02-04 Method and apparatus for optimizing configuration of distributed energy system Active JP6535173B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015020542A JP6535173B2 (en) 2015-02-04 2015-02-04 Method and apparatus for optimizing configuration of distributed energy system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015020542A JP6535173B2 (en) 2015-02-04 2015-02-04 Method and apparatus for optimizing configuration of distributed energy system

Publications (2)

Publication Number Publication Date
JP2016143336A JP2016143336A (en) 2016-08-08
JP6535173B2 true JP6535173B2 (en) 2019-06-26

Family

ID=56570526

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015020542A Active JP6535173B2 (en) 2015-02-04 2015-02-04 Method and apparatus for optimizing configuration of distributed energy system

Country Status (1)

Country Link
JP (1) JP6535173B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106651628B (en) * 2016-09-14 2020-11-20 国网天津市电力公司 Regional cooling, heating and power comprehensive energy optimal allocation method and device based on graph theory
JP6669148B2 (en) * 2017-10-23 2020-03-18 株式会社豊田中央研究所 Energy system optimization equipment
WO2020004454A1 (en) * 2018-06-26 2020-01-02 株式会社Ihi Energy system optimization program, energy system optimization method, and energy system optimization device
CN111612247B (en) * 2020-05-19 2023-09-19 西安建筑科技大学 Parallel cooling machine load optimal distribution method, storage medium and equipment
CN112580867B (en) * 2020-12-15 2022-06-03 国网福建省电力有限公司经济技术研究院 Park comprehensive energy system low-carbon operation method based on Q learning

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3332032B2 (en) * 2000-03-09 2002-10-07 株式会社日立製作所 Generator operation planning device, generator operation planning method, and storage medium storing generator operation planning program
JP4946691B2 (en) * 2007-07-20 2012-06-06 株式会社明電舎 Equipment plan support apparatus, support method and program for electric and heat cogeneration system

Also Published As

Publication number Publication date
JP2016143336A (en) 2016-08-08

Similar Documents

Publication Publication Date Title
JP6535173B2 (en) Method and apparatus for optimizing configuration of distributed energy system
Huang et al. Matrix modeling of energy hub with variable energy efficiencies
Catalao et al. Scheduling of head-sensitive cascaded hydro systems: A nonlinear approach
CN102331759B (en) Use the optimization system of iterative expert engine
Tan et al. P-graph approach to optimal operational adjustment in polygeneration plants under conditions of process inoperability
Lapa et al. Maximization of a nuclear system availability through maintenance scheduling optimization using a genetic algorithm
Bragg-Sitton et al. Nuclear-renewable hybrid energy systems: 2016 technology development program plan
Gopalakrishnan et al. Operational planning of combined heat and power plants through genetic algorithms for mixed 0–1 nonlinear programming
Karami et al. Optimal scheduling of residential energy system including combined heat and power system and storage device
Abdollahi et al. Optimization of energy production of a CHP plant with heat storage
CN108334997B (en) Standby optimization method and device based on support fault event constraint unit combination
Muccillo et al. Multi-objective optimization and sensitivity analysis of a cogeneration system for a hospital facility
Zhang et al. Optimized generation capacity expansion using a further improved screening curve method
WO2013025962A1 (en) Thermo-economic modeling and optimization of a combined cooling, heating, and power plant
JP5271162B2 (en) Equipment plan creation device and equipment plan creation method
Sun et al. Reliable and flexible steam and power system design
Bouckaert et al. A prospective analysis of waste heat management at power plants and water conservation issues using a global TIMES model
Wang et al. Coordinated planning of transmission expansion and coal‐fired power plants flexibility retrofits to accommodate the high penetration of wind power
Facci et al. Comparing energy and cost optimization in distributed energy systems management
Albornoz et al. A two‐stage stochastic integer programming model for a thermal power system expansion
JP2015125643A (en) Facility planning method, program and device for distributed energy system
JP6197689B2 (en) Operation plan support program, operation plan support method, and operation plan support apparatus
KR20160042554A (en) The Development Of Optimal Operation Planning And Price Evaluating Algorithm For Heat Trading Between Combined Heat and Power Plants
Godoy et al. An optimization model for evaluating the economic impact of availability and maintenance notions during the synthesis and design of a power plant
Abdalla et al. Generation expansion planning considering unit commitment constraints and data‐driven robust optimization under uncertainties

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180125

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190108

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190306

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190521

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190531

R150 Certificate of patent or registration of utility model

Ref document number: 6535173

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250