Progress Report on Yellow Brick Half-Plane

Isn’t that (the current situation) de facto what I wrote, just in other words?

If you start in the red today and were in the red yesterday, you derail. That’s the same as being in the red and failing to get back on the road by midnight.

It’s a lot more complicated than that. Check out:

1 Like

@dreev sorry - I was confused.

Wait a second - autowidening was only for weight loss?

So that’s just for weight loss goals, right?

I still don’t understand this.

There’s at least three ways the road width can change:

  1. You use the API to set lanewidth on the goal.
  2. You change the slope of your road (via road dial or derail or any other means), which automatically changes lanewidth as if by #1.
  3. The goal is a weight loss goal and you would be in the red today without being in the orange yesterday.

Type #3 is called “autowidening”. Type #2 (which applies to all goals) is automatic but it doesn’t have a name that I’m aware of.

1 Like

As I understand it, #3 is no longer true:

Some experimenting with changing road width shows that the colors now are inconsistent but generally go with the lanes, not the number of days till derailment, sadly.

Relevant:

So basically beeminder will hit maturity when YBHP is here and all these weird bugs go away.

@dreev With YBHP will derailments occur only if you’re on the wrong side at your deadline? So that’s why it’s “within 24 hours”?

Correct, except we’re not done migrating existing roads and have other loose ends before we’re happy with declaring auto-widening fully dead.

Right. Gory details: Mother of Bugs: Two Consecutive Days In The Red - #2 by dreev

1 Like

@dreev thanks!

Any chance we’ll get color coding based on the “lead days” setting, like I suggested here?

So rather than “red” triggering the day before, it would trigger at a number of days based on the “lead days” setting.

Status report on the key visual aspect of the Yellow Brick Half-Plane project, thanks to Uluc (@saranli)! This is all deep in the guts of Beebrain and, as usual in this thread, users don’t need to care about this at all, other than how the graph ends up looking, which is very much in flux.

Our technical term for this is days-to-derail (dtd) isolines. Oh and the yellow brick road (ybr) itself is now assumed to be zero width. It’s the bright line that you derail if you cross. Well, if you end the day on the wrong side of. So the ybr is the 1-day isoline. (Technically 0-day in the implementation right now. We have a big off-by-one error in everything that follows. See item #0 below.) The 2-day isoline is the boundary between being in the orange and being in the blue. Beyond 3 days of safety buffer is green. Seems simple enough so far but this is much easier said than done and Uluc is a literal genius.

(My favorite quote from when we were hashing this out and he wrote a Matlab script to figure out how it should work: “I just lifted the PPR function to the continuous domain as a vector, taken the integral of its negation and plotted a curve through its isopoints.”)

Here are questions and comments for each other as we get ready to ship this for a few intrepid guinea pigs:

  1. We’re currently drawing this with the first region closest to the road as red but you’re actually safe for more than 24 hours in that region so we need to shift all the colors. It’s the bad half-plane that’s red. The shading for the oinkzone (nee pinkzone) is kinda perfect but then we need another way to visually represent the oinkzone. Grayed out? Something like caution tape?

  2. The ppr() function in broad.js enforced ppr=0 for t < asof. We put in an option to that function to force computation of past PPRs as well so we can show colored regions for t < asof. Otherwise the entire region before asof appeared green, which is technically correct but not very useful. We want to see what the dtd margins looked like in the past.

  3. We haven’t yet implemented the yellow guiding lines for dtd > 7, but that will be really easy. We have the green region up until dtd - 7 for now, but any region between any two dtd values can be drawn. The algorithm Uluc devised can generically compute isolines for any dtd value, which are by definition guidelines anyway.

  4. The current color selection is too saturated; region colors should probably be less pronounced.

  5. If you open roadeditor_test.html in the browser, you should be able to edit the road and see the regions change in real-time.

  6. Regions can be somewhat unintuitive for doless goals, but we’re fairly certain they’re correct. Inflection points in isolines either coincide with t=t_node for inflection points on the road, or when they cross boundaries across which the ppr function changes.

  7. Palette optimization has not yet been done for png outputs, but we can do that once and for all once we decide on the colors.

  8. Uluc is lobbying for not cutting of the green region at the 7-day boundary as Dreev suggested. It might be ugly or confusing. Maybe much lighter colors but having the green region cover the half-plane all the way out. We can still have the yellow guiding line to indicate the special 7-day boundary.

  9. Still need to change the color and style of the centerline-cum-bright-derailment-line. Dreev was thinking it could be bright red or something. (The dotted line was a cute thing for emulating the painted line in the center of a physical road and doesn’t make sense in the new world order.)

Finally, there are some technically incorrect aspects of the isolines for do-more goals with downward sloping segments that we’re working on. Some parts of the isolines are closer to the actual derailment points on the road since they are offset from further parts of the road. A picture should make that make more sense:

Normally, that should just be a flatline up until the point where the isoline goes above the inflection point. (Uluc was hoping to avoid another pass over the isolines for monotonicity enforcement but probably not actually a big deal if that’s the best way to do it.)

Here is a do-less example:

For do-less goals with upward vertical slopes on the road, Uluc ensured consistency with very steep segments by shifting the dtd isoline by 2*delta where delta is the vertical displacement associated with that segment. That’s why you see weird looking blocky parts on the do-less graph above.

To get a better understanding, compare the following two graphs:

This way, regions don’t jump around when going from near-vertical to true vertical. We should probably do something similarly consistent for flat road segments, says Uluc. One possible interpretation for this vertical fix is that the PPR would be twice as much as the vertical displacement on the road. The ppr() function may also want to reflect that for consistency, but that’s probably an extreme edge case.

(PS: the centerline of the road appears wrong in those screenshots because it’s from the dynamic road editor which shows the centerline pre-edits.)

3 Likes

what is asof?

I’ll put in my vote in agreement with Uluc on point 7.

2 Likes

me too!

Seems like the Uluc lobbying has won?
This is what I get →

3 Likes

I don’t really have an eye for design, but: 1) I am anti-hard green boundary at 7, but 2) what does a gradient look like?

3 Likes

I googled this for you :smiley:

4 Likes

lol, I think he meant on the graph

2 Likes

That’s like “as of”, as in, the date the data is plotted as of. Or what counted as today, as of when the graph was generated. Very gory details in GitHub! GitHub - beeminder/road: Beebrain and Visual Graph Editor

Yeah, I think having the good side green and the bad side red is going to look best. Much fainter green and red, but, yes. Remaining aesthetic things to work out are:

  1. indicating 7 days of buffer. yellow line? darker green?
  2. fixing the off-by-one error with the regions
  3. new way to indicate the oinkzone nee pinkzone (or maybe it should be called the anti-akrasia zone? nozone? it’s the region you can’t let the road intersect when editing the road)

Ooh, smart. Possibly easier said than done to make the gradient fade parallel to the road?

The one thing that makes me think I wouldn’t like the gradient is that I like being able to see distinct regions in the graph as reference points, like “where yellow turns to green is n days of buffer” or “where light green turns to dark green is n days of buffer.” So stair stepping appeals to me more than a gradient.

1 Like

well I think the gradient would just be for the very last region. so you’d still get the stairstepping for the other distinct regions, but the very last region (> 7 days or whatever) would fade out.

I agree that there should be stairstepping for the other distinct regions.

Zedmango’s got what I intended :slight_smile:

1 Like

Still see just green all the way through