Skip to content
Prev 247221 / 398503 Next

using Smolyak to genarate intervals

Hello

I am running a program from value intervals for a set of variables.
I thought I could use Smolyak to get my intervals adding points as I need
them , so instead of running the program for a whole interval I would run
only for the most important points.
I am new to Smolyak algorithm though, and I can not understand how can i use
smolyak.quad(d,k), to solve my problem.

Anybody can give me some lights?