Strategy for hybrid minimization using multiple collaborating optimization and nonlinear least squares methods. More...
Public Member Functions | |
CollaborativeHybridStrategy (ProblemDescDB &problem_db) | |
constructor | |
~CollaborativeHybridStrategy () | |
destructor | |
Protected Member Functions | |
void | run_strategy () |
Performs the collaborative hybrid minimization strategy. | |
const Variables & | variables_results () const |
return the final solution from the collaborative minimization (variables) | |
const Response & | response_results () const |
return the final solution from the collaborative minimization (response) | |
Private Attributes | |
String | hybridCollabType |
abo or hops | |
Variables | bestVariables |
best variables found in minimization | |
Response | bestResponse |
best response found in minimization |
Strategy for hybrid minimization using multiple collaborating optimization and nonlinear least squares methods.
This strategy has two approaches to hybrid minimization: (1) agent-based using the ABO framework; (2) nonagent-based using the HOPSPACK framework.