You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support automatic differentiation of program weights in Brush.
Goals:
- [ ] optimize arbitrary numbers of weights of arbitrary programs
- [ ] ability to optimize weights in programs that are only partially differentiable
- [ ] ability to recognize whether or not a weight can be optimized
- [ ] well tested and well-documented code