acopy icon indicating copy to clipboard operation
acopy copied to clipboard

A Python implementation of the Ant Colony Optimization Meta-Heuristic

Results 4 acopy issues
Sort by recently updated
recently updated
newest added

* Acopy version: * Python version: * Operating System: ### Description I tried to run the algorithm on a larger tsp graph like `att532.tsp` but the algorithm diverge from the...

Was trying to run the acopy solver for fully connected graphs and it works fine but throws a key error whenever the graph is not fully connected.

enhancement

Would you please consider bumping the version of click to the 8th major version? https://github.com/rhgrant10/acopy/blob/ff074ae2d86d2a28794fee928d4d2639b497cd58/setup.py#L15 I have tested the following configuration in a vritual environment: ``` 'click~=8.0' ``` Tests ran...

Bumps [wheel](https://github.com/pypa/wheel) from 0.33.4 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies