aco topic

List aco repositories

aco

54
Stars
33
Forks
Watchers

A C++ Ant Colony Optimization (ACO) algorithm for the traveling salesman problem.

js-aco

32
Stars
8
Forks
Watchers

A visual demo of Ant Colony Optimisation applied to TSP written in Javascript

azpainter

226
Stars
15
Forks
Watchers

Full color painting software for Unix-like systems for illustration drawing. This is un-official little fixed repository for package maintainers of image editor AzPainter (based on "mlib" toolkit). Of...

import-colors-sketch

50
Stars
8
Forks
Watchers

Import colors from macOS CLR, Photoshop ACO/ACT, Illustrator ASE, GIMP GPL, Sketch, Text file to Sketch color variables.

swarmlib

478
Stars
107
Forks
Watchers

This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony...

path_planning

366
Stars
90
Forks
Watchers

This repository contains path planning algorithms in C++ for a grid based search.

swatches

56
Stars
1
Forks
Watchers

🎨 Read, Inspect, Manipulate, and Save (ASE-only for save) Color Swatch Files

A population based stochastic algorithm for solving the Traveling Salesman Problem.

ColorPaletteCodable

34
Stars
5
Forks
Watchers

A color palette/gradient reader/writer for a growing set of file formats. Swift (macOS, iOS, tvOS, watchoOS, macCatalyst, Linux)

TSP

44
Stars
13
Forks
Watchers

求解TSP问题的:蚁群算法、遗传算法、粒子群算法、模拟退火算法、禁忌搜索算法、动态规划算法、贪心算法