Modify update_iter()

Issue #19 resolved
Balaji Pokuri created an issue

iter_max is used only as a check in update_iter(). This makes the variable redundant. Instead, update_iter() can be modified to take in a number, of iterations. This will make the optimization cleanly serial, also enabling the user to give different kappa strategies in different iteration stages.

Comments (1)

  1. Log in to comment