mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 17:38:51 -06:00
Docs: fix example; export MinPrecisionThreshold
This commit is contained in:
@@ -59,5 +59,5 @@ a `PrimalSolutionComponent` which achieves 95% precision, possibly at the cost o
|
||||
more aggressive, this precision may be lowered.
|
||||
|
||||
```python
|
||||
comp = PrimalSolutionComponent(threshold=MinPrecisionThreshold(0.98))
|
||||
PrimalSolutionComponent(threshold=MinPrecisionThreshold(0.95))
|
||||
```
|
||||
|
||||
@@ -14,6 +14,7 @@ from .components.primal import PrimalSolutionComponent
|
||||
from .components.branching import BranchPriorityComponent, BranchPriorityExtractor
|
||||
|
||||
from .classifiers.adaptive import AdaptiveClassifier
|
||||
from .classifiers.threshold import MinPrecisionThreshold
|
||||
|
||||
from .benchmark import BenchmarkRunner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user