I am making a game, and I want to have life-like terrain generation. Some issues with procedural noise, and other algorithms like midpoint displacement is that some features of the land that they create are inaccurate. For example, continents tend to form with them having large mountains and flat land inbetween, which noise cannot do well.
Are there any existing algorithms that can do something similar to what I am looking for?