- #1
maistral
- 240
- 17
Say for example I have a dataset (X, Y) which I need to fit to the function y = Ax^2 + By + Cxy.
How do I retrieve values of A, B, and C such that they can only be integers? As of now I'm doing grid search which is so taxing.
How do I retrieve values of A, B, and C such that they can only be integers? As of now I'm doing grid search which is so taxing.