yajsapi / Exports / executor/strategy / DecreaseScoreForUnconfirmedAgreement
executor/strategy.DecreaseScoreForUnconfirmedAgreement
• new DecreaseScoreForUnconfirmedAgreement(base_strategy
, factor
)
Parameters
Name | Type |
---|---|
base_strategy |
any |
factor |
any |
Defined in
yajsapi/executor/strategy.ts:144
• Private
_base_strategy: any
Defined in
yajsapi/executor/strategy.ts:143
• Private
_factor: any
Defined in
yajsapi/executor/strategy.ts:144
▸ decorate_demand(demand
): Promise
Parameters
Name | Type |
---|---|
demand |
DemandBuilder |
Returns
Promise
Defined in
yajsapi/executor/strategy.ts:151
▸ score_offer(offer
, history?
): Promise
Parameters
Name | Type |
---|---|
offer |
OfferProposal |
history? |
ComputationHistory |
Returns
Promise
Defined in