gradient-descent-cpp icon indicating copy to clipboard operation
gradient-descent-cpp copied to clipboard

How to use it with 3 parameters?

Open Jaccica opened this issue 4 years ago • 1 comments

Hi, I am using gradient descent in my program. Can you tell me how to use your code with 3 parameters?

Jaccica avatar Jun 18 '20 09:06 Jaccica

One possible way may be to modify the constructor of gradient class therefore parameters can be passed into objective function type.

PercyLau avatar Aug 04 '24 14:08 PercyLau