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
The GAMs code computes the cost of incremental wall height as (H^2 - H_prev^2) where H is the new wall height and H_prev is the previous adaptation period's wall height (baseline questions discussed in another issue).
Shouldn't this be (H - H_prev)^2?
The text was updated successfully, but these errors were encountered:
The GAMs code computes the cost of incremental wall height as (H^2 - H_prev^2) where H is the new wall height and H_prev is the previous adaptation period's wall height (baseline questions discussed in another issue).
Shouldn't this be (H - H_prev)^2?
The text was updated successfully, but these errors were encountered: