mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 18:38:51 -06:00
Add static_ prefix to all static features
This commit is contained in:
@@ -25,13 +25,13 @@ def training_instances() -> List[Instance]:
|
||||
MemorySample(
|
||||
{
|
||||
"lazy_enforced": {"c1", "c2"},
|
||||
"instance_features": [5.0],
|
||||
"static_instance_features": [5.0],
|
||||
},
|
||||
),
|
||||
MemorySample(
|
||||
{
|
||||
"lazy_enforced": {"c2", "c3"},
|
||||
"instance_features": [5.0],
|
||||
"static_instance_features": [5.0],
|
||||
},
|
||||
),
|
||||
]
|
||||
@@ -56,7 +56,7 @@ def training_instances() -> List[Instance]:
|
||||
MemorySample(
|
||||
{
|
||||
"lazy_enforced": {"c3", "c4"},
|
||||
"instance_features": [8.0],
|
||||
"static_instance_features": [8.0],
|
||||
},
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user