radiate-error 1.2.20

Errors for the radiate genetic algorithm library
Documentation
[dependencies.pyo3]
optional = true
version = "0.27.2"

[dependencies.thiserror]
version = "2.0.17"

[features]
backtrace = []
default = []
python = ["dep:pyo3"]

[lib]
name = "radiate_error"
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 = "Errors for the radiate genetic algorithm library"
edition = "2024"
homepage = "https://pkalivas.github.io/radiate/"
keywords = ["simulation", "genetic", "learning", "artificial", "evolution"]
license = "MIT"
name = "radiate-error"
readme = "README.md"
repository = "https://github.com/pkalivas/radiate"
version = "1.2.20"