Skip to content

Commit

Permalink
add branch to fix issue44
Browse files Browse the repository at this point in the history
  • Loading branch information
lantian2012 committed May 8, 2015
1 parent 6c5867e commit 1cbed6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sgd_experiment.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#ifndef SGD_EXPERIMENT_H
#define SGD_EXPERIMENT_H
#define BOOST_DISABLE_ASSERTS true


#include "sgd_basedef.h"
#include "sgd_data.h"
#include "sgd_family.h"
#include "sgd_learningrate.h"
#include "sgd_transfer.h"
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <boost/math/tools/roots.hpp>
#include <boost/bind/bind.hpp>
#include <boost/ref.hpp>
Expand Down

0 comments on commit 1cbed6a

Please sign in to comment.