Skip to content

Commit

Permalink
modified minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Sep 2, 2010
1 parent ea1f164 commit d9efc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/minimize_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main(int argc, char** argv)
params.ratio = 10.0;
params.sig = 0.1;
params.rho = 0.05;
ccv_minimize(x, -25, 1.0, rosenbrock, params, &steps);
ccv_minimize(x, 25, 1.0, rosenbrock, params, &steps);
printf("step(s) : %d\n", steps);
int i = 0;
for (i = 0; i < 2; i++)
Expand Down

0 comments on commit d9efc93

Please sign in to comment.