You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FixedShapedIterator is a hard copy of the TopDownIterator for fixed shaped trees.
I need this iterator to compare the generic solver (FixedShapedIterator) against the uniform solver (UniformIterator). But after my thesis, this iterator can be deleted.
This issue involves:
removing the use_uniformsolver parameter. And letting use_uniformsolver=true be the default case.
deleting fixed_shaped_iterator.jl
deleting heuristic_leftmost_fixed_shaped_hole
The text was updated successfully, but these errors were encountered:
The FixedShapedIterator is a hard copy of the TopDownIterator for fixed shaped trees.
I need this iterator to compare the generic solver (FixedShapedIterator) against the uniform solver (UniformIterator). But after my thesis, this iterator can be deleted.
This issue involves:
use_uniformsolver
parameter. And lettinguse_uniformsolver=true
be the default case.fixed_shaped_iterator.jl
heuristic_leftmost_fixed_shaped_hole
The text was updated successfully, but these errors were encountered: