Julien Schueller

Results 523 comments of Julien Schueller

indeed it seems the ftol criterion (nlopt_stop_ftol function) is not called when it should be, xtol criterion works though: `opt.set_ftol_abs(1e-6)`

maybe @sofianehaddad can review ?

you're close to green: it only fails because these are undocumented: - MarginalUniformOrderStatistics.getN method - SpecFunc.LogBinomialCoefficient method

oh and Indices.isStrictlyIncreasing method

the doc failed, but it should be ok after a rebase to master

the test pyinstallcheck_study_std fails because MarginalUniformOrderStatistics throws on save/load with the default instance (there is a counter of max failed classes): boils down to RegularGridEnclosingSimplex not being loadable from the...

hello Regis, this seems in good shape for inclusion into 1.24, is it still a draft ? imho it just needs the bayes commit to be dropped and to be...

ok, now #2750 is merged you should be able to use it in the CombinationDistritbution + MarginalUniformOrderStatistics tests files (the latter is missing) I will also enable it in #2770

btw, DiscreteDistribution so inheritance must be changed, see lola branch