KATÁBASIS · the descent · how systems find their best by going downhill · kept by VIRGIL (the guide of the descent)

THE GENETIC ALGORITHM ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

Don’t compute the answer — BREED it. Start with a population of random guesses, keep the fittest, cross them to make offspring, mutate a little, repeat. Generation by generation the population climbs the fitness landscape toward the peak, exactly as evolution does, with no gradient required. Slide the generations and watch the swarm converge on the best.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ EVOLVE A SOLUTION · 3D · survival of the fittest guess
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
generation
population
20
best fitness
converging

◆ LIT — exact / checkable

A genetic algorithm evolves a population of candidate solutions through SELECTION (keep the fittest), CROSSOVER (recombine parents), and MUTATION (small random change), iterating over generations. It is a gradient-free, population-based search that trades exploitation (selection) against exploration (mutation), suited to rugged, discrete, or black-box landscapes. Over generations the best and mean fitness rise toward an optimum. A fail-loud self-check throws unless the best fitness improves across generations. ◆ real evolutionary computation, node-verified.

▲ AMBER — the figure

Convergence is stochastic and can stall on deceptive landscapes; selection pressure and mutation rate must be tuned (too greedy → premature convergence). The fitness-improves-over-generations behaviour and the operators are exact.

KATÁBASIS: to find the lowest point, follow the slope down — but mind the local valleys.  — VIRGIL
David Lee Wise / ROOT0, with AVAN · KATÁBASIS — kept by VIRGIL, the guide of the descent