DecayFunctionType

サマリー

Enumeration specifying the decay function type for the LocationAllocation analysis. The decay function type, or impedance transformation, sets the equation for transforming the network cost between facilities and demand points. This property, together with the decayFunctionParameterValue property (β), specifies how significantly the network impedance between facilities and demand points influences the solver's choice of facilities.

Learn more about the Location-Allocation decay function

プロパティ

プロパティ説明データ タイプ
Linear
(読み取り専用)

コストはネットワーク インピーダンスと等しくなります。 目標が輸送コスト全体を最小限に抑えることである倉庫などの施設の位置を特定する場合は、これをお勧めします。

コストdf = インピーダンスdf

With this option, the decayFunctionParameterValue is always set to 1, since changing the value of a parameter on a linear transformation doesn't affect the solver's results.

Object
Power
(読み取り専用)

コストは、ネットワーク インピーダンスの累乗と等しくなります。 コストは、遠くにある位置ほど魅力が少なく見えるように、強調されます。 この強調は、指数関数的減衰ほど極端ではありません。 車の販売代理店などの大きい小売施設の位置を特定する場合は、これをお勧めします。

コストdf = インピーダンスdfβ

Object
Exponential
(読み取り専用)

コストは、ネットワーク インピーダンスと指数関係があります。 コストは、遠くにある位置ほど魅力が少なく見えるように、強調されます。 この強調は、累乗オプションを使用する場合よりも極端です。 スーパーなどの小さい小売施設の位置を特定する場合は、これをお勧めします。

コストdf = e(β * インピーダンスdf)

指数関数変換は、一般的に、インピーダンス カットオフとともに使用されます。

Object

このトピックの内容