Right now, PlasmoBenders and PlasmoSchwarz using different naming conventions for similar attributes. For instance (PlasmoSchwarz/PlasmoBenders:
tolerance/tol
max_iterations/max_iters
subproblem_optimizer/solver
iteration/iter
Also, PlasmoSchwarz uses a Timers mutable struct object while PlasmoBenders includes the timers as attributes under the algorithm. I think I want to standardize PlasmoBenders to what PlasmoSchwarz has.
Right now, PlasmoBenders and PlasmoSchwarz using different naming conventions for similar attributes. For instance (PlasmoSchwarz/PlasmoBenders:
tolerance/tolmax_iterations/max_iterssubproblem_optimizer/solveriteration/iterAlso, PlasmoSchwarz uses a
Timersmutable struct object while PlasmoBenders includes the timers as attributes under the algorithm. I think I want to standardize PlasmoBenders to what PlasmoSchwarz has.