Package schrodinger :: Package application :: Package glide :: Module ensemble_selection :: Class Ensemble_Priority_Queue
[hide private]
[frames] | no frames]

Class Ensemble_Priority_Queue

object --+
         |
        Ensemble_Priority_Queue

Class implementing a priority queue for the purpose of maintaining lists of ensembles in memory during ensemble selection

Instance Methods [hide private]
 
__init__(self, nslots)
x.__init__(...) initializes x; see help(type(x)) for signature
 
add(self, ensemble_tuple)
 
pop(self)
 
best_scoring_element(self)
 
worst_saved_score(self)
 
pushpop(self, ensemble_tuple)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  length
  ensembles

Inherited from object: __class__

Method Details [hide private]

__init__(self, nslots)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

length

Get Method:
unreachable.length(self)

ensembles

Get Method:
unreachable.ensembles(self)