Separate implicit function code into a model file and a parameter sweep script
Update both to use common code, including command line arguments, from config.py
Update the ExternalPyomoModel used by the implicit function to avoid calculate_variable_from_constraint (in favor of scipy.fsolve). This reduces the solve time to about 1.5-2 seconds.
Update font size and figure size in plotting script to prepare convergence plots for paper
This is built on #14. The diff will clear up when that is merged.
config.py
ExternalPyomoModel
used by the implicit function to avoidcalculate_variable_from_constraint
(in favor ofscipy.fsolve
). This reduces the solve time to about 1.5-2 seconds.This is built on #14. The diff will clear up when that is merged.