Search found 1 match

by ccorreaf
Tue Jan 13, 2026 3:18 am
Forum: GeNIe
Topic: Equation Model
Replies: 2
Views: 8667

Re: Equation Model

Hello,

I would like to confirm whether temporal nodes can be defined using equations in PySmile. For illustration:
b{0} = a
b{t+1} = b{t} + c{t} + d{t}, where a, c, and d follow Uniform distributions.

While developing a model, I noted the function:
set_node_temporal_equations(node: int | str ...