/*! * \file apex_booster.cpp * \brief bootser implementation * \author Tianqi Chen: tqchen@apex.sjtu.edu.cn */ // implementation of boosters go to here #define _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_DEPRECATE #include #include "apex_booster.h" #include "../../apex-utils/apex_utils.h"