jMetalSP icon indicating copy to clipboard operation
jMetalSP copied to clipboard

How can i disable the graphical part of the application of the DynamicTSPApplication?

Open alu0100881677 opened this issue 7 years ago • 2 comments

Hi, I am trying to disable the graphical part of the DynamicTSPApplication but i find no way to do it, could someone help me a bit?

alu0100881677 avatar Apr 05 '18 12:04 alu0100881677

Hi. Thanks for pointing this out. The way to disable the graphical part should be to not register the chartConsumer in the application (line 92), but if you comment that line the graph appears again.

Finding out why this happens, we have discovered that the consumers are registered twice: in lines 76 and 77, and in the constructors (lines 71 and 72). We are working on solving this. In the meantime, you can disable the graphic component by commenting lines 77 and 92.

Regards

Antonio

ajnebro avatar Apr 05 '18 16:04 ajnebro

Thank you, so grateful for the feedback.

alu0100881677 avatar Apr 06 '18 08:04 alu0100881677