Delayed Impact¶
State¶
Config¶
-
class
whynot.simulators.delayed_impact.Config[source]¶ Parameters for the simulation dynamics.
-
credit_scorer()¶ Maps the true credit score to the reported score
-
default_score_change= -150¶ Applican’t score change after default
-
default_utility= -4.0¶ Bank default utility
-
delta_t= 1¶ Simulator step size (Unused)
-
end_time= 1¶ Simulation end step (in rounds)
-
min_score= 350¶ Minimum credit score
-
repayment_score_change= 75¶ Applicant’s score change after repayment
-
repayment_utility= 1.0¶ Bank repayment utility
-
start_time= 0¶ Simulation start step (in rounds)
-
threshold_g0= 650¶ Lending threshold for group 0
-
threshold_g1= 650¶ Lending threshold for group 1
-