Skip to content

Commit

Permalink
Set W for NLS training according to paper
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-yeh committed Dec 21, 2023
1 parent 12c9597 commit 8bf1cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsp_nls/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@


EPS = 1e-10
T=5
W=0.95
T = 5
W = 0.95

def train_instance(model, optimizer, data, n_ants):
model.train()
Expand Down

0 comments on commit 8bf1cd8

Please sign in to comment.