mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 10:28:52 -06:00
Make all before/solve callbacks receive same parameters
This commit is contained in:
@@ -59,11 +59,11 @@ LearningSolveStats = TypedDict(
|
||||
"MIP log": str,
|
||||
"Mode": str,
|
||||
"Nodes": Optional[int],
|
||||
"Objective: predicted LB": float,
|
||||
"Objective: predicted UB": float,
|
||||
"Primal: free": int,
|
||||
"Primal: one": int,
|
||||
"Primal: zero": int,
|
||||
"Objective: Predicted LB": float,
|
||||
"Objective: Predicted UB": float,
|
||||
"Primal: Free": int,
|
||||
"Primal: One": int,
|
||||
"Primal: Zero": int,
|
||||
"Sense": str,
|
||||
"Solver": str,
|
||||
"Upper bound": Optional[float],
|
||||
|
||||
Reference in New Issue
Block a user