![]() |
Dakota
Version 6.21
Explore and Predict with Confidence
|
Main Branching class for the PEBBL-based Minimizer. More...
Inherits branching.
Public Member Functions | |
| PebbldBranching () | |
| Default Constructor. | |
| ~PebbldBranching () | |
| Destructor. | |
| pebbl::branchSub * | blankSub () |
| Method that returns an empty Sub-Branch. | |
| void | setModel (Model &model) |
| void | setIterator (Iterator &iterator) |
Protected Attributes | |
| Model | parentModel |
| Original model, before branching. | |
| Iterator | nlpSolver |
| Solver to be used at root node. | |
| RealVector | cont_vars |
| Initial variable values for root node. | |
| RealVector | lower_bounds |
| Lower bounds for root node. | |
| RealVector | upper_bounds |
| Upper bounds for root node. | |
Friends | |
| class | PebbldBranchSub |
Main Branching class for the PEBBL-based Minimizer.