Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gd.h
diff options
context:
space:
mode:
authorJacob Hofman <hofman@research-mm10.corp.sp1.yahoo.com>2010-12-23 18:21:32 +0300
committerJacob Hofman <hofman@research-mm10.corp.sp1.yahoo.com>2010-12-23 18:21:32 +0300
commitc51a800b1930c648faf7d40dc776a4d38e33ce82 (patch)
tree89aafc0b4cadc18884d876b3e2f88ea79db7db60 /gd.h
parent1643ab5132ac0fd13fca24c2ea31afbb818c0b67 (diff)
parentbff315972c2c4587366d61095a239ab6605293bb (diff)
commit before updating from main repository
Diffstat (limited to 'gd.h')
-rw-r--r--gd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gd.h b/gd.h
index 400d9325..fdea76b8 100644
--- a/gd.h
+++ b/gd.h
@@ -16,7 +16,6 @@ void print_result(int f, float res, v_array<char> tag);
struct gd_vars
{
- float eta;//learning rate control.
float power_t;
gd_vars()
@@ -24,7 +23,6 @@ struct gd_vars
void init()
{
- eta = 0.1;
power_t = 0.;
}
};