Package CHEM :: Package CombiCDB :: Module SynthesisUtil :: Class MinimumScoreAggregator
[hide private]
[frames] | no frames]

Class MinimumScoreAggregator



BaseScoreAggregator --+
                      |
                     MinimumScoreAggregator

Score aggregator that seeks to minimize the maximum loss. Work by simply taking the minimum score in the list as the total score (list is only as good as the weakest component).

Instance Methods [hide private]
 
__call__(self, scoreList)
Method Details [hide private]

__call__(self, scoreList)
(Call operator)

 
Overrides: BaseScoreAggregator.__call__