Bonobo.jl icon indicating copy to clipboard operation
Bonobo.jl copied to clipboard

Visual debugging tool

Open Wikunia opened this issue 3 years ago • 1 comments

I would like to add a generic debugging tool to this which saves the tree nodes in a json file as this is extremely helpful in my ConstraintSolver project. This project would simply need to create this JSON struct and I need to refine and publish my Javascript visual branch and bound debgugger then :wink:

The "interface" can be seen here: https://opensourc.es/blog/constraint-solver-bugs-and-benchmarks/#the_real_bug

Wikunia avatar Nov 03 '21 08:11 Wikunia

you can also require from the local solver to implement a print_to_file function which prints the most adapted format (or pass an extension)

matbesancon avatar Nov 03 '21 08:11 matbesancon