Parmeggiani-Lab / elfin-solver

Standard Genetic Algorithm solver for elfin
MIT License
0 stars 0 forks source link

double_hinge_team compatibility broken #35

Closed joy13975 closed 5 years ago

joy13975 commented 5 years ago

Likely caused by faulty logic in PImpl.complete_by_dijkstra()

joy13975 commented 5 years ago

This might be related or caused by #32 as preliminary tests show that disabling ERODE, INSERT, and CROSS lead to sensible output in 2H case.

joy13975 commented 5 years ago

Not likely to be related #32 as that issue is closed yet this problem continus happening.

Opened a branch double-hinge-bug to fix it.