RBDO: cost model

Hi

I use UQLab version 1.3.0. I think, there might be a typo in the file uq_initialize_uq_rbdo, line 1330. Passing parameters to a cost model does only work after changing this line manually from

current_analysis.Internal.Cost.Options.Paramters = optCost.Value ;

to

current_analysis.Internal.Cost.Options.Parameters = optCost.Value ;

Thanks for providing a great tool otherwise!

1 Like

Hi @Colette_Jost

Thanks a lot for noticing this bug! I have just fixed it and the update will be available on the next release.

Cheers,
Moustapha