https://github.com/matiascr/bia
Bio inspired algorithms in Elixir
https://github.com/matiascr/bia
aco-algorithm algorithms bio-inspired-optimization optimization-algorithms pso-algorithm
Last synced: 26 days ago
JSON representation
Bio inspired algorithms in Elixir
- Host: GitHub
- URL: https://github.com/matiascr/bia
- Owner: matiascr
- License: apache-2.0
- Created: 2023-09-26T21:28:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T20:58:42.000Z (almost 2 years ago)
- Last Synced: 2025-10-21T14:46:18.313Z (5 months ago)
- Topics: aco-algorithm, algorithms, bio-inspired-optimization, optimization-algorithms, pso-algorithm
- Language: Elixir
- Homepage: https://hexdocs.pm/bia
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bia
Bio-inspired algorithms in Elixir.
Supported heuristics:
- [x] Particle Swarm Optimization (PSO)
- [ ] Ant Colony Optimization (ACO)