In interactive mode - I would like to update the merit value and the operand values after every perturbation I do on a surface variable (e.g.; Decenter-X).
For some reason - executing this code line does not seem to update the IDE at all.
# Before perturbation: apply a value to a surface cell
TheSystem.MFE.CalculateMeritFunction()
# After perturbation: Step to read updated Merit Values and Merit Operand Values - No Change!
Any ideas?