Hi:
I have reading through the example.
Like you said, I need to setup functions of TT to generate theory_t as a vactor.
At the same time I also need to define measure_t as a vector.
Finally I need to define "measure_t-theory_t=0" to use minerr(TTs).
To define functions of TT, my sequence will be TTs->n's (look up from the file database containg linear interpolation)->Ms->Big M->theory_t.
Two question:
1) Do you mean that when minerr() internal deternine the next set TTs, the above sequence will be repeated again and again until the minimum error is founded?
2) The example code is very straight forward. I mean there is no complex structure (loop, if.....). Do you think my goal can be done without any complex structure?
I always think there should be something complicated inside because I want n's be formed from the file database containg linear interpolation.