Sorakey commited on
Commit
6a68e08
·
verified ·
1 Parent(s): b6fce3b

Update model/gwo.py

Browse files
Files changed (1) hide show
  1. model/gwo.py +1 -1
model/gwo.py CHANGED
@@ -20,7 +20,7 @@ class GWO:
20
  positions = np.random.uniform(
21
  low=self.bounds[:, 0],
22
  high=self.bounds[:, 1],
23
- size=(self.pop_size, dim)
24
 
25
  convergence_curve = []
26
 
 
20
  positions = np.random.uniform(
21
  low=self.bounds[:, 0],
22
  high=self.bounds[:, 1],
23
+ size=(self.pop_size, dim))
24
 
25
  convergence_curve = []
26