Skip to content
Snippets Groups Projects
Commit 5de72d89 authored by Erin Kuci's avatar Erin Kuci
Browse files

fix verbosity of mma

parent 045f59b2
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment