Skip to content

4cer/YAGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

YAGA solver - Yet Another Genetic Algorithm solver

This project aims to provide a Python implementation of an evolutionary algorithm solver for sequence-based problems and beyond. The 0.1 version was designed specifically as a script to solve the travelling salesman problem for up to 30 vertices.

Requirements

  • numpy
  • matplotlib

Changelog

  • 0.1 - First version: TSP solver in script form

TODO

  • interface for custom fitness functions
  • interface for custom genetic operators (selection, crossover, mutation)
  • generalize usage purposes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages