Update min IG stopping criterion
This commit is contained in:
parent
524f4465dd
commit
64730721cd
@ -80,7 +80,7 @@ class NextBestView(MultiViewPolicy):
|
|||||||
i = np.argmax(utilities)
|
i = np.argmax(utilities)
|
||||||
nbv, gain = views[i], gains[i]
|
nbv, gain = views[i], gains[i]
|
||||||
|
|
||||||
if gain < self.min_gain:
|
if gain < self.min_gain and len(self.views) > self.T:
|
||||||
self.done = True
|
self.done = True
|
||||||
|
|
||||||
self.x_d = nbv
|
self.x_d = nbv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user