3 #ifndef OSL_MOVE_PROBABILITY_FEATURESET_H
4 #define OSL_MOVE_PROBABILITY_FEATURESET_H
10 #include <boost/ptr_container/ptr_vector.hpp>
11 #include <boost/scoped_array.hpp>
15 namespace move_probability
36 MoveLogProbVector&
out,
const double *weights)
const;
39 bool load(
const char *base_filename,
double *weights)
const;
40 bool load_binary(
const char *base_filename,
double *weights)
const;
47 double sum, MoveLogProbVector&
out);