2024年5月28日星期二

The dynamic logic model

The basis of an operation system is the connection among operands and operators. The connection state is specified sequentially by instruction codes, it is called control-driven. The next connection state is generated by the result of the operation, it is called reaction-driven. The operation starts when the operands change, it is called data/event-driven. The operation including connection changing for the formula automatically solving starts when any operand is unknown, it is called goal-driven. Reaction-driven is also data/event-driven and goal-driven, but control-driven is not. 

The dynamic logic model is reaction-driven instead of control-driven. 

2 条评论:

  1. The traditional old system people are using now is to get the registered variable flags sequentially on the control-driven hardware to determine if there are changes and then call the registered behaviors sequentially. This is equivalent to simulate data/event-driven by software method on a wrongly designed hardware to achieve what can work directly on a correctly designed hardware.

    回复删除
  2. If you are not a native goal-driven hardware, don’t call yourself an AI chip.

    回复删除