t is the discrete time in seconds
u is the measured input signal
x is the state variable
In a linear case you would have:
x(t+dt) = A x(t)+ B u(t)
If I use as a target function:
x = f0(delay(x,1)) + f1(u)
formulize would quite fast converge to something like
x = delay(x,1) + k
k constant
forgetting about the u contribution .
But if I use :
x = 0.5*(delay(x,1)) + f1(u)
I will force it to consider the u contribution.
Is it clear?
GdG
--
You received this message because you are subscribed to the Google Groups "Eureqa Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eureqa-group...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.