Dakota  Version
Explore and Predict with Confidence
Public Member Functions | Protected Attributes | Friends | List of all members
PebbldBranching Class Reference

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
 

Detailed Description

Main Branching class for the PEBBL-based Minimizer.


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