From cf90d5bde6925761bbb969ef594fe34075c424e8 Mon Sep 17 00:00:00 2001 From: Thore Kockerols Date: Wed, 11 Oct 2023 11:37:48 +0200 Subject: [PATCH] Update todo.md --- docs/src/unfinished_docs/todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/unfinished_docs/todo.md b/docs/src/unfinished_docs/todo.md index 9385880a..f83e375b 100644 --- a/docs/src/unfinished_docs/todo.md +++ b/docs/src/unfinished_docs/todo.md @@ -7,6 +7,7 @@ - [ ] nonlinear conditional forecasts - [ ] add balanced growth path handling - [ ] feedback: write out RBC equations, provide option for external SS guess, sell the sampler better (ESS vs dynare), more details on algorithm (SS solver) +- [ ] higher order solutions: some kron matrix mults are later compressed. write custom compressed kron mult; check if sometimes dense mult is faster? (e.g. GNSS2010 seems dense at higher order) - [ ] recheck function examples and docs (include output description) - [ ] riccati with analytical derivatives (much faster if sparse) instead of implicit diff - [ ] add user facing option to choose sylvester solver