Spaces:
Sleeping
Sleeping
Update model/gwo.py
Browse files- 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 |
|