IMP Reference Guide
2.21.0
The Integrative Modeling Platform
|
#include <IMP/ScoreAccumulator.h>
A class for storing evaluation state.
Definition at line 29 of file ScoreAccumulator.h.
Public Member Functions | |
EvaluationState (double oscore, bool ogood) | |
void | show (std::ostream &out=std::cout) const |
Public Attributes | |
bool | good |
double | score |