The topology of a scalar value function over a configuration space with a neighbourhood structure — its peaks, valleys, basins, ridges, plateaus, and saddle points — where the shape of the surface predicts which search strategies succeed and which get stuck, independent of the substrate.
Imagine a bumpy hilly land where you're trying to find the lowest valley while blindfolded, only feeling the ground right around your feet. Some lands have one big valley; some have lots of little dips that fool you. The shape of the land decides how easy it is to find the real bottom.
The Shape Of Searching
An Optimization Landscape is the whole 'shape' you get when every possible choice is given a score, like height on a map of hills and valleys. Peaks, valleys, ridges, and flat plateaus are all features of this shape. The big idea is that the shape tells you which ways of searching will work and which will fail — no matter what the choices are actually about. If it's a smooth bowl, just head downhill and you'll find the best spot. But if there are many separate valleys, simple downhill searching can trap you in one that isn't the deepest, and flat plateaus can leave you wandering with no clue which way to go.
Terrain Of The Objective
An Optimization Landscape is the topology of an objective function over its feasible set, pictured as a surface with topographic features — peaks, valleys, basins, ridges, plateaus, saddle points — that constrain which search procedures succeed and which fail. It names the substrate on which search and adaptation happen, with the load-bearing claim that the shape of the surface predicts how search strategies behave, independent of whether the surface came from physics, evolution, learning, or design. Three pieces fix it: a scalar measure (energy, fitness, loss, utility) assigned to each configuration, a neighbourhood structure defining what counts as a nearby configuration, and the combined object — value-over-configuration-space-with-neighbourhoods — whose features (convexity, modality, basin connectivity, ruggedness) determine which optima a search can find. These yield predictions that travel: if convex, any local search finds the global optimum; if multimodal, local search is trap-prone; if basins are disconnected, no continuous path crosses between them; if plateaus dominate, gradient methods stall. It's sharper than a local optimum, which is a single point — the landscape is the whole surrounding country in which such points sit.
An Optimization Landscape is the structural pattern of the topology of an objective function over its feasible set, considered as a surface with topographic features — peaks, valleys, basins, ridges, plateaus, saddle points — that constrain which search procedures will succeed and which will fail. The pattern names the substrate on which search and adaptation occur, with the load-bearing claim that the shape of the surface predicts the qualitative behaviour of search strategies, independent of the substrate that gave rise to the surface (physics, evolution, learning, policy, design). Three commitments fix it. A scalar measure — energy, fitness, loss, utility, welfare — is assigned to each configuration in a configuration space. A neighbourhood structure defines what counts as a nearby configuration — a small mutation, parameter change, or policy edit. And the combined object — value-over-configuration-space-with-neighbourhoods — has structural features (convexity, modality, basin connectivity, ridge structure, plateau extent, ruggedness) that determine which search procedures can find which kinds of optima. These three together yield substrate-independent predictions that travel: if the landscape is convex, any local search finds the global optimum; if multimodal, local search is trap-prone and needs restarts or basin-hopping; if basins are disconnected, no continuous-path search can move between them; if plateaus dominate, gradient methods stall; if ridges align with the search direction, progress accelerates, and if they cross-cut, progress stalls. The prime is sharper than the notion of a local optimum, which is a point on the landscape — the place where local search halts — because the optimization landscape is the whole topology, the surrounding country in which local optima exist alongside basins, ridges, plateaus, and connectivity structure. Where the local optimum names the trap-point, the optimization landscape names the country around it.
Names the surface separately from any single point on it, exposing that search-strategy success is a property of the topology — not the algorithm — so different substrates sharing landscape shape share the same fixes.
Compresses a sprawling family of search failures into one diagnostic family: characterise the landscape (convexity, ruggedness, basin connectivity), then match a strategy or reshape the surface where the substrate permits.
Licenses a topology-first move — ask whether a stall is algorithmic or topological — plus basin-connectivity reasoning (disconnected basins need a jump operator) and plateau/saddle diagnosis.
A protein's free-energy landscape is funnel-shaped, so ordinary downhill dynamics reach the native fold without enumerating astronomically many conformations (resolving Levinthal's paradox); misfolding diseases are alternative basins off the funnel.
Children (1) — more specific cases that build on this
Local Optimumis a kind of, typicalOptimization Landscape — The file: a local_optimum is one POINT (where local search halts) on the landscape; the optimization landscape is the whole country (basins, ridges, plateaus, connectivity). Part-to-whole — landscape is the broader frame. BUT local_optimum is a CANDIDATE (CAND-R2-068-02), not canonical — recorded as candidate-link below.
Optimization Landscape is not Optimization because the landscape is the substrate (the value surface) on which search runs, whereas optimization is the process (the verb) acting on it; the same optimiser succeeds or fails by the topology beneath it.
Optimization Landscape is not Local Optimum because the landscape is the whole country (basins, ridges, plateaus, connectivity), whereas a local optimum is a single point where local search halts.
Optimization Landscape is not Attractor Selection because the landscape is the static topology of the value surface, whereas attractor selection adds explicit time, steering a trajectory toward a chosen basin.