Changes between Initial Version and Version 1 of Ticket #6411, comment 5


Ignore:
Timestamp:
2021-03-09T10:09:50Z (4 years ago)
Author:
Philip Hannebohm

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6411, comment 5

    initial v1  
    1111they are indistinguishable! So this won't work in general.
    1212
    13 I suggest, wee consider them separately or as a vector `[a-2, b-3]` and then check if it becomes all positive. In that case see which coordinate changed from negative to positive and use that for the bisection. And if it's a boolean just do interval halving as we do already.
     13I suggest, wee consider them separately or as a vector `[a-2, b-3]` and then check if it becomes all positive. In that case see which coordinate changed from negative to positive and use that for the bisection. If more than one changed, take the latest guess. And if it's a boolean just do interval halving as we do already.