Hello everyone
I am struggling to implement them efficiently in my code.
Can anyone suggest best practices and resources for optimizing performance; especially for high dimensional problems?
thanks
Hello everyone
I am struggling to implement them efficiently in my code.
Can anyone suggest best practices and resources for optimizing performance; especially for high dimensional problems?
thanks
Hi Madison,
I think that dynamic programming is always a challenge as you increase the number of dimensions with these methods, so it might help us if you can say roughly what number of dimensions and what algorithms in QuantEcon.jl you were intending to use? Depending on the circumstances, it is better to implement code from scratch.
To a first-order, I think the algorithm choice is the one which matters most - but it is problem dependent.
-Jesse
How many dimensions are you dealing with? It’s hard to make concrete suggestions without more information about your specific problem, but a personal rule of thumb is: