summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-07-01 20:46:54 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2019-07-01 20:46:54 +0100
commitb6de67a59e961acb5ce728e5a63c4f58f6c71362 (patch)
tree312e4742d49b89a3a900300291aada1fe727bd90
parentf8486df1d4cb59be72c1ca35fe281e27fd29b75c (diff)
downloadframework-b6de67a59e961acb5ce728e5a63c4f58f6c71362.tar.gz
framework-b6de67a59e961acb5ce728e5a63c4f58f6c71362.tar.bz2
framework-b6de67a59e961acb5ce728e5a63c4f58f6c71362.tar.xz
framework-b6de67a59e961acb5ce728e5a63c4f58f6c71362.zip
use master implementation
-rwxr-xr-xWrappers/Python/ccpi/optimisation/algorithms/Algorithm.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py b/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py
index 84a440a..f9f65b2 100755
--- a/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py
+++ b/Wrappers/Python/ccpi/optimisation/algorithms/Algorithm.py
@@ -85,8 +85,6 @@ class Algorithm(object):
calling this method triggers update and update_objective
'''
if self.should_stop():
- self.update_objective()
- print(self.verbose_output())
raise StopIteration()
else:
time0 = time.time()