Permanently Deleted

  • Segorinder [any]
    ·
    4 years ago

    I'll have to think about how you could show that. Did you have anything in mind?

    • invalidusernamelol [he/him]
      ·
      edit-2
      4 years ago

      Are you using Python? I think numpy has a plot function. Been forever since I've used it.

      Unless you meant how to plot the equasion...I guess thats not really possible because it's limited by the constant.

      • Segorinder [any]
        ·
        4 years ago

        I'm using python, but I'm trying to figure out what to actually put on the plot. I was thinking apple value as one axis, banana value as the other, then plotting a scatter of the 1000 or so best combinations that allow you to pick a good pineapple.

        • invalidusernamelol [he/him]
          ·
          4 years ago

          Maybe just plot the near misses? Anything within +/- 1 of the goal. Just do a 3d plot with xyz being the variables. Don't know if a scatter plot would be more visible, or a line plot.