gradient-descent-cpp
gradient-descent-cpp copied to clipboard
How to use it with 3 parameters?
Hi, I am using gradient descent in my program. Can you tell me how to use your code with 3 parameters?
One possible way may be to modify the constructor of gradient class therefore parameters can be passed into objective function type.