Skip to content

Commit

Permalink
update iter and timeout limits
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Feb 26, 2024
1 parent 40b3493 commit af881ce
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# num_cpus=2,
)

datafile = "data_xfoil.csv"
datafile = "data_xfoil_comp1.csv"
n_procs = int(ray.cluster_resources()["CPU"])
print(f"Running on {n_procs} processes.")

Expand Down Expand Up @@ -153,8 +153,8 @@ def worker(csv_actor):
n_crit=n_crit,
xtr_upper=xtr_upper,
xtr_lower=xtr_lower,
timeout=15,
max_iter=100,
timeout=30,
max_iter=200,
# xfoil_command="~/NeuralFoil/training/gen2_architecture/training_data/xfoil_supercloud"
)

Expand Down

0 comments on commit af881ce

Please sign in to comment.