You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not needed for the verification task since verification focuses on the TM1 implementation (i.e. the ctramp approach to shadow pricing), but the daysim approach needs a couple small fixes.
the existing asim implementation calculates the shadow price and then multiplies it by the size term, thereby creating an adjusted size term. This is how TM1 - ctramp - does it.
the daysim approach calculates the shadow price and adds it to the utility as a separate term with a coefficient of 1.
the ctramp approach is working fine.
for the daysim approach, after calculating the shadow price, we need to expose it in the expression file. The daysim approach size term never changes. The separate shadow price variable changes with each iteration.
We'll plan to fix this soon.
The text was updated successfully, but these errors were encountered:
It's not needed for the verification task since verification focuses on the TM1 implementation (i.e. the ctramp approach to shadow pricing), but the daysim approach needs a couple small fixes.
We'll plan to fix this soon.
The text was updated successfully, but these errors were encountered: