| /* ----------------------------------------------------------------------------- | |
| * | |
| * @file convex.hpp | |
| * | |
| * @brief Umbrella header that includes all convex task headers | |
| * | |
| * -------------------------------------------------------------------------- */ | |
| #include "lmf_igd.hpp" | |
| #include "utils_regularization.hpp" | |
| //#include "ridge_newton.hpp" | |
| #include "linear_svm_igd.hpp" | |
| #include "mlp_igd.hpp" | |