Class GradientDescentOptimizer

Class Documentation

class GradientDescentOptimizer

Public Functions

inline GradientDescentOptimizer(double lr = 0.1, const std::vector<double> &bounds = {1.0, 50.0, 1.0, 50.0, 1.0, 10.0})
inline std::vector<double> operator()(const std::vector<double> &current_params, double objective_value, const std::vector<double> &final_state) const