Skip to content

Commit

Permalink
forcing sample to be inside the loop operator
Browse files Browse the repository at this point in the history
  • Loading branch information
zkaoudi committed Mar 19, 2017
1 parent 638739d commit e1f6968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgd/src/main/java/RunSGD.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class RunSGD {
//these are for SGD/mini run to convergence
static int sampleSize = 10;
static double accuracy = 0.001;
static int max_iterations = 10;
static int max_iterations = 1000;


public static void main (String... args) throws MalformedURLException {
Expand Down

0 comments on commit e1f6968

Please sign in to comment.