Explicitly check that stateful path optimizers are called with the same arguments on repeat runs (should resolve #137), and error otherwise. I also updated the contract docstring with the newer optimize options, and renamed a (purely internal) variable dimension_dict -> size_dict for consistency with code elsewhere.
Description
Explicitly check that stateful path optimizers are called with the same arguments on repeat runs (should resolve #137), and error otherwise. I also updated the
contract
docstring with the neweroptimize
options, and renamed a (purely internal) variabledimension_dict -> size_dict
for consistency with code elsewhere.Status