We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3ca6a commit 44acf9dCopy full SHA for 44acf9d
optimizer/mopso.py
@@ -433,8 +433,6 @@ def load_checkpoint(self):
433
self.inertia_weight = pso_attributes['inertia_weight']
434
self.cognitive_coefficient = pso_attributes['cognitive_coefficient']
435
self.social_coefficient = pso_attributes['social_coefficient']
436
- self.max_iter_no_improv = pso_attributes['max_iter_no_improv']
437
- self.optimization_mode = pso_attributes['optimization_mode']
438
self.incremental_pareto = pso_attributes['incremental_pareto']
439
self.iteration = pso_attributes['iteration']
440
0 commit comments