-
Notifications
You must be signed in to change notification settings - Fork 16
Description
The visualization stops with only a quarter of the screen filled in; the rest has been left black. But mousing over, only sequence values up to a few hundred have been used, while there are over 13 thousand entries known. So it should be able to fill in the whole screen. Thus, there seems to be some sort of early stopping bug.
However, it seems that approximately 13 thousand pixels have been filled. This coincidence suggests that the visualizer is only trying to fill in one pixel per sequence entry, whether or not it actually needs on sequence entry per pixel. Presumably, the Formula Grid visualizer should attempt to fill in every pixel, since even if one pixel requires a sequence value out of range, later pixels might end up depending on earlier sequence values and so we should see that information. (And there's really no way to tell whether a given pixel will compute successfully - trying to analyze the formulas given would be hopeless. The best you can do is just try to compute them.)