(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

STNWeb: A new visualization tool for analyzing optimization algorithms

What is it about?

STNWeb is a new web tool for the visualization of the behavior of optimization algorithms such as metaheuristics. It allows for the graphical analysis of multiple runs of multiple algorithms on the same problem instance and, in this way, it facilitates the understanding of algorithm behavior.

Why is it important?

Simple statistical techniques often fail to accomplish this task, making this graphical tool valuable.

Read more on Kudos…
The following have contributed to this page:
Camilo Chacón Sartori
' ,"url"));