Closed chao-qu-skydio closed 1 year ago
Optimizer has 2 sink parameters (factors and keys) but only provides 2 overloads. This is sub-optimal as we really need 4 overloads to cover all cases (LL, LR, RL, RR). It is just much easier and cleaner to pass by value and move.
Optimizer has 2 sink parameters (factors and keys) but only provides 2 overloads. This is sub-optimal as we really need 4 overloads to cover all cases (LL, LR, RL, RR). It is just much easier and cleaner to pass by value and move.