Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 9 of Ticket #2205


Ignore:
Timestamp:
10/03/14 02:20:55 (10 years ago)
Author:
swagner
Comment:

Worked on optimization networks in r11412.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2205

    • Property Priority changed from high to highest
    • Property Status changed from new to accepted
    • Property Component changed from ### Undefined ### to Optimization.Networks
  • Ticket #2205 – Description

    initial v9  
     1'''Topics for Discussion:'''
     2* design in general
     3  * should ports reference their nodes?
     4  * how much logic should be included in a port?
     5  * problem of generic view types
     6* port-to-port communication
     7  * clone value?
     8  * how to switch threads?
     9  * should ports propagate their values immediately when they are connected?
     10* data types
     11  * POCOs vs. IItems
     12  * generic vs. non-generic types (e.g. ports)
     13* AlgorithmNode
     14  * port updates due to result changes (speed, events)