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
Does this mean that (with the default settings) lambda becomes negative as soon as the first subtraction is made? Correct me if I'm wrong, but my understanding is that lambda should always be positive (otherwise the loss function incentivises moving further from the factual instance).
The text was updated successfully, but these errors were encountered:
If I understand correctly, this line periodically (every$0.05$ :
n_iter
iterations) reduceslambda
byCARLA/carla/recourse_methods/catalog/wachter/library/wachter.py
Line 146 in 24db00a
However, the default value of$0.01$ :
lambda
isCARLA/carla/recourse_methods/catalog/wachter/model.py
Line 63 in 24db00a
Does this mean that (with the default settings)
lambda
becomes negative as soon as the first subtraction is made? Correct me if I'm wrong, but my understanding is thatlambda
should always be positive (otherwise the loss function incentivises moving further from the factual instance).The text was updated successfully, but these errors were encountered: