mate_selection 0.1.0

A collection of mate-selection strategies for evolutionary algorithms
Documentation
[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = ">= 0.22"

[dependencies.rand]
version = ">= 0.8"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.stochastic_universal_sampling]
version = "1"

[lib]
crate-type = ["cdylib", "rlib"]
doctest = false
name = "mate_selection"
path = "src/lib.rs"

[package]
authors = ["David McDougall <dam1784@rit.edu>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms"]
description = "A collection of mate-selection strategies for evolutionary algorithms"
edition = "2021"
keywords = ["random", "sampling"]
license = "MIT-0"
name = "mate_selection"
readme = "README.md"
repository = "https://github.com/ctrl-z-9000-times/mate_selection.git"
version = "0.1.0"