pso_rust 0.1.0

A rust implementation of the famous PSO method.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.rand]
version = "0.8.5"

[package]
categories = ["mathematics", "algorithms"]
description = "A rust implementation of the famous PSO method."
edition = "2021"
homepage = "https://github.com/Embers-of-the-Fire/PSO-Rust"
keywords = ["algorithms", "optimization", "pso", "optimizer", "commonlib"]
license = "MIT"
license-file = "LICENSE"
name = "pso_rust"
readme = "README.md"
repository = "https://github.com/Embers-of-the-Fire/PSO-Rust.git"
version = "0.1.0"