Public Member Functions | Protected Member Functions | Private Attributes
EmbeddedHybridStrategy Class Reference

Strategy for closely-coupled hybrid minimization, typically involving the embedding of local search methods within global search methods. More...

Inheritance diagram for EmbeddedHybridStrategy:
HybridStrategy Strategy

List of all members.

Public Member Functions

 EmbeddedHybridStrategy (ProblemDescDB &problem_db)
 constructor
 ~EmbeddedHybridStrategy ()
 destructor

Protected Member Functions

void run_strategy ()
 Performs the hybrid minimization strategy by executing multiple iterators on different models of varying fidelity.
const Variablesvariables_results () const
 return the final solution from selectedIterators (variables)
const Responseresponse_results () const
 return the final solution from selectedIterators (response)

Private Attributes

Real localSearchProb
 the probability of running a local search refinement within phases of the global minimization for coupled hybrids

Detailed Description

Strategy for closely-coupled hybrid minimization, typically involving the embedding of local search methods within global search methods.

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).


The documentation for this class was generated from the following files: