-
This is a feature request for the [newest vertex bisection algorithm](https://en.wikipedia.org/wiki/Newest_vertex_bisection). For a very nice overview of the algorithm including MATLAB code see [this …
-
With initial draft described in https://github.com/kernelci/kernelci-core/issues/2594#issuecomment-2222422518 and the custom API endpoints introduced in https://github.com/kernelci/kernelci-pipeline/p…
-
**Describe the bug**
#1984 surfaced that the bisection performed for OSS-Fuzz sometimes produces a zero-length range, which is invalid
See the list of records at https://github.com/google/osv.dev/is…
-
```
julia> using HypothesisTests
julia> print(FisherExactTest(75, 285, 1, 1140))
Fisher's exact test
-------------------
Population details:
parameter of interest: Odds ratio
value …
-
Hello,
I'm unable to run `mo` on my Mac running Mac OS Sequoia 15.0.1 and the bundled bash `GNU bash, version 3.2.57(1)-release (arm64-apple-darwin24)`
MRE:
```sh
bash --version
curl -sSL h…
-
Use change in action in stopping criteria to make sure bisection doesn't stop too early. I think at the moment, it bisects to a given number of bits accuracy in log(starting position). It could be, st…
-
The dipolar P3M algorithm fails for specific particle configurations. The bug depends on the box size and operating system. MWE:
```python
import espressomd
import espressomd.magnetostatics
BOX_L …
-
Bisection method may be useful when newtonsolve fail.
newtonsolve(cbrt(x),1)
-
It is important for me to learn from this.
-
I've been trying to understand (through Google research) what prevents true bisection of 180° angle. Technically you can do it in several steps by constructing a perpendicular ray through the midpoin…