Skip to content

Commit 0856383

Browse files
committed
bleh
1 parent 05b8ba2 commit 0856383

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

paper/paper.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "Endogenous Dynamics in Algorithmic Recourse"
33
author: |
4-
\author{\IEEEauthorblockN{Patrick Altmeyer}
4+
\author{
5+
\IEEEauthorblockN{Patrick Altmeyer}
56
\IEEEauthorblockA{\textit{EEMCS} \\
67
\textit{Delft University of Technology}\\
78
Delft, Netherlands \\

paper/sections/methodology.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ In the following we first set out a generalized framework for gradient-based cou
66

77
In this work we have chosen to focus on a number of gradient-based counterfactual generators to investigate the endogenous dynamics we introduced in @sec-intro. Gradient-based counterfactual search is well-suited for differentiable black-box models like deep neural networks. We can restate @eq-solution in a more general form that encompasses most gradient-based approaches to counterfactual search:
88

9-
[AGREE ON NOTATION]
10-
119
$$
1210
\begin{aligned}
13-
\mathbf{s}^\prime &= \arg \min_{\mathbf{s}^\prime \in \mathcal{S}} \left( {\left\{\ell(M(f(s_k^\prime)),t)\right\}_K}^\mathsf{T} \mathbf{1}_K + \lambda {\left\{h(f(s_k^\prime)) \right\}_K}^\mathsf{T} \mathbf{1}_K \right) \\
14-
&= \arg \min_{\mathbf{s}^\prime \in \mathcal{S}} \left\{ \left(\ell . ((M\circ f).(\mathbf{s}^\prime),t) + \lambda (h \circ f).(\mathbf{s}^\prime)\right)^\mathsf{T} \mathbf{1}_K \right\} \\
15-
&= \arg \min_{\mathbf{s}^\prime \in \mathcal{S}} \left\{ \sum_{k=1}^{K} {\ell(M(f(s_k^\prime)),t)}+ \lambda {h(f(s_k^\prime)) } \right\}
11+
\mathbf{s}^\prime &= \arg \min_{\mathbf{s}^\prime \in \mathcal{S}} \left\{ \sum_{k=1}^{K} {\ell(M(f(s_k^\prime)),t)}+ \lambda {h(f(s_k^\prime)) } \right\}
1612
\end{aligned}
1713
$$ {#eq-general}
1814

0 commit comments

Comments
 (0)