IGJSP 1.1.8__tar.gz → 1.1.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: IGJSP
3
- Version: 1.1.8
3
+ Version: 1.1.9
4
4
  Summary: Instance generator for JSP
5
5
  Project-URL: Homepage, https://gps.blogs.upv.es/
6
6
  Author-email: GPS-UPV <gps@dsic.upv.es>
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "IGJSP"
7
- version = "1.1.8"
7
+ version = "1.1.9"
8
8
  authors = [
9
9
  { name = "GPS-UPV", email = "gps@dsic.upv.es" },
10
10
  ]
@@ -161,9 +161,6 @@ class JSP:
161
161
  # tpm = expon(loc=10, scale=20).rvs(self.numMchs)
162
162
  energyPer, timePer = self._particionate_speed_space(speed)
163
163
  self._generate_standar_operation_cost(distribution,tpm)
164
-
165
- energyPer, timePer = self._particionate_speed_space(speed)
166
- self._generate_standar_operation_cost(distribution)
167
164
 
168
165
  self.ProcessingTime = np.zeros((self.numJobs, self.numMchs, self.speed), dtype=int)
169
166
  self.EnergyConsumption = np.zeros((self.numJobs, self.numMchs, self.speed), dtype=int)
@@ -1190,5 +1187,5 @@ class Generator:
1190
1187
  os.remove(pkl_path)
1191
1188
  if self.taillard:
1192
1189
  jsp_instance.saveTaillardStandardFile(f"{problem_path}/TAILLARD/" + jm_path.split("/")[0] + f"_{j}x{m}_{i}.txt")
1193
- instances.append(jsp_instance)
1190
+ instances.append(copy.deepcopy(jsp_instance))
1194
1191
  return instances
File without changes
File without changes
File without changes
File without changes