Artificial Life evo-edu.org

Traveling-salesperson optimization tool for evolutionary search and comparison.

Optimization and search

Use an evolutionary-style search tool to compare routes, generations, and improvement.

Route Optimizer supports discussions of search, heuristics, improvement, and the strengths and limitations of evolutionary optimization strategies.

Core questionHow do iterative search and improvement strategies help find better routes without checking every possibility?
App pageStandardized evo-edu wrapper over the current implementation.
Guide statusTeacher and learner guide created in this remediation pass.
API statusArtificial-life family API prototype now available.

Why Use This Tool

What learners do

Route Optimizer supports discussions of search, heuristics, improvement, and the strengths and limitations of evolutionary optimization strategies.

Concepts to foreground

  • optimization
  • search
  • fitness
  • heuristics
  • generational improvement

Provenance

Modern JavaScript adaptation of an older GA-based TSP solver lineage, wrapped in evo-edu public documentation. Read the fuller about and provenance notes.

Related Resources