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

Options

Open Wikunia opened this issue 4 years ago • 0 comments

Save a struct options inside the tree object to save all kinds of options including:

  • [x] traversing strategy
  • [ ] printing
  • [x] branching strategy
  • [ ] all_solutions
  • [ ] all_optimal_solutions

This can be a struct just for options regarding Bonobo. For options that are needed from the user for their own implementation of details these can be stored in the root struct itself.

Wikunia avatar Oct 28 '21 16:10 Wikunia