Skip to content

Commit

Permalink
set default iterative localization to off
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolasky committed Feb 26, 2024
1 parent e5ca4d8 commit 3c9eb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/umich/andykong/ptmshepherd/PTMShepherd.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public static void init(String [] args) throws Exception {
params.put("iontype_y", "1");
params.put("iontype_z", "0");

params.put("iterloc_mode", "true");
params.put("iterloc_mode", "false");
params.put("iterloc_convergeCriterion", "0.01");
params.put("iterloc_maxEpoch", "100"); // Todo hangs when set to 0

Expand Down

0 comments on commit 3c9eb50

Please sign in to comment.