diff --git a/Ccore/shape.py b/Ccore/shape.py index 93d2d7dabb845e2de375873bc58e06a602f67347..8c7532621cb4f68a7d0862a646bc35fe498adb19 100644 --- a/Ccore/shape.py +++ b/Ccore/shape.py @@ -189,7 +189,7 @@ elif Optimizer=='mma': conveks.mma.initialize(initialPoint, lowerBound, upperBound) # Set some options for MMA - conveks.mma.option.setNumber('General.Verbosity', 4) + conveks.mma.option.setNumber('General.Verbosity', 0) # Get iteration count (here it will be 1 - could be different in case of restart) it = conveks.mma.getOuterIteration()