Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2472, comment 28


Ignore:
Timestamp:
11/19/15 10:41:02 (8 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2472, comment 28

    initial v1  
    1111>  * Couldn't the solution be transformed to a standard data analysis tree (simplify, optimize?
    1212
    13 Might be fixed in the future (-> separate tickets)
     13Might be fixed in the future (-> separate tickets #2515, #2517)
    1414
    1515> * Why are the boolean problems restricted (number of bits) and why is this done in the evaluation function?
     
    1818In the case of the even-parity problem the restriction stems from the fact that only digits are used as terminal symbols and there are only 10 digits. Would be easy to extend this.
    1919
    20 In the case of the mux-problem I don't remember the exact reason but I believe this is an artifact from an earlier implementation where only digits and characters were used as terminal symbols. In any case the limit of 37 bits input is rather large and would mean that a single evaluation would have to iterate over 2^37^ different input cases... I'm going to create a ticket for this.
     20In the case of the mux-problem I don't remember the exact reason but I believe this is an artifact from an earlier implementation where only digits and characters were used as terminal symbols. In any case the limit of 37 bits input is rather large and would mean that a single evaluation would have to iterate over 2^37^ different input cases... I'm going to create a ticket for this (#2516).
    2121
    2222>