Skip to content

Commit

Permalink
minor change: rename aspiration_coef to aspiration in the output file
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxiong committed Aug 16, 2018
1 parent c7e13e4 commit 7185c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging/ABMTimeStepLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void appendLogFile(String fileName) {
BufferedWriter bw = new BufferedWriter(fw);
PrintWriter writer = new PrintWriter(bw);

String name = "year,name,age,education,memory,alpha_plus,alpha_minus,lambda,phi_plus,phi_minus,reference_income,aspiration_coef,"
String name = "year,name,age,education,memory,alpha_plus,alpha_minus,lambda,phi_plus,phi_minus,reference_income,aspiration,"
+ "beta_l,beta_s,beta_p,tolerance_activity,tolerance_income,activity_dissimilarity,income_dissimilarity,learning_rate,satisfaction,"
+ "income,strategy,";

Expand Down

0 comments on commit 7185c53

Please sign in to comment.