radiate-selectors 1.2.13

Selection strategies for the Radiate genetic algorithm library.
Documentation
[dependencies.radiate-core]
default-features = false
version = "1.2.13"

[dev-dependencies.rstest]
version = "0.25.0"

[lib]
name = "radiate_selectors"
path = "src/lib.rs"

[package]
authors = ["pkalivas <peterkalivas@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "simulation", "algorithms"]
description = "Selection strategies for the Radiate genetic algorithm library."
edition = "2024"
homepage = "https://pkalivas.github.io/radiate/"
keywords = ["simulation", "genetic", "learning", "artificial", "evolution"]
license = "MIT"
name = "radiate-selectors"
readme = "README.md"
repository = "https://github.com/pkalivas/radiate"
version = "1.2.13"

[[test]]
name = "selector_tests"
path = "tests/selector_tests.rs"