You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
488 B
13 lines
488 B
const int D;
|
|
|
|
// RESULT (h0=2,h1=16,N=3): [0.020656523490556817,0.026807197082692098] (grid resolution 16)
|
|
Pmin=? [ F correct=1 ]
|
|
|
|
// RESULT (h0=2,h1=16,N=3): [0.9731909334062754,0.9793309413525038] (grid resolution 16)
|
|
Pmax=? [ F correct=1 ]
|
|
|
|
// RESULT (h0=2,h1=16,N=3,D=25): [0.022890048319850906,0.02541857957662759] (grid resolution 32)
|
|
Pmin=? [ F<=D correct=1 ]
|
|
|
|
// RESULT (h0=2,h1=16,N=3,D=25): [0.5274229036098491,0.5301895230846264] (grid resolution 32)
|
|
Pmax=? [ F<=D correct=1 ]
|