Get rid of ContinuallyChangingDecimal

This commit is contained in:
Grant Sanderson
2019-02-11 15:01:38 -08:00
parent b67ff10f8d
commit fd6a6482f9
15 changed files with 66 additions and 49 deletions

View File

@ -1,6 +1,11 @@
from big_ol_pile_of_manim_imports import *
# Warning, this file uses ContinualChangingDecimal,
# which has since been been deprecated. Use a mobject
# updater instead
class GradientDescentWrapper(Scene):
def construct(self):
title = TextMobject("Gradient descent")