Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Example 08: Comparison Model

Input
  ├──▶ Graph A ──▶ Output A ──┐
  │                           ├──▶ Compare / Evaluate
  └──▶ Graph B ──▶ Output B ──┘

Runs two independent linear graphs (lowercase vs uppercase) on the same input and compares their outputs. Comparison happens outside the graphs.

Run

pnpm build
pnpm --filter @composable-model-graph/example-08-comparison-model start