[Trac] #242: Faster solvers for large scale Sylvester and Lyapunov equations
#242: Faster solvers for large scale Sylvester and Lyapunov equations -----------------------+---------------------------------------------------- Reporter: sebastien | Owner: ferhat Type: feature | Status: new Priority: major | Milestone: 4.3 Component: General | Version: Keywords: | -----------------------+---------------------------------------------------- On big models, a fixed point algorithm works faster for these equations that the current Dynare implementations. These solvers need to be integrated into Dynare, with options to activate them. -- Ticket URL: <https://www.dynare.org/trac/ticket/242> Dynare <http://www.dynare.org> The Dynare project
#242: Faster solvers for large scale Sylvester and Lyapunov equations -----------------------+---------------------------------------------------- Reporter: sebastien | Owner: ferhat Type: feature | Status: new Priority: major | Milestone: 4.3 Component: General | Version: Keywords: | -----------------------+---------------------------------------------------- Comment(by ferhat): The use of fixed point algorithm to solve Sylvester and Lyapunov equations, could be inefficient for small scale models. I suggest that the default solvers are the current Dynare implementations. So the user has to indicate that he want to use a fixed-point algorithm with the following new options: - "sylvester_solver = fixed_point" available for stoch_simul and estimation commands - "lyapunov_solver = fixed_point" available for estimation command. To control the convergence criteria related to the fixed-point algorithm, we need also the following new options: - "sylvester_fixed_point_tol = value" available for stoch_simul and estimation commands - "lyapunov_fixed_point_tol = value" available for estimation command -- Ticket URL: <https://www.dynare.org/trac/ticket/242#comment:1> Dynare <http://www.dynare.org> The Dynare project
#242: Faster solvers for large scale Sylvester and Lyapunov equations -----------------------+---------------------------------------------------- Reporter: sebastien | Owner: ferhat Type: feature | Status: new Priority: major | Milestone: 4.3 Component: General | Version: Keywords: | -----------------------+---------------------------------------------------- Comment(by sebastien): Implementation done as of commit 8ac14f8c80f2a8dba688f0081f4ac529e8bcec08. Still needs to be documented (ref. manual + wiki page on new features). -- Ticket URL: <https://www.dynare.org/trac/ticket/242#comment:2> Dynare <http://www.dynare.org> The Dynare project
#242: Faster solvers for large scale Sylvester and Lyapunov equations -----------------------+---------------------------------------------------- Reporter: sebastien | Owner: ferhat Type: feature | Status: new Priority: major | Milestone: 4.3 Component: General | Version: Keywords: | -----------------------+---------------------------------------------------- Comment(by sebastien): Fixed in eed54fb08a3302af0aa8149b3b315f2be3d46f54 -- Ticket URL: <https://www.dynare.org/trac/ticket/242#comment:3> Dynare <http://www.dynare.org> The Dynare project
#242: Faster solvers for large scale Sylvester and Lyapunov equations ------------------------+--------------------------------------------------- Reporter: sebastien | Owner: ferhat Type: feature | Status: closed Priority: major | Milestone: 4.3 Component: General | Version: Resolution: fixed | Keywords: ------------------------+--------------------------------------------------- Changes (by sebastien): * status: new => closed * resolution: => fixed -- Ticket URL: <https://www.dynare.org/trac/ticket/242#comment:4> Dynare <http://www.dynare.org> The Dynare project
participants (1)
-
Trac Dynare