|
|
|
|
|
by GlenTheMachine
1515 days ago
|
|
Correct. Basically all the gimbal is doing is minimizing the cosine loss. This is, literally, the simplest loss function possible. Even if you don't know where the sun is, damped gradient descent will solve this problem every time, with no learning required (albeit with some jitter because you're having to estimate the gradient by moving the panel around). If you treat it as an iterative learning control (ILC) problem, though, you can learn the correct trajectory for the panel in just a couple of iterations and take the jitter out. |
|