ngsankha / rbsyn

Program synthesis for Ruby
BSD 3-Clause "New" or "Revised" License
94 stars 4 forks source link

Ordering of program elimination and branch pruning strategies #6

Closed ngsankha closed 4 years ago

ngsankha commented 4 years ago

Right now, all the strategies are run in an unspecified order by taking the descendants of the base class. Specifying an order is required for best results.

ngsankha commented 4 years ago

Fixed with 74397e6b7e33a6103ffac4d9649e044990a067af and 9faf959f73096c910373d7665df95abb164da501