Update MSS results

This commit is contained in:
2020-02-03 10:51:57 -06:00
parent 9239c4eb82
commit 1986effcd5
6 changed files with 205 additions and 2 deletions

View File

@@ -0,0 +1 @@
../../benchmark/stab/ChallengeA/performance.png

View File

@@ -36,7 +36,7 @@ The class `MaxWeightStableSetGenerator` can be used to generate random instances
* Fixed random Erdős-Rényi graph $G_{n,p}$ with $n=200$ and $p=5\%$
* Random vertex weights $w_v \sim U(100, 150)$
* 300 training instances, 50 test instances
* 500 training instances, 50 test instances
```python
MaxWeightStableSetGenerator(w=uniform(loc=100., scale=50.),