Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #866


Ignore:
Timestamp:
05/19/10 17:10:38 (14 years ago)
Author:
abeham
Comment:

r3852

  • Added project HeuristicLab.Problems.ExternalEvaluation

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #866

    • Property Status changed from new to assigned
  • Ticket #866 – Description

    initial v2  
    33 1. The whole statemachine idea was nice, but hardly ever practical or useful. Google's own take on such an interface ([http://code.google.com/p/protobuf/ protocol buffers]) doesn't need a state machine. A simple set of messages should do it in our cases too.
    44 1. I have more upcoming use for this, so I'd like more comfortable configuration and handling
     5
     6After discussion with swagner on this issue it was decided to use and try protocol buffers. A new problem should be created called `ExternalEvaluationProblem` that would allow to configure the communication means and provide an operator for collecting values which can be configured by the user. This operator would create protocol buffer messages that are sent over a driver to the external process.