Skip to content

Commit

Permalink
Adjust number of iterations after changing random initial guess
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp committed Oct 24, 2024
1 parent cf81597 commit f6e35df
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/aminoacid-cpals-dense.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"iterations":
{
"value": 10,
"value": 5,
"absolute-tolerance": 1
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/aminoacid-cpals.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"iterations":
{
"value": 10,
"value": 5,
"absolute-tolerance": 1
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/aminoacid-cpopt-lbfgsb.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"iterations":
{
"value": 34,
"value": 47,
"absolute-tolerance": 2
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/aminoacid-cpopt-rol-hess.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"iterations":
{
"value": 19,
"value": 20,
"absolute-tolerance": 3
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/aminoacid-cpopt-rol.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"iterations":
{
"value": 65,
"value": 68,
"absolute-tolerance": 2
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/aminoacid-gcpopt-rol.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"iterations":
{
"value": 65,
"value": 68,
"absolute-tolerance": 2
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/aminoacid-gcpsgd-dense.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"iterations":
{
"value": 52,
"value": 75,
"absolute-tolerance": 20
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/aminoacid-gcpsgd.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"iterations":
{
"value": 71,
"value": 80,
"absolute-tolerance": 20
}
}
Expand Down

0 comments on commit f6e35df

Please sign in to comment.