Loading documenting_failures/soar_compare_nonlinear_pilot.py +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ def test_nonlinear_soar(plot=False, random_sampling=False, ptype=1, verbose=1): with open(results_path, "rb") as f: results = pickle.load(f) else: results = get_pareto_front(pgraph, objective="nonlinear", verbose=5) results = get_pareto_front(pgraph, objective="bilinear", verbose=5) results = [int(res) for res in results] with open(results_path, "wb") as f: pickle.dump(results, f) Loading Loading
documenting_failures/soar_compare_nonlinear_pilot.py +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ def test_nonlinear_soar(plot=False, random_sampling=False, ptype=1, verbose=1): with open(results_path, "rb") as f: results = pickle.load(f) else: results = get_pareto_front(pgraph, objective="nonlinear", verbose=5) results = get_pareto_front(pgraph, objective="bilinear", verbose=5) results = [int(res) for res in results] with open(results_path, "wb") as f: pickle.dump(results, f) Loading