Let $T$ be some integral operator and suppose $f:[0,\infty) \rightarrow [0,\infty)$ is a function which satisfies: $$f = T(f).$$
A popular method for finding $f$ is to take some arbitrary $f_0$ and then set $f_{n+1} = T(f_n)$ for each $n$ (a fixed point iteration). However, convergence does not always hold (especially when you start with a bad choice for $f_0$). Are there some alternative methods for solving these type of equations numerically?
It depends on the operator $T$ and the underlying space $X$.
For instance, if $X$ is a Hilbert space and $T$ is nonexpansive, then your iteration may not work: indeed, if $T$ is the negative identity, then you only bounce back and forth unless you start at the unique fixed point $0$.
If $T$ is nonexpansive in the Hilbert space $X$, a much better iteration is $$f_{n+1} = \tfrac{1}{2}f_n + \tfrac{1}{2}T(f_n).$$ This Krasnoselskii-Mann iteration will converge at least weakly to a fixed point provided there exists one.