Commit 3d9d8875 authored by Blais, Chris's avatar Blais, Chris
Browse files

update soar call for pareto front

parent 228c8a97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)