Loading documenting_failures/soar_compare_nonlinear_pilot.py +1 −0 Original line number Diff line number Diff line Loading @@ -391,6 +391,7 @@ def test_nonlinear_soar(plot=False, random_sampling=False, ptype=1, verbose=1): if __name__ == "__main__": from time import time t1 = time() test_nonlinear_soar(random_sampling = False, ptype=1, verbose=0) test_nonlinear_soar(random_sampling = False, ptype=2, verbose=0) Loading Loading
documenting_failures/soar_compare_nonlinear_pilot.py +1 −0 Original line number Diff line number Diff line Loading @@ -391,6 +391,7 @@ def test_nonlinear_soar(plot=False, random_sampling=False, ptype=1, verbose=1): if __name__ == "__main__": from time import time t1 = time() test_nonlinear_soar(random_sampling = False, ptype=1, verbose=0) test_nonlinear_soar(random_sampling = False, ptype=2, verbose=0) Loading