Hi all, I have two questions regarding a FORM analysis in OpenTURNS. 1) I get the probability of failure and the generalized reliability index as:
resultFORM = myAlgoFORM.getResult() event_probability = resultFORM.getEventProbability() reliability_index = resultFORM.getGeneralisedReliabilityIndex() how are they calculated? 2) when plotting the error history, the number on the x-axis is the iteration number which is different from the evaluation number, right? The iteration number is the one I get from: optim_results = resultFORM.getOptimizationResult() iteration = optim_results.getIterationNumber() Thank you for you time, Anita
_______________________________________________ OpenTURNS users mailing list [email protected] http://openturns.org/mailman/listinfo/users
