Inheritance diagram for EmbeddedHybridStrategy:

Public Member Functions | |
| EmbeddedHybridStrategy (ProblemDescDB &problem_db) | |
| constructor | |
| ~EmbeddedHybridStrategy () | |
| destructor | |
Protected Member Functions | |
| void | run_strategy () |
| iterators on different models of varying fidelity | |
| const Variables & | variables_results () const |
| return the final solution from selectedIterators (variables) | |
| const Response & | response_results () const |
| return the final solution from selectedIterators (response) | |
Private Attributes | |
| Real | localSearchProb |
| phases of the global minimization for coupled hybrids | |
This strategy uses multiple methods in close coordination, generally using a local search minimizer repeatedly within a global minimizer (the local search minimizer refines candidate minima which are fed back to the global minimizer).
1.5.1