# SQUAREM fixed point acceleration

**URL:** https://discourse.julialang.org/t/squarem-fixed-point-acceleration/113761
**Category:** General Usage
**Created:** [May 2, 2024, 9:05pm UTC](https://discourse.julialang.org/t/squarem-fixed-point-acceleration/113761 "2024-05-02T21:05:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![leima0521](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/leima0521/32/51274_2.png) [@leima0521](https://discourse.julialang.org/u/leima0521)
#### Post date: [May 2, 2024, 9:05pm UTC](https://discourse.julialang.org/t/squarem-fixed-point-acceleration/113761/1 "2024-05-02T21:05:39Z")

</div>

Hello,

Is there a package that implements SQUAREM in fixed point iteration?

Thanks!

---

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [May 3, 2024, 1:18am UTC](https://discourse.julialang.org/t/squarem-fixed-point-acceleration/113761/2 "2024-05-03T01:18:17Z")

</div>

I don’t know offhand about the SQUAREM algorithm in Julia, but there are quite a few packages to accelerate fixed-point iteration. Several are summarized in the thread: [[ANN] FixedPoint.jl - Solver of equations using Fixed Point Method [with a few bonuses]](https://discourse.julialang.org/t/ann-fixedpoint-jl-solver-of-equations-using-fixed-point-method-with-a-few-bonuses/78114)

[This review (2023)](https://doi.org/10.6339/22-JDS1051) seems to indicate that Anderson acceleration is quite competitive with SQUAREM.
