Hello, 

You will find these formula in the reference guide: 
http://doc.openturns.org/openturns-latest/html/ReferenceGuide/cid4.xhtml#uid690 

The optimization iteration number can be different than the evaluation number 
as it can stand for the internal loop count of the solver (if implemented by 
the solver), 
it is all the more true if you use finite differences for the gradient. 

j 

> De: "Anita Laera" <[email protected]>
> À: "users" <[email protected]>
> Envoyé: Lundi 23 Janvier 2017 12:16:39
> Objet: [ot-users] FORM results

> 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

-- 
Julien Schueller 
Phimeca Engineering 
www.phimeca.com 
_______________________________________________
OpenTURNS users mailing list
[email protected]
http://openturns.org/mailman/listinfo/users

Reply via email to