openturns / otrobopt

Robust optimization module
http://openturns.github.io/otrobopt/master/
GNU Lesser General Public License v3.0
13 stars 6 forks source link

Fixed a bug in all the measure evaluations in discrete case #5

Closed regislebrun closed 8 years ago

regislebrun commented 8 years ago

It was wrongly assumed in all the measure evaluations that the discrete distribution was uniform, it is now fixed.

The different evaluation operators have been rewrote in order to benefit from parallelization of the function evaluation or the PDF computation as much as possible.

jschueller commented 8 years ago

@regislebrun, https://github.com/openturns/openturns/pull/222 totally broke the non-uniform results. what happened ??