Reliability Sensitivity and Optimization Modules: Difference between revisions
Jump to navigation
Jump to search
(Created page with '__NOTOC__ == Roadmap == === What is the Vision === ==== What are the short term goals ==== ==== What are the long term goals ==== === What are the Boundaries === === What i...') |
No edit summary |
||
Line 45: | Line 45: | ||
</uml> | </uml> | ||
[[UML | [[UML Reliability || Class Diagrams for Reliability]] |
Revision as of 20:59, 5 March 2010
Roadmap
What is the Vision
What are the short term goals
What are the long term goals
What are the Boundaries
What is the Product
- Seperate module with clear interface for any fe code to provide
Documentation (Armen & Terje)
have a look:
What does reliability, sensitivity and optimization mean in context of structural engineering
What is the process
List of References
Examples
References:
If you use this work, we would appreciate it if you would reference the papers below.
Design
Based on Terje's original work, Kevin & Michaels changes.
One new change all agree on is use of a new FunctionEvaluator class and introduction of some other class to store results in.
<uml> abstract class FunctionEvaluator FunctionEvaluator <|-- TclFunctionEvaluator FunctionEvaluator : double eval(const char * =0) </uml>