ys_differential_evolution 0.2.0

Differential evolution implemented.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Yoshizawa Shogo <shogo.yoshizawa.2000@gmail.com>"]
description = "Differential evolution implemented."

name = "ys_differential_evolution"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["differential", "evolution", "DE"]

repository = "https://github.com/YoshizawaShogo/differential_evolution"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8"
num = "0.4"