Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 7 of Ticket #106


Ignore:
Timestamp:
06/17/08 20:30:35 (16 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #106

    • Property Status changed from new to reopened
  • Ticket #106 – Description

    v1 v7  
    1 User programmable functions for GP would increase flexibility of GP infrastructure. Right now it would be necessary to either extend the `HeuristicLab.Functions` plugin or create a new plugin that implements custom functions.
     1User programmable functions for GP would increase flexibility of GP infrastructure. Because of performance considerations the evaluation for all commonly used functions for symbolic-regression and classification is hard-coded now. To increase the flexibility of evaluation (programmable-functions and newly defined functions in external plugins) it is necessary to extend the evaluator to delegate evaluation of unknown functions to a different evaluator. This should be rather easy since functions already define their own evaluator.