cvxgrp/rsw

Extra parameter in call to instantiate EntropyRegularizer

nasheqlbrm opened this issue · 0 comments

The init of EntropyRegularizer accepts up to one argument (called limit) but two are being passed in:

self.entropy_reg = EntropyRegularizer(w_min, w_max)

We will end up with an error at

kl_reg = KLRegularizer(prior)