radiate-error 1.2.13

Errors for the radiate genetic algorithm library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "radiate-error"
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
description = "Errors for the radiate genetic algorithm library"
repository = { workspace = true }
readme = "../../README.md"
categories = { workspace = true }
keywords = ["simulation", "genetic", "learning", "artificial", "evolution"]
license = { workspace = true }
homepage = { workspace = true }

[dependencies]
thiserror = "2.0.12"
radiate-core = { workspace = true }