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