Skip to content
Snippets Groups Projects
  1. Mar 24, 2022
  2. Mar 23, 2022
  3. Mar 22, 2022
  4. Mar 21, 2022
  5. Mar 18, 2022
  6. Mar 16, 2022
    • Sébastien Villemot's avatar
      Testsuite: improve tests for block/bytecode options · d8c3467a
      Sébastien Villemot authored
      Improve the model that is used to test all combinations of algorithms with
      block and bytecode options, by ensuring that it includes the 8 possible types of blocks:
      – Solve {forward, backward, two boundaries} {simple, complete}
      – Evaluate {forward, backward}
      
      All the “Solve” blocks are also included in both linear and nonlinear forms
      (since the codepaths are typically different depending on the linearity of
      the block).
      
      Note that there is no such thing as a nonlinear “Evaluate” block, since the
      endogenous variables of the block always enter linearly (on the LHS).
      
      Also:
      - use perfect_foresight_{setup,solver} instead of simul (and disable automatic homotopy)
      - add a shock on e_R (though this is not strictly needed since the
        corresponding block already inherits the shock from another ancestor block)
      - remove the block for observables, there is already another block of type
        “Evaluate forward”
      d8c3467a
    • Sébastien Villemot's avatar
      Block decomposition: simplify MATLAB implementation of stack_solve_algo=3 (BiCGStab) · 07978aff
      Sébastien Villemot authored
      This commit makes it closer to the implementation in bytecode. In practice,
      this change fixes convergence problems on some models.
      07978aff
    • Sébastien Villemot's avatar
    • Sébastien Villemot's avatar
      Bytecode: fix typo · 2d73ae29
      Sébastien Villemot authored
      2d73ae29
  7. Mar 15, 2022
  8. Mar 14, 2022
  9. Mar 03, 2022
  10. Mar 01, 2022
  11. Feb 28, 2022
Loading