profile data structure for tree
Definition at line 230 of file event_estim.c.
Data Fields | |
| SCIP_Longint * | profile |
| int | profilesize |
| TREEPROFILESTATS | stats |
| SCIP_Real | lastestimate |
| TREEPROFILESTATS | lastestimatestats |
| SCIP_Longint* TreeProfile::profile |
array to store the tree profile
Definition at line 232 of file event_estim.c.
Referenced by extendMemoryTreeProfile(), and updateTreeProfile().
| int TreeProfile::profilesize |
size of the profile array
Definition at line 233 of file event_estim.c.
Referenced by extendMemoryTreeProfile().
| TREEPROFILESTATS TreeProfile::stats |
statistics collected from profile used for prediction
Definition at line 234 of file event_estim.c.
Referenced by predictTotalSizeTreeProfile(), and updateTreeProfile().
| SCIP_Real TreeProfile::lastestimate |
the last estimate predicted by predictTotalSizeTreeprofile()
Definition at line 235 of file event_estim.c.
Referenced by predictTotalSizeTreeProfile().
| TREEPROFILESTATS TreeProfile::lastestimatestats |
tree profile statistics at last estimation
Definition at line 236 of file event_estim.c.
Referenced by predictTotalSizeTreeProfile().