ubsuny / 23-Homework7G2

MIT License
0 stars 9 forks source link

why the values of b used in optimization_configuration.py #65

Open s4il3sh opened 11 months ago

s4il3sh commented 11 months ago

@tirthbha I see that there is a use of b in this code. What is it for? I don't see any use of it. Any clarification for this?

tirthbha commented 11 months ago

That b represent the width of rectangle, just for convenience.

s4il3sh commented 11 months ago

That b represent the width of rectangle, just for convenience.

I see thanks.

tirthbha commented 11 months ago

@s4il3sh No worries.

s4il3sh commented 11 months ago

@tirthbha but don't you think the values of b clashing? since there are two b's it is hard to figure out which one is which?

tirthbha commented 11 months ago

@s4il3sh you can use b as w.

s4il3sh commented 11 months ago

ok. so this only works for planar rectangle which is the third figure, right?

tirthbha commented 11 months ago

@s4il3sh and also for distorted-rectangle, which is figure at 4th place.

tirthbha commented 11 months ago

@s4il3sh which configuration have you chosen?